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

novel class incompatible #533

Open
mbertucci47 opened this issue Aug 7, 2024 · 4 comments
Open

novel class incompatible #533

mbertucci47 opened this issue Aug 7, 2024 · 4 comments
Labels
analyse something that needs further checking and perhaps code changes 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 novel class has a completely different structure than the standard classes and tries to set up metadata with hyperref in a way the generic driver does not like. Also, it redefines footnotes in an incompatible way.

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III}
  }
\documentclass{novel}
\SetTitle{Some title}
\SetAuthor{Some author}

\begin{document}

text

\end{document}

errors with

! Undefined control sequence.
<argument> \ERROR 
       \cs_set_eq:NN \__fnote_tmp:w \exp_stop_f: 

It is also incompatible with table tagging as for some reason it errors if array is loaded.

@FrankMittelbach FrankMittelbach added currently incompatible package or class package or class that doesn't work with current version of tagging code analyse something that needs further checking and perhaps code changes labels Aug 7, 2024
@FrankMittelbach
Copy link
Member

sounds a bit as if that might end up "not supported", but that remains to be seen.

@u-fischer
Copy link
Member

hm. Various problems even without tagging. E.g. the example produces a PDF 2.3 and adobe complains that it doesn't know this version :-). It writes directly into the PDF catalog, and into the Info dictionary, and creates its own XMP-data. So it is not compatible with the PDF management.

@mbertucci47
Copy link
Contributor Author

So should this be "no-support"?

@FrankMittelbach
Copy link
Member

I think so (for now at least). perhaps with a comment stating what would need to change in the class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyse something that needs further checking and perhaps code changes 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