Displaying {@link } tags using true type font.

This commit is contained in:
Cedric Priscal
2015-03-18 14:07:09 -07:00
parent 86da3c7dd7
commit cac3b0ee1d

View File

@@ -2006,7 +2006,7 @@ public class TeXDoclet extends Doclet {
} else {
// Encapsulate the link in a "TEX" tag and let
// HTMLtoLaTeXBackEnd.fixText handle the rest.
htmlstr += "<TEX txt=\"";
htmlstr += "<TEX txt=\"\\texttt{\\small ";
if (hyperref) {
htmlstr += "\\hyperlink{"
+ refName(makeRefKey(linkstr)) + "}{";
@@ -2015,7 +2015,7 @@ public class TeXDoclet extends Doclet {
if (hyperref) {
htmlstr += "}";
}
htmlstr += "{\\small \n";
htmlstr += "}{\\small \n";
htmlstr += "\\refdefined{" + refName(makeRefKey(linkstr))
+ "}";
htmlstr += "}";