eddelbuettel / pinp

Pinp Is Not PNAS -- Two-Column PDF Template
147 stars 25 forks source link

widetext* environment #56

Closed saghirb closed 6 years ago

saghirb commented 6 years ago

Using the widetext* environment gives the following error:

! LaTeX Error: Environment widetext* undefined.

However if I use widetext then the error goes away (as it is defined in pinp.cls). It is also defined as widetext in rticles::pnas_article. For consistency I would change from \begin{widetext*} ... \end{widetext*} to \begin{widetext} ... \end{widetext} in the pinp vignette.

Any thoughts/comments?

Note: Originally from pull request #55.

eddelbuettel commented 6 years ago

Just tested, and confirmed. Which is super-weird, because I could swear I tested that at some point (as it is so visible in the vignette). Worst case the change is a side effect from something else.

But you are correct: this does not work as stated, and we should change to promoting widetext without an asterisk.