diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty b/Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty index f15067300ca..e3e1a70c55c 100644 --- a/Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty +++ b/Master/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty @@ -24,29 +24,29 @@ %% Package `fvrb-ex' (`fvrb-ex', `hbaw' and `hcolor') %% %% COPYING: -%% The files of this package "fvrb-ex" are released under the Artistic -%% License Version 2. A copy of that license is included in the file -%% artistic2.txt inside the fancyvrb package. This package consists of -%% the following files: -%% README fvrb-ex.dtx fvrb-ex.ins +%% 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. %% -%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou@idris.fr> -%% March 27, 1998 +%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou@idris.fr> March 27, 1998 %% %% Package `fvrb-ex' %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.7} -\def\filedate{1998/03/26} +\def\fileversion{1.9} +\def\filedate{2010/05/16} \ProvidesPackage{fvrb-ex}[\filedate] \message{`fvrb-ex' v\fileversion, \filedate\space (Denis Girou)} -\RequirePackage{fancyvrb} -\DeclareOption{pstricks}{% -\ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi} +\newif\ifpstricks\pstricksfalse +\let\LoadPStricks=\relax +\DeclareOption{pstricks}{\def\LoadPStricks{\RequirePackage{pstricks}}\pstrickstrue} \DeclareOption{baw}{\def\ColorVersion{n}} \DeclareOption{color}{\def\ColorVersion{y}} \DeclareOption{bawcolor}{\def\ColorVersion{?}} -\ProcessOptions +\ProcessOptions\relax +\LoadPStricks +\ifpstricks\RequirePackage{pstricks}\fi +\RequirePackage{fancyvrb} \newread\ttyin \def\iden#1{#1} \def\strip#1#2 \@gobble{\def #1{#2}} |