summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fancyvrb/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-05-04 03:02:37 +0000
committerNorbert Preining <norbert@preining.info>2020-05-04 03:02:37 +0000
commit47af91cb8475b7352015cf05ce881e6b8415112d (patch)
tree17afceb279a6187f83336bac3c72536ae1522a88 /macros/latex/contrib/fancyvrb/doc
parentd78de17ddf0443233483fd98f40802cae5aa87c5 (diff)
CTAN sync 202005040302
Diffstat (limited to 'macros/latex/contrib/fancyvrb/doc')
-rw-r--r--macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdfbin133221 -> 125081 bytes
-rw-r--r--macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex38
2 files changed, 32 insertions, 6 deletions
diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf
index 7a929f1147..33799f3b3d 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 e28dc41408..e64a86f3ba 100644
--- a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
+++ b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
@@ -1,13 +1,12 @@
\documentclass{article}
%\usepackage[T1]{fontenc}
%\usepackage[charter]{mathdesign}
-\usepackage{libertinus-otf}
-%\usepackage[scaled=0.84]{beramono}
+\usepackage{libertinus}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.9]{AnonymousPro-Regular.ttf}
-
+%\usepackage[scaled=0.88]{beramono}
\newif\ifChangeBar \ChangeBarfalse
\usepackage{fancyvrb}
-\usepackage[pstricks]{fancyvrb-ex}
+\usepackage{fancyvrb-ex}
\usepackage{xurl}
\usepackage[colorlinks,linktocpage]{hyperref}
\parskip=3pt plus 1pt minus 1pt
@@ -63,7 +62,7 @@
{\footnotesize and}\\[-2mm]
{\footnotesize Herbert Voß\ (FU Berlin -- DE)}
}
-\date{Version 3.5\\ \today}
+\date{Version 3.6\\ \today}
\fvset{frame=single,xrightmargin=0cm,numbers=left,numbersep=3pt,commentchar=Z}
@@ -83,6 +82,7 @@ Report bugs to \url{hvoss@tug.org}
\vfill
Thanks to
+Claudio Beccari,
Philippe Esperet, %\url{esperet@marie.polytechnique.fr},
Michael Friendly, %\url{friendly@hotspur.psych.yorku.ca},
Mario Hassler, %\url{HASSLER@ippnv2.ipp.kfa-juelich.de},
@@ -919,6 +919,25 @@ text:
This allows us to do some devious tricks: see the example in Section
\ref{sec:VerbatimInclude} on page~\pageref{sec:VerbatimInclude}.
+
+\subsubsection{Reference label}
+
+\begin{optlist}
+ \item[reflabel (<label>)]: A label for use of \verb|\pageref|.
+\end{optlist}
+
+\begin{SideBySideExample}
+ \begin{Verbatim}[reflabel=verb0]
+ First verbatim line.
+ Second verbatim line.
+ \end{Verbatim}
+ See the verbatim on
+ page~\pageref{verb0}.
+\end{SideBySideExample}
+
+
+
+
\subsection{Different kinds of verbatim environments}
\subsubsection{Verbatim environment}
@@ -1291,6 +1310,12 @@ and output side by side or on top of each other. They are all used for this docu
Third verbatim line.
\end{SideBySideExample}
+
+
+\iffalse
+
+
+
\section{\texttt{PCenterExample} environment}
\begin{Verbatim}
@@ -1320,6 +1345,7 @@ and output side by side or on top of each other. They are all used for this docu
\end{PCenterExample}
}
+
\section{\texttt{PSideBySideExample} environment}
\begin{Verbatim}[gobble=2]
@@ -1365,7 +1391,7 @@ and output side by side or on top of each other. They are all used for this docu
}
-
+\fi