Abhi-1U / texor

Converting 'LaTeX' 'R Journal' Articles into 'RJ-web-articles'
https://abhi-1u.github.io/texor/
Other
7 stars 2 forks source link

rnw_to_rmd: always number unstarred equation environments #82

Closed hturner closed 4 months ago

hturner commented 4 months ago

LaTeX environments like \equation{} will always be numbered.

However, bookdown will only number equations with a label. Would it be possible to always add a a label to unstarred equation environments? E.g. #eq:unlabelled1, #eq:unlabelled2 where a label was not provided originally?

hturner commented 4 months ago

This is implemented already with the autonumber_eq = TRUE option to rnw_to_rmd(), sorry I missed that.