humenda / GladTeX

embed LaTeX formulas into LaTeX
https://humenda.github.io/GladTeX
GNU Lesser General Public License v3.0
27 stars 7 forks source link

read json #7

Closed SushiTee closed 6 years ago

SushiTee commented 6 years ago

make it possible to read json.

humenda commented 6 years ago

This is a bit imprecise. Let me summarise this: GladTeX should be usable as a Pandoc filter. These receive JSON (Pandoc's document AST) via stdin, alter those and write the AST back to stdout. GladTeX could extract all 'Math' elements and replace them with a 'RawInline': ['html', '<img...>'] element. Benefits are many, including that GladTeX could be used for slidy slide shows or Epub books.

humenda commented 6 years ago

This is available in an early draft now and is due to be tested. Feedback welcome :).

humenda commented 6 years ago

After not encountering any issues, I consider this as done now. It'll be shipped with the 2.4 release.