[latex3-commits] [git/LaTeX3-latex3-latex3] master: Get backslash character in pdf outline (2b68732cd)
PhelypeOleinik
tex.phelype at gmail.com
Wed Feb 26 20:49:42 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/2b68732cd8338b83102c6bbd182ef8c05299ce1c
>---------------------------------------------------------------
commit 2b68732cd8338b83102c6bbd182ef8c05299ce1c
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Wed Feb 26 16:49:42 2020 -0300
Get backslash character in pdf outline
>---------------------------------------------------------------
2b68732cd8338b83102c6bbd182ef8c05299ce1c
l3kernel/doc/l3news.tex | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/l3kernel/doc/l3news.tex b/l3kernel/doc/l3news.tex
index 2157c0791..8b12177a1 100644
--- a/l3kernel/doc/l3news.tex
+++ b/l3kernel/doc/l3news.tex
@@ -27,6 +27,12 @@
\MakeOuterQuote{"}
+\pdfstringdefDisableCommands
+ {%
+ \RenewExpandableDocumentCommand \cs { O{} m }
+ {\textbackslash#2}%
+ }
+
\makeatletter
\newcounter{issue}
\renewcommand*{\theissue}{%
More information about the latex3-commits
mailing list.