Don't put hyperref in texttt
This commit is contained in:
@@ -2060,7 +2060,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=\"\\texttt{\\small ";
|
htmlstr += "<TEX txt=\"\\small ";
|
||||||
if (hyperref) {
|
if (hyperref) {
|
||||||
htmlstr += "\\hyperref["
|
htmlstr += "\\hyperref["
|
||||||
+ refName(makeRefKey(linkstr)) + "]{\\ttfamily ";
|
+ refName(makeRefKey(linkstr)) + "]{\\ttfamily ";
|
||||||
|
|||||||
Reference in New Issue
Block a user