gerby-project / plastex

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

Commands to be implemented #10

Closed pbelmans closed 6 years ago

pbelmans commented 7 years ago

Do we want to avoid all WARNING: unrecognized command/environment, or are some of these essentially harmless? In any case, here are a few which appear right now in the Stacks project.

PatrickMassot commented 7 years ago

I'm very surprised \max is not recognized. Or are you trying to use \max outside math mode?

Do you have a minimal example?

pbelmans commented 7 years ago

I was also surprised, but I saw it coming by in the output when running it on the entire Stacks project. I'll look into it at some point, I was just collecting things in a not very systematical way.

pbelmans commented 7 years ago

Ignore \max, it's a default renderer warning, not an unrecognized command/environment.

pbelmans commented 7 years ago

Commit 4dbe830d5f383ec2b523041dc65ed29003873149 implements \romannumeral.