Commit e4b819d6 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 711004 - Vertical bars cannot be sent straight to makeindex

parent c1997b97
......@@ -6488,7 +6488,7 @@ void filterLatexString(FTextStream &t,const char *str,
case '}': t << "\\}"; break;
case '<': t << "$<$"; break;
case '>': t << "$>$"; break;
case '|': t << "$|$"; break;
case '|': t << "$\\vert$"; break;
case '~': t << "$\\sim$"; break;
case '[': if (Config_getBool("PDF_HYPERLINKS") || insideItem)
t << "\\mbox{[}";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment