Re: [NTG-context] avoid newline after definestartstop

2016-10-26 Thread Wolfgang Schuster
Michael Eidenbenz 26. Oktober 2016 um 23:03 Dear Wolfgang, thanks for your mail, that led me to the source in syst-aux where I found the TeX approach, my final solution. \def\startCitation% { \startnarrower[left,right] \symbol[leftquotation] \removeunw

Re: [NTG-context] avoid newline after definestartstop

2016-10-26 Thread Michael Eidenbenz
Dear Wolfgang, thanks for your mail, that led me to the source in syst-aux where I found the TeX approach, my final solution. \def\startCitation% { \startnarrower[left,right] \symbol[leftquotation] \removeunwantedspaces} \def\stopCitation#1\par% { \removeunwantedspaces \symbol[

Re: [NTG-context] marginal heads as standard option?

2016-10-26 Thread Pablo Rodriguez
On 10/26/2016 01:50 PM, Hans Hagen wrote: > [...] > I'll add something > > % \definemargindata > % [margintext:chapter] > % [margintext:section] > > % \defineheadalternative > % [margintext:chapter] > % [margintext] > % [margintext=margintext:chapter] > > % \setuphead > % [chapter] >

Re: [NTG-context] mathsf / mathversions in context

2016-10-26 Thread Wolfgang Schuster
Csikos Bela 20. Oktober 2016 um 16:59 Wolfgang Schuster írta: Thank you again. Now I am even more confused. 3. I found that if I write \definefontfamily [docuf] [mm] [TeX Gyre Pagella Math] before \definefallbackfamily lines, the latter have no effect. Is t

Re: [NTG-context] Algorithmic, Floats and line numbers.

2016-10-26 Thread Wolfgang Schuster
Javier M Mora 24. Oktober 2016 um 14:37 Hi, I'm trying to use Algorithmic module with floating and line numbering. In the first attempt, I get the "code" with lines numbered. But isn't floating. In the second one, line numbers disappear inside the floating block. Two

[NTG-context] \definefallbackfamily for math fonts, again

2016-10-26 Thread Csikos Bela
Dear list members: I have the following context code: \definefontfamily [doc] [rm] [TeX Gyre Bonum] \definefontfamily [doc] [ss] [Tex Gyre Adventor] \definefallbackfamily [doc] [mm] [Tex Gyre Adventor] [range=0x0-0x2FA1F,force=yes] \definefontfamily [doc] [mm] [TeX Gyre Pagella M

Re: [NTG-context] avoid newline after definestartstop

2016-10-26 Thread Wolfgang Schuster
Michael Eidenbenz 26. Oktober 2016 um 16:30 after some readings in the TeX book I came up with the following solution that works for me without having to change all my instances of startstopCitation in the text. This doesn’t work when you have more than one paragr

Re: [NTG-context] avoid newline after definestartstop

2016-10-26 Thread Michael Eidenbenz
after some readings in the TeX book I came up with the following solution that works for me without having to change all my instances of startstopCitation in the text. \definestartstop [Citation] [ before={\hangindent=20mm\hangafter=0\symbol[leftquotation]}, after={\removeunwantedspa

Re: [NTG-context] marginal heads as standard option?

2016-10-26 Thread Hans Hagen
On 10/25/2016 9:06 PM, Pablo Rodriguez wrote: Hans, I have the following sample: \setuphead[section][alternative=margin] \starttext \section{afeasdf} \input knuth \section{afeasfdf} \input zapf \stoptext Would it be possible to have value to the "alternative" key t

[NTG-context] .mp files in non-standard locations

2016-10-26 Thread Nicola
Hello, I have some documents that contain: \startMPinclusions input "mycode"; \stopMPinclusions where mycode.mp is somewhere in my project's directory. Is there a way to tell ConTeXt how to find it? Nicola ___ If