From 99b15e8f9f4310adb761bf677acad63828e3663b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 26 May 2022 19:51:13 +0000 Subject: fancyvrb (26may22) git-svn-id: svn://tug.org/texlive/trunk@63405 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fancyvrb/Changes | 1 + .../texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf | Bin 141127 -> 141454 bytes .../texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex | 10 ++++++++++ Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty | 4 ++-- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Master/texmf-dist/doc/latex/fancyvrb/Changes b/Master/texmf-dist/doc/latex/fancyvrb/Changes index 8053f8e8d73..a90f370d89c 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/Changes +++ b/Master/texmf-dist/doc/latex/fancyvrb/Changes @@ -1,4 +1,5 @@ --- fancyvrb.sty +4.2a 2022/05/26 - updated documentation (hv) 4.2 2022/04/12 - change option file_ext to fileext (hv) 4.1b 2021/12/21 - fix for ~ in message (hv) 4.1a 2021/11/24 - updated filedate (hv) diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf index a797fa62533..2850067b7a0 100644 Binary files a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf and b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex index 66b211391f0..ec5cc930cee 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex +++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex @@ -831,6 +831,15 @@ interpreted (using tabs is in fact a rather old-fashioned style of coding): \end{Verbatim} \end{SideBySideExample} + +Escaping of ] is needed to prevent ]] at the end which is not allowed. ALternatively +you can write \verb|commandchars={+[]}| or \verb|commandchars=+{[}{]}|. Escaping is needed +for all active characters. Pay attention that you do not use characters which are used +in the code of \texttt{fancyvrb} itself, e.g. \verb|<>| + + + + \ifChangeBar\begin{changebar}\fi Using this way, it is also possible to put labels to be able, later, to make reference to some lines of the verbatim environments: @@ -848,6 +857,7 @@ make reference to some lines of the verbatim environments: \end{SideBySideExample} \ifChangeBar\end{changebar}\fi + \subsubsection{Margins} \begin{optlist} diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty index cd7a2478a12..a8d4922c3d3 100644 --- a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty +++ b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty @@ -13,8 +13,8 @@ %% verbatim environments and commands and extensive documentation. %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{4.2} -\def\filedate{2022/04/12} +\def\fileversion{4.2a} +\def\filedate{2022/05/26} \ProvidesPackage{fancyvrb}[\filedate\space \fileversion\space verbatim text (tvz,hv)] %\message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)} \csname fancyvrb@loaded\endcsname -- cgit v1.2.3