diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/nag/nag.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/nag/nag.dtx | 6 |
1 files changed, 4 insertions, 2 deletions
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} |