summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-08 21:54:56 +0000
committerKarl Berry <karl@freefriends.org>2019-01-08 21:54:56 +0000
commitfaf745136d3abef69ac2bbf5d70d7570744c924c (patch)
tree7af4dbf22edbc0c7fe9a3fd06d3880fd429afc63
parentb405a4247e270ac2c19dff420c4dd88ad9bcd550 (diff)
fancyvrb (8jan19)
git-svn-id: svn://tug.org/texlive/trunk@49645 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/Changes1
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/README12
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdfbin161760 -> 161876 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex2
-rw-r--r--Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty6
5 files changed, 8 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/Changes b/Master/texmf-dist/doc/latex/fancyvrb/Changes
index a95b586354e..07e78fa12e5 100644
--- a/Master/texmf-dist/doc/latex/fancyvrb/Changes
+++ b/Master/texmf-dist/doc/latex/fancyvrb/Changes
@@ -1,4 +1,5 @@
--- fancyvrb.sty
+3.2 2019/01/08 - remove the loading of package xcolor (hv)
3.1a 2018/11/20 - small changes to the documentation (hv)
3.1 2018/11/17 - load package xcolor only if it is not done already (hv)
3.0 2018/11/01 - remove the example part from francyvrb (hv)
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/README b/Master/texmf-dist/doc/latex/fancyvrb/README
index 3f69712c5e0..98e2733f827 100644
--- a/Master/texmf-dist/doc/latex/fancyvrb/README
+++ b/Master/texmf-dist/doc/latex/fancyvrb/README
@@ -1,8 +1,7 @@
--------------------------------------------------
| `fancyvrb' |
- | Version 3.1 |
- | Nov 17, 2018 |
+ | Version 3.2 |
| |
| Timothy Van Zandt (Princeton University - USA) |
| |
@@ -26,13 +25,8 @@ Companion", by Michel Goossens, Sebastian Rahtz and Frank Mittelbach, Addison
Wesley, 1997.
It was presented March 31, 1998 for EuroTeX'98. The original paper is
-available on (courtesy "Cahiers GUTenberg"):
-http://www.univ-rennes1.fr/pub/GUTenberg/publicationsPS/28-29-girou.ps.gz
-The description part of `fancyvrb' is not up to date (it was the content
-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.
-
+available on "Cahiers GUTenberg"
+.
Comments, suggestions and bug reports (with version number and the
keyword "fancyvrb" in the subject of the message) to <hvoss@tug.org>
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
index 481e13e6b30..86d5a187b68 100644
--- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
+++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
index f5de65ae369..494326eea90 100644
--- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
+++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
@@ -63,7 +63,7 @@
{\footnotesize and}\\[-2mm]
{\footnotesize Herbert Voß\ (FU Berlin -- DE)}
}
-\date{Version 3.1a\\ \today}
+\date{Version 3.2\\ \today}
\fvset{frame=single,xrightmargin=0cm,numbers=left,numbersep=3pt,commentchar=Z}
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
index 13a796577ca..c1c0e21b938 100644
--- a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
+++ b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
@@ -13,14 +13,14 @@
%% verbatim environments and commands and extensive documentation.
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{3.1a}
-\def\filedate{2018/11/20}
+\def\fileversion{3.2}
+\def\filedate{2019/01/08}
\ProvidesPackage{fancyvrb}[\filedate]
\message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)}
\csname fancyvrb@loaded\endcsname
\let\fancyvrb@loaded\endinput
%\ProcessOptions
-\@ifpackageloaded{xcolor}{}{\RequirePackage{xcolor}} % Standard LaTeX `color' package
+%\@ifpackageloaded{xcolor}{}{\RequirePackage{xcolor}} % Standard LaTeX `color' package
\def\FV@Error#1#2{%
\edef\@tempc{#2}\expandafter\errhelp\expandafter{\@tempc}%
\errmessage{FancyVerb Error:^^J\space\space #1^^J}}