fix missing bracket

This commit is contained in:
2018-12-10 19:49:54 +01:00
parent 163f5889c1
commit 54b9b9d14c

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=\"\\small ";
htmlstr += "<TEX txt=\"{\\small ";
if (hyperref) {
htmlstr += "\\hyperref["
+ refName(makeRefKey(linkstr)) + "]{\\ttfamily ";