tectonic-typesetting / tectonic

A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.
https://tectonic-typesetting.github.io/
Other
3.99k stars 162 forks source link

Revtex 4.2 Issue #1214

Closed hughesjs closed 2 months ago

hughesjs commented 2 months ago

Tectonic doesn't seem to work with RevTex 2.4 (needed for APS journals). I'm unable to compile the sample document contained in the attached zip at doc/latex/revtex/sample/aps. revtex-tds-2023-05-30.zip. I've been using tectonix -X compile.

It seems to hang on:

Running BibTeX on apssamp.aux ...

I've also tried building this minimal example and for some reason it throws an undefined control sequence error on the \author line.

\documentclass[%
 reprint
 amsmath,amssymb,
 aps
]{revtex4-2}

\title{My Title}

\author{Me}
\affiliation{My Affiliation}

\maketitle

\begin{document}

Hello, world.
\end{document}

Any ideas?

hughesjs commented 2 months ago

Strangely the template, rather than the sample does seem to compile, so I'm not actually sure where the issue is. I'm unblocked for now so this isn't too urgent but it's probably worth looking into?

hughesjs commented 2 months ago

Oh wait, I've seen what I did...