Re: [NTG-context] Emacs + latest beta

2018-08-30 Thread Fabrice Couvreur
Hello Vladimir, I suppose this is from within Emacs. > File compiled with Emacs . I assumed that you installed auctex package, like > > $ sudo pacman -S auctex > > and do > > (load "auctex") > No with MELPA. P.S. Why you install auctex as MELPA and don't use Archlinux package ? > I do

Re: [NTG-context] Emacs + latest beta

2018-08-29 Thread Vladimir Lomov
Hello, ** Fabrice Couvreur [2018-08-29 12:01:46 +0200]: > Hello, > Here is the content of my file ~/.profile : > > export PATH=$HOME/context/tex/texmf-linux-64/bin:$PATH > export PATH=$HOME/texlive/2018/bin/x86_64-linux:$PATH > export PATH=$HOME/bin:$PATH > >> $ command -v context > >

Re: [NTG-context] Emacs + latest beta

2018-08-29 Thread Vladimir Lomov
Hello, ** Fabrice Couvreur [2018-08-29 11:39:07 +0200]: > Hello, > Before considering modifications, here's what I get when I do which context > : > > Setting "/home/aragorn/context/tex" as ConTeXt root. > [aragorn@fab ~]$ which context > /home/aragorn/context/tex/texmf-linux-64/bin/context >

Re: [NTG-context] Emacs + latest beta

2018-08-29 Thread Fabrice Couvreur
Hello, Here is the content of my file ~/.profile : export PATH=$HOME/context/tex/texmf-linux-64/bin:$PATH export PATH=$HOME/texlive/2018/bin/x86_64-linux:$PATH export PATH=$HOME/bin:$PATH $ command -v context > [aragorn@fab ~]$ command -v context

Re: [NTG-context] Emacs + latest beta

2018-08-29 Thread Fabrice Couvreur
Hello, Before considering modifications, here's what I get when I do which context : Setting "/home/aragorn/context/tex" as ConTeXt root. [aragorn@fab ~]$ which context /home/aragorn/context/tex/texmf-linux-64/bin/context [aragorn@fab ~]$ $ pacman -Qs texlive > [root@fab aragorn]# pacman -Qs

Re: [NTG-context] Emacs + latest beta

2018-08-28 Thread Vladimir Lomov
Hello, ** Fabrice Couvreur [2018-08-28 11:18:58 +0200]: > Hi Vladimir, > I do not use Arch Linux repositories to install texlive 2018 packages Some texlive-* packages could be installed as dependencies of other packages. You may check if your system has any texlive package: $ pacman -Qs

Re: [NTG-context] Emacs + latest beta

2018-08-28 Thread Fabrice Couvreur
Hi Vladimir, I do not use Arch Linux repositories to install texlive 2018 packages but I installed texlive 2018 "scheme-full" with tlmgr -gui in /home/aragorn /texlive/2018. I then make regular updates in the same way. No texlive traces in the \usr\share\ directory or elsewhere. Standalone

Re: [NTG-context] Emacs + latest beta

2018-08-27 Thread Vladimir Lomov
Hello, ** Fabrice Couvreur [2018-08-27 15:47:41 +0200]: > Le lun. 27 août 2018 à 11:51, Fabrice Couvreur > a écrit : > >> Hi Vladimir, >> I just made a new standalone context install and added this to my >> ~/.profile : source /home/aragorn/context/tex/setuptex >> It finally seems to work !

Re: [NTG-context] Emacs + latest beta

2018-08-27 Thread Fabrice Couvreur
Hello, I installed texlive 2018 and context standalone in my home directory. It seems to me that I must therefore indicate the path where texlive is located 2018, but maybe I'm wrong. You can check this by running `which context` in a terminal. > Setting "/home/aragorn/context/tex" as ConTeXt

Re: [NTG-context] Emacs + latest beta

2018-08-27 Thread Aditya Mahajan
On Mon, 27 Aug 2018, Fabrice Couvreur wrote: I just made a new standalone context install and added this to my ~/.profile : source /home/aragorn/context/tex/setuptex It finally seems to work ! export PATH=$PATH:/home/aragorn/context/tex/texmf-linux-64/bin source

Re: [NTG-context] Emacs + latest beta

2018-08-27 Thread Fabrice Couvreur
Hi Vladimir, I just realized that does not work anymore ! (setq ConTeXt-mode-hook (lambda () (setq TeX-command-extra-options "--purgeall"))) Thanks Fabrice Le lun. 27 août 2018 à 11:51, Fabrice Couvreur a écrit : > Hi Vladimir, > I just made a new standalone context install and added

