Don't put hyperref in texttt

This commit is contained in:
2018-12-10 19:26:53 +01:00
parent 2c27790912
commit 163f5889c1

View File

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