texlive[63405] Master/texmf-dist: fancyvrb (26may22)
commits+karl at tug.org
commits+karl at tug.org
Thu May 26 21:51:13 CEST 2022
Revision: 63405
http://tug.org/svn/texlive?view=revision&revision=63405
Author: karl
Date: 2022-05-26 21:51:13 +0200 (Thu, 26 May 2022)
Log Message:
-----------
fancyvrb (26may22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes
trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
Modified: trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes 2022-05-25 23:49:29 UTC (rev 63404)
+++ trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes 2022-05-26 19:51:13 UTC (rev 63405)
@@ -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)
Modified: trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex 2022-05-25 23:49:29 UTC (rev 63404)
+++ trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex 2022-05-26 19:51:13 UTC (rev 63405)
@@ -831,6 +831,15 @@
\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 @@
\end{SideBySideExample}
\ifChangeBar\end{changebar}\fi
+
\subsubsection{Margins}
\begin{optlist}
Modified: trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty 2022-05-25 23:49:29 UTC (rev 63404)
+++ trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty 2022-05-26 19:51:13 UTC (rev 63405)
@@ -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 at loaded\endcsname
More information about the tex-live-commits
mailing list.