[NTG-context] Framedtext in a float

2016-10-31 Thread Fabrice Couvreur
Hello, How to make the width of framedtext automatically adapts to its contents. Fabrice \definefloat [recipe] [figure] \setupfloat [recipe] [default={right,none}] \definecolor[MyColorA][r=0.8784, g=0.8784, b=0.8784] \definecolor[MyColorB][c=0.00,m=0.27,y=1.00,k=0.00]

[NTG-context] ConTeXt and duotone graphics

2016-10-31 Thread Piotr Kopszak
Hello list, I have just came across this little script which allows to create duotone pdfs with DeviceN channel. The script takes two grayscale tifs as arguments and returns a pdf duotone. I guess it shouldn't be too difficult to include it in the ConTeXt processing chain. Probably one could

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

2016-10-31 Thread Fabrice Couvreur
Hi Tobber, First of all thank you for your help. Everything worked except for the compilation where it's always texlive context and not standalone. Running `ConTeXt' on `ntg62' with ``context --once --texutil --nonstop ntg62.tex'' resolvers | trees | analyzing 'home:texmf' mtx-context

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

2016-10-31 Thread Fabrice Couvreur
/home/fab/context/tex/texmf-linux-64/bin/context:/home/fab/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/texmf/tex/latex/tex4ebook-master/tex4ebook:/home/fab/texlive/2016/bin/x86_64-linux 2016-10-31 10:18 GMT+01:00 Peter Münster : > On Mon, Oct 31 2016, Fabrice

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

2016-10-31 Thread Peter Münster
On Mon, Oct 31 2016, Fabrice Couvreur wrote: > it's always texlive context and not standalone. What is the output of M-x getenv RET PATH RET ? -- Peter ___ If your question is of interest to others as

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

2016-10-31 Thread Fabrice Couvreur
Hi Peter, It seems to work ! Thank you to Peter, Tobias, Michael and Mica for your help Fabrice 2016-10-31 11:59 GMT+01:00 Peter Münster : > On Mon, Oct 31 2016, Fabrice Couvreur wrote: > > > /home/fab/context/tex/texmf-linux-64/bin/context:... > > Please replace this with

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

2016-10-31 Thread Peter Münster
On Mon, Oct 31 2016, Fabrice Couvreur wrote: > how to add the option -- purgeall ? (setq ConTeXt-mode-hook (lambda () (setq TeX-command-extra-options "--purgeall"))) -- Peter ___ If your question

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

2016-10-31 Thread Fabrice Couvreur
Sorry, but I have one question: how to add the option -- purgeall ? Fabrice 2016-10-31 14:16 GMT+01:00 Fabrice Couvreur : > Hi Peter, > It seems to work ! > Thank you to Peter, Tobias, Michael and Mica for your help > Fabrice > > 2016-10-31 11:59 GMT+01:00 Peter

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

2016-10-31 Thread Peter Münster
On Mon, Oct 31 2016, Fabrice Couvreur wrote: > /home/fab/context/tex/texmf-linux-64/bin/context:... Please replace this with /home/fab/context/tex/texmf-linux-64/bin:... -- Peter ___ If your question is

Re: [NTG-context] Use \unit for value and uncertainty

2016-10-31 Thread Florian Leupold
Hello! There does not seem to be a simple solution to using \unit with uncertainties, see below. Could someone maybe point me to the relevant source code for the parser for \unit in MKIV? Then I would try to modify/improve the code myself. Thanks a lot and best regards, Florian > On

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

2016-10-31 Thread Fabrice Couvreur
Hi Peter, Thank you very much. 2016-10-31 15:22 GMT+01:00 Peter Münster : > On Mon, Oct 31 2016, Fabrice Couvreur wrote: > > > how to add the option -- purgeall ? > > (setq ConTeXt-mode-hook > (lambda () (setq TeX-command-extra-options "--purgeall"))) > > -- >