use of true type font for modifiers and type in fields
This commit is contained in:
@@ -1381,6 +1381,7 @@ public class TeXDoclet extends Doclet {
|
|||||||
+ refName(makeRefKey(f.qualifiedName())) + "}{");
|
+ refName(makeRefKey(f.qualifiedName())) + "}{");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
os.print(TRUETYPE);
|
||||||
if (!cd.isInterface()) {
|
if (!cd.isInterface()) {
|
||||||
os.print(HTMLtoLaTeXBackEnd.fixText(f.modifiers()) + " ");
|
os.print(HTMLtoLaTeXBackEnd.fixText(f.modifiers()) + " ");
|
||||||
}
|
}
|
||||||
@@ -1392,7 +1393,9 @@ public class TeXDoclet extends Doclet {
|
|||||||
if (labels && hyperref) {
|
if (labels && hyperref) {
|
||||||
os.println("}");
|
os.println("}");
|
||||||
}
|
}
|
||||||
|
// TRUETYPE ends
|
||||||
|
os.println("}");
|
||||||
|
|
||||||
if (f.inlineTags().length > 0 || f.seeTags().length > 0) {
|
if (f.inlineTags().length > 0 || f.seeTags().length > 0) {
|
||||||
os.println("\\begin{itemize}");
|
os.println("\\begin{itemize}");
|
||||||
if (f.inlineTags().length > 0) {
|
if (f.inlineTags().length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user