Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-29 Thread Michael Eidenbenz
the command should be: (eval-after-load "tex" '(add-to-list 'TeX-command-list '("context" "source /home/fab/context/tex/setuptex && context" TeX-run-TeX nil (context-mode) :help "Run ConTeXt")

Re: [NTG-context] texexec in ConTeXt Standalone does not work

2016-10-29 Thread Asim ConTeXt
yeah ok, Hagen. And Thank you all On Sun, Oct 30, 2016 at 12:36 AM, Hans Hagen wrote: > On 10/29/2016 11:50 AM, Pablo Rodriguez wrote: > >> On 10/29/2016 11:18 AM, Asim ConTeXt wrote: >> >>> Thank you, Pablo, for the information about the Microtype package. And >>> after a bit

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-29 Thread Fabrice Couvreur
Hi, @Tobias If I add this to my .emacs I get (setenv "PATH"/Users/fab/tex/texmf-linux-64/bin/ ":$PATH" t) (add-to-list 'load-path "/home/fab/context/tex/texmf-linux-64/bin/context") Warning (initialization): An error occurred while loading `/home/fab/.emacs': Symbol's value as variable is

Re: [NTG-context] texexec in ConTeXt Standalone does not work

2016-10-29 Thread Hans Hagen
On 10/29/2016 11:50 AM, Pablo Rodriguez wrote: On 10/29/2016 11:18 AM, Asim ConTeXt wrote: Thank you, Pablo, for the information about the Microtype package. And after a bit more searching (and getting an answer from Hans Hagen :-) ), I am considering MkIV, instead of MkII, now. But I have

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-29 Thread Michael Eidenbenz
sorry that should be: (path to textree)/setuptex && context . > > cd (path to textree) && setuptex && context etc... ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-29 Thread Michael Eidenbenz
check which binary is used with which context and correct our PATH according to your needs. you can always add more C-c C-c commands for multiple installations (beta, current, texlive ..) as I wrote before. just change the command to cd (path to textree) && setuptex && context etc... Michael

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-29 Thread Tobias Berndt
… add (setenv "PATH" "/Users//tex/texmf-/bin/:$PATH" t) in your .emacs and Emacs should find the way to the minimals. ALOHA, tobber > Am 28.10.2016 um 23:57 schrieb Fabrice Couvreur : > > Hi Mica, > I added this (custom-set-variables ' (ConTeXt-Mark-version

Re: [NTG-context] texexec in ConTeXt Standalone does not work

2016-10-29 Thread Pablo Rodriguez
On 10/29/2016 11:18 AM, Asim ConTeXt wrote: > Thank you, Pablo, for the information about the Microtype package. And > after a bit more searching (and getting an answer from Hans Hagen :-) ), > I am considering MkIV, instead of MkII, now. But I have another > question: How can I identify the files

Re: [NTG-context] texexec in ConTeXt Standalone does not work

2016-10-29 Thread Asim ConTeXt
Thank you, Pablo, for the information about the Microtype package. And after a bit more searching (and getting an answer from Hans Hagen :-) ), I am considering MkIV, instead of MkII, now. But I have another question: How can I identify the files that are only required for MkII, and not needed for

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-29 Thread Fabrice Couvreur
Hi, If I add this (add-to-list 'load-path "/home/fab/context/tex/texmf-linux-64/bin") in the .emacs, one C-c C-c invokes the executable texlive, not the context of standalone. Fabrice 2016-10-29 1:23 GMT+02:00 Michael Eidenbenz : > you can add any TeX command (the ones