[OS X TeX] Tex to rtf converter
Peter Dyballa
Peter_Dyballa at Web.DE
Wed Aug 4 13:02:37 EDT 2010
Am 04.08.2010 um 10:27 schrieb Sr Sur:
> is there any tutorial or manual to learn how to run latex2rtf from the
> terminal?
You could as well create ENGINE files for TeXShop which would process
the open (La)TeX file:
#!/bin/tcsh -f
set path=($path <path to executables of your TeX distribution> <path
to where latex2rft was installed>)
latex2rtf "$1"
And this to create HTML output:
#!/bin/tcsh -f
set path=($path <path to executables of your TeX distribution> <path
to where latex2html was installed>)
latex2html "$1"
--
Greetings
Pete
Life is the only flaw in an otherwise perfect nonexistence
– Schopenhauer
More information about the MacOSX-TeX
mailing list