diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty index 19b0b7b717f..5840c7f3df1 100644 --- a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty +++ b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty @@ -23,14 +23,13 @@ %% %% Package `fancyvrb' %% -%% COPYING: -%% The files of this package "fancyvrb" are released under the Artistic -%% License Version 2. A copy of that license is included in the file -%% artistic2.txt. The package consists of the following files: -%% README artistic2.txt fancyvrb.cb fancyvrb.dtx fancyvrb.ins +%% COPYRIGHT 1992-2010, by Timothy Van Zandt <tvz@zandtwerk.kellogg.nwu.edu> +%% 2010, by Herbert Voss <hvoss@tug.org> +%% +%% This package may be distributed under the terms of the LaTeX Project Public +%% License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. %% -%% Timothy Van Zandt <tvz@zandtwerk.kellogg.nwu.edu> -%% July 17, 1998 %% %% COPYRIGHT 1992-1999, by Timothy Van Zandt <tvz@zandtwerk.kellogg.nwu.edu> @@ -401,7 +400,7 @@ \begingroup \catcode`\^^M=\active \gdef\FancyVerbGetLine#1^^M{% - \@nil + \@nil% \FV@CheckEnd{#1}% \ifx\@tempa\FV@EnvironName% % True if end is found \ifx\@tempb\FV@@@CheckEnd\else\FV@BadEndError\fi% @@ -1080,19 +1079,16 @@ \protected@edef\@currentlabel {\csname p@#1\endcsname\arabic{FancyVerbLine}}} \def\FV@StepLineNo{% - \FV@SetLineNo -%% DG/SR modification begin - Apr. 28, 1998 and May 20, 1998 -%% \def\FV@StepLineNo{\refstepcounter{FancyVerbLine}}% + \FV@SetLineNo% \def\FV@StepLineNo{% - \if@FV@NumberBlankLines - \FV@refstepcounter{FancyVerbLine} - \else - \ifx\FV@Line\empty - \else - \FV@refstepcounter{FancyVerbLine} - \fi + \if@FV@NumberBlankLines% + \FV@refstepcounter{FancyVerbLine}% + \else% + \ifx\FV@Line\empty% + \else% + \FV@refstepcounter{FancyVerbLine}% + \fi% \fi}% -%% DG/SR modification end \FV@StepLineNo} %% DG/SR modification begin - 1995 %%\def\theFancyVerbLine{\rm\tiny\arabic{FancyVerbLine}} @@ -1421,6 +1417,7 @@ %%\@input{fancyvrb.rc} \InputIfFileExists{fancyvrb.cfg}{}{} %% DG/SR modification end +%%% \PrintIndex \endinput %% %% End of file `fancyvrb.sty'. |