Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fancyvrb issues #741

Open
mbertucci47 opened this issue Oct 18, 2024 · 0 comments
Open

fancyvrb issues #741

mbertucci47 opened this issue Oct 18, 2024 · 0 comments
Labels
area: verbatim and semi-verbatim verbatim-like, e.g., also listings, url, etc currently incompatible package or class package or class that doesn't work with current version of tagging code

Comments

@mbertucci47
Copy link
Contributor

After latex3/latex2e#1485, just wanted to collect some issues here.

not tagged as code

Verbatim and its derivatives are not tagged as <Code> like verbatim.

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,table,title,firstaid}
  }
\documentclass{article}
\usepackage{fancyvrb}
\begin{document}
\begin{Verbatim}
First verbatim line.
Second verbatim line.
\end{Verbatim}
\begin{verbatim}
First verbatim line.
Second verbatim line.
\end{verbatim}
\end{document}

\VerbatimFootnotes errors

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,table,title,firstaid}
  }
\documentclass{article}
\usepackage{fancyvrb}

\begin{document}
\VerbatimFootnotes
We can put verbatim\footnote{\verb+_Yes!_+} text in footnotes.
\end{document}

label is not tagged

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,table,title,firstaid}
  }
\documentclass{article}
\usepackage{fancyvrb}

\begin{document}
\begin{Verbatim}[frame=single,label=My text]
First verbatim line.
Second verbatim line.
\end{Verbatim}
\end{document}

CenterExample of fancyvrb-ex errors

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,table,title,firstaid}
  }
\documentclass{article}
\usepackage{fancyvrb-ex}

\begin{document}
\begin{CenterExample}
First verbatim line.
Second verbatim line.
Third verbatim line.
\end{CenterExample}
\end{document}
@mbertucci47 mbertucci47 changed the title fancrvrb issues fancyvrb issues Oct 19, 2024
@FrankMittelbach FrankMittelbach added currently incompatible package or class package or class that doesn't work with current version of tagging code area: verbatim and semi-verbatim verbatim-like, e.g., also listings, url, etc labels Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: verbatim and semi-verbatim verbatim-like, e.g., also listings, url, etc currently incompatible package or class package or class that doesn't work with current version of tagging code
Projects
None yet
Development

No branches or pull requests

2 participants