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 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to