emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On being web-friendly and why info must die


From: Karl Fogel
Subject: Re: On being web-friendly and why info must die
Date: Tue, 09 Dec 2014 13:51:43 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:
>Is there software to generate TeX input from Org format?

There is a general solution to this problem -- Pandoc, the "universal document 
converter".  http://johnmacfarlane.net/pandoc/

Pandoc supports Org as an input format (and output too, though we don't need 
that here).  Pandoc is free software (GPL v2 or later).

  $ pandoc --help
  
  pandoc [OPTIONS] [FILES]
  Input formats:  docbook, haddock, html, json, latex, markdown, 
markdown_github,
                  markdown_mmd, markdown_phpextra, markdown_strict, mediawiki,
                  native, opml, org, rst, textile
  Output formats: asciidoc, beamer, context, docbook, docx, dzslides, epub, 
epub3,
                  fb2, html, html5, icml, json, latex, man, markdown,
                  markdown_github, markdown_mmd, markdown_phpextra,
                  markdown_strict, mediawiki, native, odt, opendocument, opml,
                  org, pdf*, plain, revealjs, rst, rtf, s5, slideous, slidy,
                  texinfo, textile
                  [*for pdf output, use latex or beamer and -o FILENAME.pdf]
  [...]

Best,
-Karl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]