summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-22 20:35:21 +0000
committerKarl Berry <karl@freefriends.org>2024-01-22 20:35:21 +0000
commit6ea5b16c8bb91e0b54153c67071dc79032cfa961 (patch)
treeaf085bc7db360f681272db4a6e82a031cbcf6bca /Master
parentaebfa5b82350ea2f914161793a42eed7e92ec92e (diff)
fancyvrb (22jan24)
git-svn-id: svn://tug.org/texlive/trunk@69536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/Changes2
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdfbin170570 -> 172333 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex13
-rw-r--r--Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty2
-rw-r--r--Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty6
5 files changed, 18 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/Changes b/Master/texmf-dist/doc/latex/fancyvrb/Changes
index 123927ae333..0c90c3ba984 100644
--- a/Master/texmf-dist/doc/latex/fancyvrb/Changes
+++ b/Master/texmf-dist/doc/latex/fancyvrb/Changes
@@ -1,4 +1,6 @@
--- fancyvrb.sty
+4.5c 2024/01/20 - added info to the documentation for \Verb*
+ and \VerbatimInput*
4.5b 2023/11/06 - added info to the documentation for
the different behaviour in the \LaTeX kernel (hv)
4.5a 2023/01/19 - modified documentation (hv)
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
index 321082c6423..655018d2df1 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 7f7985d8ac8..87fae37cfc3 100644
--- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
+++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
@@ -777,7 +777,7 @@ Verbatim line .
\end{Verbatim}
\end{SideBySideExample}
- In practice, all verbatim environments have a~\texttt{*} variant, which
+ In practice, all verbatim environments, \Verb|\VerbatimInput|, and \Verb/\Verb/ have a~\texttt{*} variant, which
sets \texttt{showspaces=true}:
\begin{SideBySideExample}[gobble=0]
@@ -786,6 +786,17 @@ Verbatim line .
\end{Verbatim*}
\end{SideBySideExample}
+\begin{SideBySideExample}[gobble=0]
+\begin{filecontents}
+ [noheader,force]{foo.txt}
+foo bar baz
+\end{filecontents}
+\Verb|Verbatim with tab .|
+\Verb*|Verbatim with tab .|
+
+\VerbatimInput*{foo.txt}
+\end{SideBySideExample}
+
There are also some parameters to determine the way tab characters are
interpreted (using tabs is in fact a rather old-fashioned style of coding):
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty
index 72c4d535d30..8ea1c96adef 100644
--- a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty
+++ b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty
@@ -82,7 +82,7 @@
\newcommand\Below@Example[1]{%
\VerbatimInput[gobble=0,commentchar=^^a3,commandchars=^^a7^^b5^^b6,numbersep=3pt]%
{\jobname.tmp}
-\catcode`\^^a3=9\relax%
+\catcode`\^^a3=9\relax
\NoHighlight@Attributes % To suppress possible highlighting
\ifFvrbEx@Grid\vspace{5pt}\fi
#1%
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
index b8b1d8514db..ccd423a5582 100644
--- a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
+++ b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
@@ -2,7 +2,7 @@
%% This is file `fancyvrb.sty',
%%
%% COPYRIGHT 1992-1999, by Timothy Van Zandt <tvz@zandtwerk.kellogg.nwu.edu>
-%% 2000-2023 ... , by Herbert Voss <hvoss@tug.org>
+%% 2000-2024 ... , by Herbert Voss <hvoss@tug.org>
%%
%% 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,8 +13,8 @@
%% verbatim environments and commands and extensive documentation.
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{4.5b}
-\def\filedate{2023/11/06}
+\def\fileversion{4.5c}
+\def\filedate{2024/01/20}
\ProvidesPackage{fancyvrb}[\filedate\space \fileversion\space verbatim text (tvz,hv)]
%\message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)}
\csname fancyvrb@loaded\endcsname