mfenner / pandoc-jats

A Lua custom writer for Pandoc generating JATS XML
GNU General Public License v2.0
74 stars 19 forks source link

Latex to JATS XML #7

Closed VidhyaApple closed 9 years ago

VidhyaApple commented 9 years ago

I need to convert latex file to jats xml. I tried latex to md to jats using pandoc and also tried directly from latex to jats. But which would be the effective way to convert the latex into jats xml

mfenner commented 9 years ago

There is no advantage in first converting to markdown, so you should go directly from LaTex to jats. The tricky bit about JATS is all the metadata you need, but you can also provide at least some of them via the command line.

huhsoleil commented 9 years ago

Dear Martin, Do you know where is the program or source of La Tex to JATS converter?

Thank you.

mfenner commented 9 years ago

pandoc-jats could be used as a LaTeX to JATS converter, as LaTex is one of many input formats that Pandoc accepts.