summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fancyvrb/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-23 03:00:53 +0000
committerNorbert Preining <norbert@preining.info>2024-01-23 03:00:53 +0000
commit208ecf90e1d5a239ff2a8cd506c077d194d348c0 (patch)
treee505248dddbb616aa6190340ab46f5f8b4b55803 /macros/latex/contrib/fancyvrb/doc
parent3bb554642b743cd7ca7aef2b3668604343bfe708 (diff)
CTAN sync 202401230300
Diffstat (limited to 'macros/latex/contrib/fancyvrb/doc')
-rw-r--r--macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdfbin170570 -> 172333 bytes
-rw-r--r--macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex13
2 files changed, 12 insertions, 1 deletions
diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf
index 321082c642..655018d2df 100644
--- a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf
+++ b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf
Binary files differ
diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
index 7f7985d8ac..87fae37cfc 100644
--- a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
+++ b/macros/latex/contrib/fancyvrb/doc/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):