gerby-project / plastex

Python package to convert LaTeX markup to DOM
Other
14 stars 12 forks source link

theoremstyle #51

Open chngr opened 6 years ago

chngr commented 6 years ago

No theoremstyle command is implemented, and plasTeX will complain about this. Of course, this is because amsthm is not functionally implemented. So the good fix is to make amsthm to work; alternatively, it's fine to just ignore it since, at least currently, the styling is done in place of the website, regardless of whatever style is set in the preamble.

Broccoli for the future: it may be good to parse these style declarations and spit out a style file during rendering based on these settings; it will automate some of the work of creating stylesheets for future projects.

pbelmans commented 6 years ago

Whatever we decide to do, don't forget that just adding \usepackage{amsthm} really messes up the output of Gerby at the moment.