summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/doc.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 19:14:51 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 19:14:51 +0000
commitcd6ea9d1647c9759b64bb84c9db4fbe85fd68501 (patch)
treec966fe39cac50d73d404ba5eb5e6f9a7e86090d5 /Master/texmf-dist/source/latex/base/doc.dtx
parentc7dc62be48e8b177ca923c449a385b51ac14b918 (diff)
latex update 2011-05-08
git-svn-id: svn://tug.org/texlive/trunk@23339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/doc.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/doc.dtx15
1 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/base/doc.dtx b/Master/texmf-dist/source/latex/base/doc.dtx
index e590e1ddce6..15b6719427b 100644
--- a/Master/texmf-dist/source/latex/base/doc.dtx
+++ b/Master/texmf-dist/source/latex/base/doc.dtx
@@ -1,6 +1,7 @@
% \iffalse meta-comment
%
-% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
+% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005
+% 2006 2007 2008 2009 2010
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -35,11 +36,11 @@
%<+package|shortvrb>\NeedsTeXFormat{LaTeX2e}[1994/12/01]
%<+package> \ProvidesPackage{doc}
%<+shortvrb>\ProvidesPackage{shortvrb}
-%<+package|shortvrb> [2006/02/02 v2.1d
+%<+package|shortvrb> [2010/02/04 v2.1e
%<+package|shortvrb> Standard LaTeX documentation package (FMi)]
%\catcode`\<=12
%
-% \CheckSum{2171}
+% \CheckSum{2179}
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -1748,7 +1749,9 @@
% \end{macro}
%
% \begin{macro}{\mod@math@codes}
-% \changes{v1.7c}{1992/03/26}{Added.} As well as `words', the module
+% \changes{v1.7c}{1992/03/26}{Added.}
+% \changes{v2.1e}{2010/02/04}{Added mathcodes for +,-,:, and = (pr/4096)}
+% As well as `words', the module
% directive text might contain any of the characters "*/+-,&|!()"
% for the current version of \textsf{docstrip}. We only need
% special action for two of them in the math code changing required
@@ -1756,7 +1759,9 @@
% "&" is also made a "\mathop", but in family 0. Remember that "&"
% will not have a special catcode when it's encountered.
% \begin{macrocode}
-\def\mod@math@codes{\mathcode`\|="226A \mathcode`\&="2026}
+\def\mod@math@codes{\mathcode`\|="226A \mathcode`\&="2026
+ \mathcode`\-="702D \mathcode`\+="702B
+ \mathcode`\:="703A \mathcode`\=="703D }
% \end{macrocode}
% \end{macro}
%