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

jlreq class incompatible #719

Open
mbertucci47 opened this issue Sep 28, 2024 · 0 comments
Open

jlreq class incompatible #719

mbertucci47 opened this issue Sep 28, 2024 · 0 comments
Labels
area: classes currently incompatible package or class package or class that doesn't work with current version of tagging code

Comments

@mbertucci47
Copy link
Contributor

The jlreq class has it's own way of doing most things, such as section headings, that is incompatible with the tagging code. For example, \chapter errors and other section headings produce parent-child warnings.

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,math,title,table,firstaid}
  }
\documentclass[report]{jlreq}

\begin{document}

\tableofcontents % errors

\chapter{Chapter} % errors
\section{Section} % parent-child warnings
\subsection{Subsection} % parent-child warnings
text

\end{document}
@davidcarlisle davidcarlisle added the currently incompatible package or class package or class that doesn't work with current version of tagging code label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: classes 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

3 participants