New answers tagged pandoc
1
open the terminal and use cd to change to the directory your files are in. Enter this at the prompt:
cd /Users/albertofara/GoogleDrive/lavori/05actinomycosis/latex
Then run pandoc from that directory:
pandoc -s actinomycosis.tex -o actynomicosis.rtf
0
In pandoc you can do:
(@foo) $a^2 + b^2 = c^2$
As (@foo) says, ...
(@bar) $e = x + y$
This will give you running equation numbers in both PDF and HTML. However, the equations will not be centered or display-formatted. (You can use $$ for display math, but then the numbers probably won't be lined up right -- though maybe this can be fixed with CSS.)
Top 50 recent answers are included