[tex-live] Makefile for latex2e.pdf, the unofficial reference

Václav Haisman vhaisman at gmail.com
Mon Oct 31 10:11:36 CET 2016


Hi.

It appears that the Makefile for unofficial LaTeX2e reference is
broken due to set complaining about invalid character range. I had to
apply the following change to make it work:

Index: Makefile
===================================================================
--- Makefile    (revision 545)
+++ Makefile    (working copy)
@@ -95,7 +95,7 @@
 # Remove \commandnames to reduce exception list, but not {args} or
 # [args], since they are often words.
 spell spell-en:
-       sed -e 's/\\[a-zA-z]*//g' latex2e.texi \
+       sed -e 's/\\[a-zA-Z]*//g' latex2e.texi \
        | aspell list --mode=texinfo --add-extra-dicts=`pwd`/aspell.en.pws \
         | sort -f -u


-- 
VH


More information about the tex-live mailing list