diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-19 00:23:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-19 00:23:08 +0000 |
commit | 1b425fea550ece37a4ee9c7abfa7692fb8f7434d (patch) | |
tree | 19ded4ecba9add44876bb9ee75eda828ba9bf4e7 /Master/texmf-dist | |
parent | eb07d6a8223898ec3dc5a8eecf34a474d5d848a9 (diff) |
nag update (18may10)
git-svn-id: svn://tug.org/texlive/trunk@18345 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/nag/nag.pdf | bin | 458956 -> 458889 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/nag/nag.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/nag/nag-l2tabu.cfg | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/nag/nag.sty | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/nag/nag.pdf b/Master/texmf-dist/doc/latex/nag/nag.pdf Binary files differindex 052ff64ff76..1dae746e83f 100644 --- a/Master/texmf-dist/doc/latex/nag/nag.pdf +++ b/Master/texmf-dist/doc/latex/nag/nag.pdf diff --git a/Master/texmf-dist/source/latex/nag/nag.dtx b/Master/texmf-dist/source/latex/nag/nag.dtx index 4c88851b63e..fe1e71cf510 100644 --- a/Master/texmf-dist/source/latex/nag/nag.dtx +++ b/Master/texmf-dist/source/latex/nag/nag.dtx @@ -237,6 +237,7 @@ unsuited for closing the center command above. %\changes{0.62}{2007/07/30}{ fixes a bug in the float placement code and % adds more compatibility with the caption package.} %\changes{0.621}{2010/04/05}{Bugfix concerning unknown command in math mode} +%\changes{0.622}{2010/05/17}{Bugfix: math in captions catcode issue} % %\GetFileInfo{nag.sty} %\newcommand\pkg[1]{\textsf{#1}} @@ -326,7 +327,7 @@ unsuited for closing the center command above. % \fi % \begin{macrocode} \ProvidesFile{nag-l2tabu.cfg} - [2010/04/05 v2.1 l2tabu rules for nag.sty (ulmi)] + [2010/05/17 v2.11 l2tabu rules for nag.sty (ulmi)] %% %% The sins. %% @@ -388,6 +389,7 @@ unsuited for closing the center command above. % \begin{macrocode} \AtBeginDocument{\providecommand\texorpdfstring{\@firstoftwo}} \AtBeginDocument{\catcode`$\active}%$ +\AtEndDocument{\catcode`$=3\relax} % \end{macrocode} % Now, the proper testing. (Yes, the above is just the % technicalities.) We use the kernel's \cmd{\@ifnextchar} to look for @@ -726,7 +728,7 @@ unsuited for closing the center command above. % Identify ourselves. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{nag}[2010/04/05 0.621 warning about old commands (ulmi)] +\ProvidesPackage{nag}[2010/05/17 0.622 warning about old commands (ulmi)] \let\@xa\expandafter \let\@nx\noexpand % \end{macrocode} diff --git a/Master/texmf-dist/tex/latex/nag/nag-l2tabu.cfg b/Master/texmf-dist/tex/latex/nag/nag-l2tabu.cfg index 7cbf82f7481..56d21bf94c4 100644 --- a/Master/texmf-dist/tex/latex/nag/nag-l2tabu.cfg +++ b/Master/texmf-dist/tex/latex/nag/nag-l2tabu.cfg @@ -20,7 +20,7 @@ %% http://www.latex-project.org/lppl.txt %% \ProvidesFile{nag-l2tabu.cfg} - [2010/04/05 v2.1 l2tabu rules for nag.sty (ulmi)] + [2010/05/17 v2.11 l2tabu rules for nag.sty (ulmi)] %% %% The sins. %% @@ -63,6 +63,7 @@ } \AtBeginDocument{\providecommand\texorpdfstring{\@firstoftwo}} \AtBeginDocument{\catcode`$\active}%$ +\AtEndDocument{\catcode`$=3\relax} \def\nag@quark{\nag@quark} \bgroup \catcode`$\active%$ diff --git a/Master/texmf-dist/tex/latex/nag/nag.sty b/Master/texmf-dist/tex/latex/nag/nag.sty index bd3f4aaf28d..a627c9b0292 100644 --- a/Master/texmf-dist/tex/latex/nag/nag.sty +++ b/Master/texmf-dist/tex/latex/nag/nag.sty @@ -20,7 +20,7 @@ %% http://www.latex-project.org/lppl.txt %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{nag}[2010/04/05 0.621 warning about old commands (ulmi)] +\ProvidesPackage{nag}[2010/05/17 0.622 warning about old commands (ulmi)] \let\@xa\expandafter \let\@nx\noexpand \newcounter{nag@c} |