Bug fix from Trevin Beattie <trevin@eyring.com> picked up from

the bug-texinfo mailing list:

  There is also a bug in the PDF outline: Any outline item containing an
  underscore shows up as a bunch of texinfo codes ("@unhbox @kern.06em
  @vbox{...").  This bug was remedied by the following addition to
  \pdfmakeoutlines.
This commit is contained in:
Joel Sherrill
2000-05-28 18:26:07 +00:00
parent 81ecc05b4c
commit 9fa28fbc92

View File

@@ -906,6 +906,7 @@ where each line of input produces a line of output.}
\closein 1 \closein 1
\indexnofonts \indexnofonts
\def\tt{} \def\tt{}
\def\_{\normalunderscore}
% thanh's hack / proper braces in bookmarks % thanh's hack / proper braces in bookmarks
\edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
\edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace