Closed
Description
Today pnas_article()
started to fail on Travis, with an obscure error message
! LaTeX Error: Missing \begin{document}.
I could reproduce the issue locally after I update all LaTeX packages via
remotes::install_github('yihui/tinytex')
tinytex::tlmgr_update()
Even the following minimal LaTeX example fails with the same error message:
\documentclass{pnas-new}
\begin{document}
a
\end{document}
I spent a few hours on this issue but couldn't figure out why it was broken. I wonder if it is time to consider updating pnas-new.cls
now.