texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7204] \passthroughcharsfalse in \pdfmkdest


From: gavinsmith0123
Subject: [7204] \passthroughcharsfalse in \pdfmkdest
Date: Tue, 7 Jun 2016 19:04:42 +0000 (UTC)

Revision: 7204
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7204
Author:   gavin
Date:     2016-06-07 19:04:42 +0000 (Tue, 07 Jun 2016)
Log Message:
-----------
\passthroughcharsfalse in \pdfmkdest

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/texinfo.tex

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-06-07 18:52:21 UTC (rev 7203)
+++ trunk/ChangeLog     2016-06-07 19:04:42 UTC (rev 7204)
@@ -1,5 +1,10 @@
 2016-06-07  Gavin Smith  <address@hidden>
 
+       * doc/texinfo.tex (\pdfmkdest): Call \passthroughcharsfalse in 
+       order to use ASCII approximations in destination names.
+
+2016-06-07  Gavin Smith  <address@hidden>
+
        * doc/texinfo.tex (\txiescapepdf) <\pdfescapestring not defined>:
        Completely expand argument, as is done in the other case.
 

Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex       2016-06-07 18:52:21 UTC (rev 7203)
+++ trunk/doc/texinfo.tex       2016-06-07 19:04:42 UTC (rev 7204)
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2016-06-07.19}
+\def\texinfoversion{2016-06-07.20}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -1312,8 +1312,10 @@
     % We have to set dummies so commands such as @code, and characters
     % such as \, aren't expanded when present in a section title.
     \indexnofonts
+    \makevalueexpandable
     \turnoffactive
-    \makevalueexpandable
+    % Use ASCII approximations in destination names.
+    \passthroughcharsfalse
     \def\pdfdestname{#1}%
     \txiescapepdf\pdfdestname
     \safewhatsit{\pdfdest name{\pdfdestname} xyz}%




reply via email to

[Prev in Thread] Current Thread [Next in Thread]