From 9fa28fbc92d08b51bb3a66aa0529a659bed01fe2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 28 May 2000 18:26:07 +0000 Subject: Bug fix from Trevin Beattie 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. --- doc/texinfo/texinfo.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/texinfo/texinfo.tex b/doc/texinfo/texinfo.tex index c49af9f4ed..f9ab55f0f8 100644 --- a/doc/texinfo/texinfo.tex +++ b/doc/texinfo/texinfo.tex @@ -906,6 +906,7 @@ where each line of input produces a line of output.} \closein 1 \indexnofonts \def\tt{} + \def\_{\normalunderscore} % thanh's hack / proper braces in bookmarks \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace -- cgit v1.2.3