[latex3-commits] [l3svn] branch master updated: Avoid hyphens in function names [ci skip]
noreply at latex-project.org
noreply at latex-project.org
Sat Oct 22 12:21:20 CEST 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new e2ec996 Avoid hyphens in function names [ci skip]
e2ec996 is described below
commit e2ec9960b91a7c7e0b1f84a7f16dc6279b3c9b9c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Oct 22 11:21:02 2016 +0100
Avoid hyphens in function names [ci skip]
---
news/l3news10.tex | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/news/l3news10.tex b/news/l3news10.tex
index 9e0ff2f..b8aabb8 100644
--- a/news/l3news10.tex
+++ b/news/l3news10.tex
@@ -20,6 +20,13 @@
\publicationyear{2016}
\publicationissue{10}
+% Avoid hyphenation of csnames
+\makeatletter
+\protected\edef\cs#1{%
+ \noexpand\path{\@backslashchar#1}%
+}
+\makeatother
+
\begin{document}
\maketitle
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list