michael-brade / LaTeX.js

JavaScript LaTeX to HTML5 translator
https://latex.js.org
MIT License
770 stars 58 forks source link

Support for setcounter{page} ? #116

Open marcellamonreale opened 4 years ago

marcellamonreale commented 4 years ago

Hi, it is possible to extend LateX.js to support the setcounter{page} in an article?

Thanks a lot for your great job!

Marcella

michael-brade commented 4 years ago

Hi, I don't think so, at least not at the moment. In LaTeX.js I don't have the concept of a page or a page break (yet). So there is no page numbering. You can, of course, define your own counter but it won't be incremented. Did I understand your question correctly?