Re: [NTG-context] Sorting registers method for "uppercase like lowercase, diacritics ignored"

2019-01-21 Thread Marcus Vinicius Mesquita
Thomas, thank you for your solution. It works. Hraban, I tried your suggestion, but it does not work. See new attached MWE. Best regards Marcus Vinicius MWE.pdf Description: Adobe PDF document MWE.tex Description: TeX document

[NTG-context] textext with plain MetaFun

2019-01-21 Thread Akira Kakuto
> You should see the text at the bottom left. > It seems that there is a string _s_ not initialized. If I remove all _s_ in mp-text.mpii, metafun test.mp worked for hobbiestextext := true; beginfig(1) draw textext("MetaFun") ; endfig; end. Best, Akira

Re: [NTG-context] Changes \setuphead

2019-01-21 Thread Wolfgang Schuster
Otared Kavian schrieb am 21.01.19 um 12:08: Hi Ursula, If you replace the \startsetups[chapter:before] with the following, you obtain a page without the page number: \startsetups [chapter:before] \doifoddpageelse {} {\pushbackground[page] \setuppagenumbering[state=stop]

Re: [NTG-context] Changes \setuphead

2019-01-21 Thread Wolfgang Schuster
Ursula Hermann schrieb am 21.01.19 um 11:26: I have a question: how can I have a empty page before the next chapter  without a page number? Do I have to write: \page =empty. ? When your goal is to remove header and footer lines from the empty page before the start of the chapter without a

Re: [NTG-context] Changes \setuphead

2019-01-21 Thread Ursula Hermann
Hi Otared Thank you, that helped. I have tried the example, as written. Ursula Hermann -Ursprüngliche Nachricht- Von: ntg-context Im Auftrag von Otared Kavian Gesendet: Montag, 21. Jänner 2019 12:08 An: mailing list for ConTeXt users Betreff: Re: [NTG-context] Changes \setuphead Hi

Re: [NTG-context] Changes \setuphead

2019-01-21 Thread Otared Kavian
Hi Ursula, If you replace the \startsetups[chapter:before] with the following, you obtain a page without the page number: \startsetups [chapter:before] \doifoddpageelse {} {\pushbackground[page] \setuppagenumbering[state=stop]

[NTG-context] Changes \setuphead

2019-01-21 Thread Ursula Hermann
Hello List! It is a long time ago, that I have written the last mail to you. Thank you Taco so much, because for the new example of the Recent changes from 17.January 2019. Because: Modyfying the page before a chapter is something, that i can need. I mean this one: % next five lines just to

Re: [NTG-context] textext with plain MetaFun

2019-01-21 Thread luigi scarso
On Mon, Jan 21, 2019 at 10:47 AM Henri Menke wrote: > On 1/21/19 10:40 PM, luigi scarso wrote: > > On Mon, Jan 21, 2019 at 8:57 AM Henri Menke > wrote: > > > >> Dear list, > >> > >> When I process the short MetaFun example > >> > >> beginfig(1) > >> draw textext("MetaFun") ; > >>

Re: [NTG-context] textext with plain MetaFun

2019-01-21 Thread Henri Menke
On 1/21/19 10:40 PM, luigi scarso wrote: > On Mon, Jan 21, 2019 at 8:57 AM Henri Menke wrote: > >> Dear list, >> >> When I process the short MetaFun example >> >> beginfig(1) >> draw textext("MetaFun") ; >> endfig; >> end >> >> with plain MetaFun, i.e. >> >> mpost '' test.mp

Re: [NTG-context] textext with plain MetaFun

2019-01-21 Thread luigi scarso
On Mon, Jan 21, 2019 at 8:57 AM Henri Menke wrote: > Dear list, > > When I process the short MetaFun example > > beginfig(1) > draw textext("MetaFun") ; > endfig; > end > > with plain MetaFun, i.e. > > mpost '' test.mp > > what does $> mpost -mem=metafun '\relax; tracingall;

Re: [NTG-context] textext with plain MetaFun

2019-01-21 Thread Hans van der Meer
The following always worked for me: \starttext \startMPpage .. metapost code .. \stopMPpage \stoptext and delivered from a ConTeXt-run a separate pdf. dr. Hans van der Meer > On 21 Jan 2019, at 09:43, Henri Menke wrote: > > On 1/21/19 9:29 PM, Hans Hagen wrote: >> On 1/21/2019 8:57 AM,

Re: [NTG-context] textext with plain MetaFun

2019-01-21 Thread Henri Menke
On 1/21/19 9:29 PM, Hans Hagen wrote: > On 1/21/2019 8:57 AM, Henri Menke wrote: >> Dear list, >> >> When I process the short MetaFun example >> >> beginfig(1) >> draw textext("MetaFun") ; >> endfig; >> end >> >> with plain MetaFun, i.e. >> >> mpost '' test.mp >> >> the

Re: [NTG-context] textext with plain MetaFun

2019-01-21 Thread Hans Hagen
On 1/21/2019 8:57 AM, Henri Menke wrote: Dear list, When I process the short MetaFun example beginfig(1) draw textext("MetaFun") ; endfig; end with plain MetaFun, i.e. mpost '' test.mp the resulting file only contains “unknown”. How can I get the expected output?