python - convert Creole to LaTeX -


care recommend tool/workflow(s) converting creole wiki pages/files latex?

i'm grad student has been documenting code , analyses using (a number of) wikis, using creole syntax. creole, i'll need write article, i'll need generate latex. there tool directly , competently? if not, what's next-best, least-effort, highest-quality indirect path? things came mind are:

  1. pandoc: supports latex both input or output, not support creole either input or output. (am missing something?)
  2. restructuredtext: know pandoc supports rest both input or output, , of course it's used python, i'm starting use rest new wikis. i'm not seeing creole -> rest converter. (am missing something?)
  3. html: pandoc supports html both input , output, i'm sure zillion other tools, including python-creole. creole >python-creole> html >pandoc> latex seems feasible (am missing something?) indirect.

pandoc offers creole2latex interface can tested online. creole called haddock markup there.


Comments

Popular posts from this blog

google app engine - 403 Forbidden POST - Flask WTForms -

Android layout hidden on keyboard show -

Parse xml element into list in Python -