Skip to content

Commit

Permalink
update fancyvrb status (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Oct 25, 2024
1 parent f32043f commit a21257e
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _data/tagging-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4140,12 +4140,14 @@

- name: fancyvrb
type: package
status: currently-incompatible
status: partially-compatible
included-in: [tlc3, arxiv01]
priority: 2
supported-through: [phase-III,firstaid]
issues: [741]
references: [1]
tasks: needs tests
updated: 2024-07-06
tests: true
updated: 2024-10-18

- name: fbb
type: package
Expand Down
20 changes: 20 additions & 0 deletions tagging-status/testfiles/fancyvrb/fancyvrb-01.tex
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}
14 changes: 14 additions & 0 deletions tagging-status/testfiles/fancyvrb/fancyvrb-02.tex
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}
16 changes: 16 additions & 0 deletions tagging-status/testfiles/fancyvrb/fancyvrb-03.tex
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}
17 changes: 17 additions & 0 deletions tagging-status/testfiles/fancyvrb/fancyvrb-04.tex
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}

0 comments on commit a21257e

Please sign in to comment.