summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex')
-rw-r--r--macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex13
1 files changed, 12 insertions, 1 deletions
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):