Dear all, Recently I installed Aquamacs Emacs which is nicely working. And I also found AUCTeX macros in the wiki. Since I am a newbie to AUCTeX, I don't know how to apply such codes to Aquamacs. Would someone tell me how to do that? When I choose PDFConTeXt-en>command > ConTeXt, it runs with the command "texexec --once --pdf ...". Is there any way to change it to "texmfstart texexec ..."? Thank you. Dalyoung Jeong
Dalyoung Jeong wrote:
Dear all,
Recently I installed Aquamacs Emacs which is nicely working. And I also found AUCTeX macros in the wiki. Since I am a newbie to AUCTeX, I don't know how to apply such codes to Aquamacs.
Would someone tell me how to do that?
When I choose PDFConTeXt-en>command > ConTeXt, it runs with the command "texexec --once --pdf ...". Is there any way to change it to "texmfstart texexec ..."?
that;s indeed the prefered way to call texexec (more efficient too) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On May 15, 2008, at 11:02 AM, Dalyoung Jeong wrote:
Dear all,
Recently I installed Aquamacs Emacs which is nicely working. And I also found AUCTeX macros in the wiki. Since I am a newbie to AUCTeX, I don't know how to apply such codes to Aquamacs.
Would someone tell me how to do that?
When I choose PDFConTeXt-en>command > ConTeXt, it runs with the command "texexec --once --pdf ...". Is there any way to change it to "texmfstart texexec ..."?
Thank you.
Dalyoung Jeong
I don't use Aquamacs precisely because I find customizing it more difficult than other Carbon Emacsen, but you can try this: M-x customize-variabel <Return> TeX-command-list <Return> in the list, scroll down to ConTeXt and change the Command to texmfstart texexec %t. You have to make sure yourself that texmfstart is in your $PATH and that Aquamaces knows about this $PATH. You can also add other commands, I have "LuaConTeXt mtxrun --script context %t" and "XeConTeXt texmfstart texexec --xtx %t". HTH Thomas
participants (3)
-
Dalyoung Jeong
-
Hans Hagen
-
Thomas A. Schmitz