Re: [NTG-context] Emacs + latest beta

2018-08-27 Thread Fabrice Couvreur
Hi Vladimir, I just made a new standalone context install and added this to my ~/.profile : source /home/aragorn/context/tex/setuptex It finally seems to work ! export PATH=$PATH:/home/aragorn/context/tex/texmf-linux-64/bin source /home/aragorn/context/tex/setuptex export

Re: [NTG-context] Emacs + latest beta

2018-08-26 Thread Vladimir Lomov
Hello, ** Fabrice Couvreur [2018-08-25 01:23:28 +0200]: > Hi Vladimir, > I use ConTeXt Full following this question asked on the forum > https://mailman.ntg.nl/pipermail/ntg-context/2017/089501.html > Then, if I compile with ConTeXt, the problem is not solved and the file > vladimir.log is empty

Re: [NTG-context] Emacs + latest beta

2018-08-26 Thread Vladimir Lomov
Hello, ** Hans Hagen [2018-08-24 16:39:54 +0200]: > On 8/24/2018 3:48 PM, Vladimir Lomov wrote: > >> I don't know why you get "damaged" pdf file (in fact how do you know >> that file is damaged?) but "TEXMFCNF" is special variable that I uses to >> tweak TeX Live configuration for my latex

Re: [NTG-context] Emacs + latest beta

2018-08-24 Thread Fabrice Couvreur
Hi Vladimir, I use ConTeXt Full following this question asked on the forum https://mailman.ntg.nl/pipermail/ntg-context/2017/089501.html Then, if I compile with ConTeXt, the problem is not solved and the file vladimir.log is empty ! This is the buffer vladimir.output with emacs

Re: [NTG-context] Emacs + latest beta

2018-08-24 Thread Hans Hagen
On 8/24/2018 3:48 PM, Vladimir Lomov wrote: I don't know why you get "damaged" pdf file (in fact how do you know that file is damaged?) but "TEXMFCNF" is special variable that I uses to tweak TeX Live configuration for my latex workflow but context (standalone and from TL) refuses to work if

Re: [NTG-context] Emacs + latest beta

2018-08-24 Thread Vladimir Lomov
Hello, ** Fabrice Couvreur [2018-08-24 12:31:19 +0200]: > Hi Vladimir, > Thanks for everything, it seems to work ! > You are the only one who knew how to solve the problem. > Here is the content of my ~./emacs file that you probably need to improve : > > 8<

Re: [NTG-context] Emacs + latest beta

2018-08-24 Thread Fabrice Couvreur
Hi Vladimir, Thanks for everything, it seems to work ! You are the only one who knew how to solve the problem. Here is the content of my ~./emacs file that you probably need to improve : 8<

Re: [NTG-context] Emacs + latest beta

2018-08-23 Thread Vladimir Lomov
Hello, ** Fabrice Couvreur [2018-08-23 10:48:42 +0200]: > Hi, > Thanks for your help but ... I checked again and it is fine. May be I was too unspecific. First, I changed a bit your example to this one: [test.tex] 8<

Re: [NTG-context] Emacs + latest beta

2018-08-23 Thread Vladimir Lomov
Hello, ** Wolfgang Schuster [2018-08-23 20:58:01 +0200]: > You get an error message because outlinetext doesn’t work. > > \starttext > > \startMPcode > draw outlinetext.f > ("A") > () ; > \stopMPcode > > \stoptext The example that Fabrice Couvreur presented works fine on

Re: [NTG-context] Emacs + latest beta

2018-08-23 Thread Wolfgang Schuster
You get an error message because outlinetext doesn’t work. \starttext \startMPcode draw outlinetext.f ("A") () ; \stopMPcode \stoptext Wolfgang Fabrice Couvreur schrieb am 22.08.18 um 13:05: Hello, Sorry to insist, but could anyone help me understand the problem I'm

Re: [NTG-context] Emacs + latest beta

2018-08-23 Thread Fabrice Couvreur
Hi, Thanks for your help but ... Running `ConTeXt' on `vladimir' with ``PATH=/home/aragorn/context/tex/texmf-linux-64/bin:$PATH context vladimir'' resolvers | trees | analyzing 'home:texmf' mtx-context | warning: no (local) file './vladimir', proceeding mtx-context | run 1: luatex

Re: [NTG-context] Emacs + latest beta

2018-08-23 Thread Vladimir Lomov
Hello, ** Fabrice Couvreur [2018-08-22 13:05:31 +0200]: > Hello, > Sorry to insist, but could anyone help me understand the problem I'm having > in using Emacs with standalone context ? Check environment variables both in terminal and Emacs. > The following file compiles perfectly from a