summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/newvbtm/newvbtm.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/newvbtm/newvbtm.dtx')
-rw-r--r--Master/texmf-dist/source/latex/newvbtm/newvbtm.dtx22
1 files changed, 13 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/newvbtm/newvbtm.dtx b/Master/texmf-dist/source/latex/newvbtm/newvbtm.dtx
index 67d2d39f249..7e85cd2ec6f 100644
--- a/Master/texmf-dist/source/latex/newvbtm/newvbtm.dtx
+++ b/Master/texmf-dist/source/latex/newvbtm/newvbtm.dtx
@@ -1,8 +1,8 @@
% \iffalse
%<newvbtm>%% Style file `newvbtm'.
%<varvbtm>%% Style file `varvbtm'.
-%% Copyright (C) 1999 Hiroshi Nakashima <nakasima@tutics.tut.ac.jp>
-%% (Toyohashi Univ. of Tech.)
+%% Copyright (C) 1999-2002 Hiroshi Nakashima <nakasima@tutics.tut.ac.jp>
+%% (Toyohashi Univ. of Tech.)
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License distributed from CTAN
@@ -46,7 +46,7 @@
%<driver>\ProvidesFile{newvbtm-man.tex}
% \fi
% \ProvidesFile{newvbtm.dtx}
-[1999/08/11 v1.0 ]
+[2002/04/08 v1.1 ]
% \iffalse
%<*driver>
\documentclass{ltxdoc}
@@ -73,6 +73,8 @@
% {The style newverbatim has already been born.}
% \changes{v1.0}{1999/07/14}
% {The Style and macros are merged into newvbtm.dtx and rewritten.}
+% \changes{v1.1}{2002/04/08}
+% {The following are to fix the bug revealed in LaTeX-2.09.}
%
% \errorcontextlines10000
% \GetFileInfo{newvbtm.dtx}
@@ -612,7 +614,7 @@
%\else \nvb@LaTeXefalse
%\def\next[#1]{}\fi
%\next
-%[1999/08/11 v1.0 ]
+%[2002/04/08 v1.1 ]
%\end{verbatim}
%\end{itemize}
%
@@ -694,6 +696,8 @@
% \end{macrocode}
%
% \begin{macro}{\nvb@xnewverbatim}
+% \changes{v1.1}{2002/04/05}
+% {\cs{@tempa} is replaced by \cs{nvb@tempa} to avoid conflict in 2.09.}
% \begin{macro}{\nvb@currenvir}
% \begin{macro}{\nvb@defxverbatim}
% \begin{macro}{\nvb@xverbatim}
@@ -773,18 +777,18 @@
% \end{macro}\end{macro}\end{macro}\end{macro}\end{macro}\end{macro}\end{macro}
%
% \begin{macrocode}
-\long\def\nvb@xnewverbatim#1[#2][#3]#4#5#6#7{\def\@tempa{#3}%
- \ifx\@tempa\@empty \def\@tempa{[#2]}%
- \else \def\@tempa{[#2][#3]}\fi
+\long\def\nvb@xnewverbatim#1[#2][#3]#4#5#6#7{\def\nvb@tempa{#3}%
+ \ifx\nvb@tempa\@empty \def\nvb@tempa{[#2]}%
+ \else \def\nvb@tempa{[#2][#3]}\fi
\def\@tempb{\nvb@newenv{#1}}%
- \expandafter\@tempb\@tempa
+ \expandafter\@tempb\nvb@tempa
{\def\nvb@currenvir{#1}%
#4\begingroup \@verbatim \frenchspacing \@vobeyspaces
\nvb@defxverbatim{#1}\nvb@beginhook #5\nvb@xverbatim}%
{#6\nvb@endinhook \endverbatim \endgroup
#7\nvb@endouthook \@endpetrue}%
\def\@tempb{\nvb@newenv{#1*}}%
- \expandafter\@tempb\@tempa
+ \expandafter\@tempb\nvb@tempa
{\def\nvb@currenvir{#1*}%
#4\begingroup \@verbatim
\nvb@defxverbatim{#1*}\nvb@beginhook #5\nvb@xverbatim}%