diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-26 19:51:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-26 19:51:13 +0000 |
commit | 99b15e8f9f4310adb761bf677acad63828e3663b (patch) | |
tree | 8450fb1445685f0aecbef6e1e9dc383cc056d3fc /Master/texmf-dist/doc/latex/fancyvrb | |
parent | 98c06d5d7c3fb4eda6a13f683c178a7188f8934c (diff) |
fancyvrb (26may22)
git-svn-id: svn://tug.org/texlive/trunk@63405 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancyvrb')
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf | bin | 141127 -> 141454 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex | 10 |
3 files changed, 11 insertions, 0 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 Binary files differindex a797fa62533..2850067b7a0 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf +++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf 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} |