diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancyvrb/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/README | 41 |
1 files changed, 10 insertions, 31 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/README b/Master/texmf-dist/doc/latex/fancyvrb/README index e074763c32a..e33f473666c 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/README +++ b/Master/texmf-dist/doc/latex/fancyvrb/README @@ -1,8 +1,8 @@ -------------------------------------------------- | `fancyvrb' | - | Version 2.6 | - | July 17, 1998 | + | Version 2.9 | + | Oct 31, 2018 | | | | Timothy Van Zandt (Princeton University - USA) | | <tvz@Princeton.EDU> | @@ -11,7 +11,7 @@ | Denis Girou (CNRS/IDRIS - France) | | <Denis.Girou@idris.fr> | | Sebastian Rahtz (Elsevier - GB) | - | <s.rahtz@elsevier.co.uk> | + | Herbert Voss, Berlin (hvoss@tug.org) | -------------------------------------------------- @@ -32,35 +32,14 @@ of the version 2.5) but the additional paragraph about it usage to the typesetting of the "LaTeX Graphics Companion" provide in depth informations on some usages of `fancyvrb' not described elsewhere. - The "contrib" subdirectory contain the `fvrb-ex' package (from Denis Girou), -built above `fancyvrb', which offer some "example" environments showing both -the code in verbatim mode and the result of it normally formatted. + Comments, suggestions and bug reports (with version number and the +keyword "fancyvrb" in the subject of the message) to <hvoss@tug.org> - Warning! - -------- + The `fancyvrb-ex' package provides some example environments to +show LaTeX code and output side by side or on top on each other. - * Support is provided by Denis Girou and Sebastian Rahtz and not by -Timothy Van Zandt. Do not bother him with questions relative to `fancyvrb'! - * The standard `color' package must be available, with a correct "color.cfg" -file defining the dvi converter that must be used. - - * If the `changebar' package is available on your platform, the changes -since the preceding version will be marked by special gray bars printed -in the margins. But the driver name must be hardcoded in the file. -So, if you have `changebar' and are not using the "dvips" driver, change this -name in the line - {\ChangeBartrue\usepackage[dvips,rightbars]{changebar}}{} -in fancyvrb.dtx (the other drivers supported by this package are "dvitoln03", -"dvitops" and "emtex"). - If you really need to desactivate this feature (it must not be the case, -as there will be no effect if you haven't `changebar', and, if you have it, -it must work on your platform...) just change the two relevant lines to: -\IfFileExists{changebar.sty}{}{} - -............................................................................. - - Comments, suggestions and bug reports (with version number and the -keyword "fancyvrb" in the subject of the message) to <Denis.Girou@idris.fr> -and <s.rahtz@elsevier.co.uk> +%% 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.3 or, at your option, any later version. |