Displaying {@link } tags using true type font.
This commit is contained in:
@@ -2006,7 +2006,7 @@ public class TeXDoclet extends Doclet {
|
|||||||
} else {
|
} else {
|
||||||
// Encapsulate the link in a "TEX" tag and let
|
// Encapsulate the link in a "TEX" tag and let
|
||||||
// HTMLtoLaTeXBackEnd.fixText handle the rest.
|
// HTMLtoLaTeXBackEnd.fixText handle the rest.
|
||||||
htmlstr += "<TEX txt=\"";
|
htmlstr += "<TEX txt=\"\\texttt{\\small ";
|
||||||
if (hyperref) {
|
if (hyperref) {
|
||||||
htmlstr += "\\hyperlink{"
|
htmlstr += "\\hyperlink{"
|
||||||
+ refName(makeRefKey(linkstr)) + "}{";
|
+ refName(makeRefKey(linkstr)) + "}{";
|
||||||
@@ -2015,7 +2015,7 @@ public class TeXDoclet extends Doclet {
|
|||||||
if (hyperref) {
|
if (hyperref) {
|
||||||
htmlstr += "}";
|
htmlstr += "}";
|
||||||
}
|
}
|
||||||
htmlstr += "{\\small \n";
|
htmlstr += "}{\\small \n";
|
||||||
htmlstr += "\\refdefined{" + refName(makeRefKey(linkstr))
|
htmlstr += "\\refdefined{" + refName(makeRefKey(linkstr))
|
||||||
+ "}";
|
+ "}";
|
||||||
htmlstr += "}";
|
htmlstr += "}";
|
||||||
|
|||||||
Reference in New Issue
Block a user