texinfo-commits
[Top][All Lists]
Advanced

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

[7303] pdfTeX and LuaTeX PDF destination name


From: trueroad
Subject: [7303] pdfTeX and LuaTeX PDF destination name
Date: Thu, 4 Aug 2016 14:55:26 +0000 (UTC)

Revision: 7303
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7303
Author:   trueroad
Date:     2016-08-04 14:55:26 +0000 (Thu, 04 Aug 2016)
Log Message:
-----------
pdfTeX and LuaTeX PDF destination name

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-08-04 14:29:21 UTC (rev 7302)
+++ trunk/ChangeLog     2016-08-04 14:55:26 UTC (rev 7303)
@@ -1,5 +1,10 @@
 2016-08-04  Masamichi Hosoda  <address@hidden>
 
+       * doc/texinfo.tex (\iftxiuseunicodedestname):
+       Add initializing for pdfTeX and LuaTeX.
+
+2016-08-04  Masamichi Hosoda  <address@hidden>
+
        * doc/texinfo.tex (\pdfmkdest, \dopdfoutline, \xrefX):
        Change the method of destination name switching
        Unicode or ASCII for XeTeX.

Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex       2016-08-04 14:29:21 UTC (rev 7302)
+++ trunk/doc/texinfo.tex       2016-08-04 14:55:26 UTC (rev 7303)
@@ -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-08-04.14}
+\def\texinfoversion{2016-08-04.15}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -1108,8 +1108,13 @@
 % For LuaTeX
 %
 
+\newif\iftxiuseunicodedestname
+\txiuseunicodedestnamefalse % For pdfTeX etc.
+
 \ifx\luatexversion\thisisundefined
 \else
+  % Use Unicode destination names
+  \txiuseunicodedestnametrue
   % Escape PDF strings UTF-8 to UTF-16
   \begingroup
     \catcode`\%=12
@@ -1539,7 +1544,6 @@
 %
 % For XeTeX
 %
-\newif\iftxiuseunicodedestname
 \ifx\XeTeXrevision\thisisundefined
 \else
   %




reply via email to

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