[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] add (non) Latex commands to Latex command list.
From: |
Uwe Brauer |
Subject: |
[AUCTeX-devel] add (non) Latex commands to Latex command list. |
Date: |
Wed, 23 Jul 2014 15:28:22 +0200 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) XEmacs/21.5-b33 (linux) |
Hello
I also use the following command on my Latex files
latex2rtf foo.tex
or
pandoc -s -R -f latex foo.tex -t rtf -o foo-B.rtf
In 11.84 I expanded the TeX-command list as follows:
(custom-set-variables
'(TeX-command-list '(
("latex2rtf" "/usr/local/bin/latex2rtf -f0 %t" TeX-run-command t t)
("panltx2txt" "/home/oub/.cabal/bin/pandoc -t plain %t -o %T" TeX-run-command
t t)
("panlatex2rft" "/home/oub/.cabal/bin/pandoc -s -R -f latex %t -t rtf -o %R"
TeX-run-command t t))
'(TeX-expand-list '(
("%T" file "txt" t)
("%R" file "rtf" t)
("%O" file "odt" t)
("%g" file "pdf" t)
("%f" file "ps" t)
("%b" TeX-current-file-name-master-relative)
("%m" preview-create-subdirectory)
("%h" file "html" t))))
Can I do something similar in 11.87??? I am asking since the syntax seems
to have changed between 11.84 and 11.87.
thanks
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
- [AUCTeX-devel] add (non) Latex commands to Latex command list.,
Uwe Brauer <=