From 37cb9bbabbfe1a8d0d1334832814ccbefcf9ac0a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 21 Jan 2021 03:03:39 +0000 Subject: CTAN sync 202101210303 --- macros/latex/contrib/fancyvrb/Changes | 1 + macros/latex/contrib/fancyvrb/README | 2 +- macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf | Bin 125081 -> 123306 bytes macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex | 8 +++----- macros/latex/contrib/fancyvrb/latex/fancyvrb.sty | 10 +++++----- macros/latex/contrib/fancyvrb/latex/hcolor.sty | 1 + 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'macros/latex/contrib/fancyvrb') diff --git a/macros/latex/contrib/fancyvrb/Changes b/macros/latex/contrib/fancyvrb/Changes index 83f18e56f9..a0a1010991 100644 --- a/macros/latex/contrib/fancyvrb/Changes +++ b/macros/latex/contrib/fancyvrb/Changes @@ -1,4 +1,5 @@ --- fancyvrb.sty +3.7 2021/01/20 - delete a doubled definied macro (hv) 3.6 2020/05/03 - added optional argument reflabel for page references to verbatim environments (hv) 3.5 2020/01/13 - use \verbvisiblespace instead of \textvisiblespace (hv) diff --git a/macros/latex/contrib/fancyvrb/README b/macros/latex/contrib/fancyvrb/README index 878c579897..97c41fe60a 100644 --- a/macros/latex/contrib/fancyvrb/README +++ b/macros/latex/contrib/fancyvrb/README @@ -25,7 +25,7 @@ Denis Roegel, and Herbert Voß, Addison Wesley, 2007. It was presented March 31, 1998 for EuroTeX'98. The original paper is available on "Cahiers GUTenberg" -. + Comments, suggestions and bug reports (with version number and the keyword "fancyvrb" in the subject of the message) to diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf index 33799f3b3d..fd5a4ed72f 100644 Binary files a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf and b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf differ diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex index e64a86f3ba..099ef80a63 100644 --- a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex +++ b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex @@ -1,9 +1,6 @@ \documentclass{article} -%\usepackage[T1]{fontenc} -%\usepackage[charter]{mathdesign} -\usepackage{libertinus} +\usepackage{libertinus-otf} \setmonofont[Scale=MatchLowercase,FakeStretch=0.9]{AnonymousPro-Regular.ttf} -%\usepackage[scaled=0.88]{beramono} \newif\ifChangeBar \ChangeBarfalse \usepackage{fancyvrb} \usepackage{fancyvrb-ex} @@ -62,7 +59,7 @@ {\footnotesize and}\\[-2mm] {\footnotesize Herbert Voß\ (FU Berlin -- DE)} } -\date{Version 3.6\\ \today} +\date{Version 3.7\\ \today} \fvset{frame=single,xrightmargin=0cm,numbers=left,numbersep=3pt,commentchar=Z} @@ -83,6 +80,7 @@ Report bugs to \url{hvoss@tug.org} \vfill Thanks to Claudio Beccari, +Jean-François Burnol, Philippe Esperet, %\url{esperet@marie.polytechnique.fr}, Michael Friendly, %\url{friendly@hotspur.psych.yorku.ca}, Mario Hassler, %\url{HASSLER@ippnv2.ipp.kfa-juelich.de}, diff --git a/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty b/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty index 5b64d153b6..2efbf7d248 100644 --- a/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty +++ b/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty @@ -2,7 +2,7 @@ %% This is file `fancyvrb.sty', %% %% COPYRIGHT 1992-1999, by Timothy Van Zandt -%% -2020, by Herbert Voss +%% -2021, by Herbert Voss %% %% This package may be distributed under the terms of the LaTeX Project Public %% License, as described in lppl.txt in the base LaTeX distribution. @@ -13,9 +13,9 @@ %% verbatim environments and commands and extensive documentation. %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{3.6} -\def\filedate{2020/05/03} -\ProvidesPackage{fancyvrb}[2020/05/03 v3.6 verbatim text (tvz,hv)] +\def\fileversion{3.7} +\def\filedate{2021/01/20} +\ProvidesPackage{fancyvrb}[2021/01/20 v3.7 verbatim text (tvz,hv)] %\message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)} \csname fancyvrb@loaded\endcsname \let\fancyvrb@loaded\endinput @@ -393,7 +393,7 @@ \global\let\FV@EnvironName\relax \next} \@ifundefined{@currenvline}{\let\@currenvline\@empty}{} -\def\FV@CheckScan#1{\@ifnextchar\@nil{\@gobble}{\FV@EOF}} +%\def\FV@CheckScan#1{\@ifnextchar\@nil{\@gobble}{\FV@EOF}} \def\FV@CheckScan#1{\ifx\@nil#1\@empty\else\expandafter\FV@EOF\fi} \def\FV@EOF{% \FV@Error{Couldn't find `\string\end{\FV@EnvironName}' to end diff --git a/macros/latex/contrib/fancyvrb/latex/hcolor.sty b/macros/latex/contrib/fancyvrb/latex/hcolor.sty index 236fdd78f2..64e9d34cfc 100644 --- a/macros/latex/contrib/fancyvrb/latex/hcolor.sty +++ b/macros/latex/contrib/fancyvrb/latex/hcolor.sty @@ -18,6 +18,7 @@ \newcommand\FvrbEx@ColoredUnderline[3]{% $\setbox\z@\hbox{\begingroup#3\endgroup}% \dp\z@\z@\m@th\color{#1}\underline{\textcolor{#2}{\box\z@}}$} +\providecommand\FvrbEx@ColoredBox{} \renewcommand\FvrbEx@ColoredBox[3]{% \fboxsep=1pt\fcolorbox{#2}{#2}{\textcolor{#3}{\textbf{#1}}}} %\catcode`\^^a7=0 -- cgit v1.2.3