-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f32043f
commit a21257e
Showing
5 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
\DocumentMetadata | ||
{ | ||
lang=en-US, | ||
pdfversion=2.0, | ||
pdfstandard=ua-2, | ||
testphase={phase-III,table,title,firstaid} | ||
} | ||
\documentclass{article} | ||
\usepackage{fancyvrb} | ||
\title{fancyvrb tagging test - 1} | ||
\begin{document} | ||
\begin{Verbatim} | ||
First verbatim line. | ||
Second verbatim line. | ||
\end{Verbatim} | ||
\begin{verbatim} | ||
First verbatim line. | ||
Second verbatim line. | ||
\end{verbatim} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
\DocumentMetadata | ||
{ | ||
lang=en-US, | ||
pdfversion=2.0, | ||
pdfstandard=ua-2, | ||
testphase={phase-III,table,title,firstaid} | ||
} | ||
\documentclass{article} | ||
\usepackage{fancyvrb} | ||
\title{fancyvrb tagging test - 2} | ||
\begin{document} | ||
\VerbatimFootnotes | ||
We can put verbatim\footnote{\verb+_Yes!_+} text in footnotes. | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
\DocumentMetadata | ||
{ | ||
lang=en-US, | ||
pdfversion=2.0, | ||
pdfstandard=ua-2, | ||
testphase={phase-III,table,title,firstaid} | ||
} | ||
\documentclass{article} | ||
\usepackage{fancyvrb} | ||
\title{fancyvrb tagging test - 3} | ||
\begin{document} | ||
\begin{Verbatim}[frame=single,label=My text] | ||
First verbatim line. | ||
Second verbatim line. | ||
\end{Verbatim} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
\DocumentMetadata | ||
{ | ||
lang=en-US, | ||
pdfversion=2.0, | ||
pdfstandard=ua-2, | ||
testphase={phase-III,table,title,firstaid} | ||
} | ||
\documentclass{article} | ||
\usepackage{fancyvrb-ex} | ||
\title{fancyvrb tagging test - 4} | ||
\begin{document} | ||
\begin{CenterExample} | ||
First verbatim line. | ||
Second verbatim line. | ||
Third verbatim line. | ||
\end{CenterExample} | ||
\end{document} |