forked from Imagelibrary/rtems
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user