Re: [NTG-context] More CJK fall-back fonts

2012-03-12 Thread S Barmeier
On 03/11/2012 05:24 PM, dalyoung wrote: > Dear Severin, > > Try the following in the preamble. > > \usetypescriptfile[your-typescript file-name]%if you save it as another file. > \usetypescript[MyIPAex] > \setupbodyfont[Myface, rm, 12pt] > > I hope that it helps you. > If it doesn't work for yo

Re: [NTG-context] hyphenation of hyphenated words

2012-03-12 Thread S Barmeier
non-standard still breaks as non-stan- dard the stan- protruding from the text-block, whilst the rest of the line is compressed as much as possible... Maybe context thinks, if it breaks at the hyphen you can't tell that there was meant to be a hyphen, so to be clear it uses two...? I can't make

Re: [NTG-context] Beta breaks gantt module

2012-03-12 Thread Aditya Mahajan
On Mon, 12 Mar 2012, Hans Hagen wrote: On 12-3-2012 04:25, Aditya Mahajan wrote: On Sat, 10 Mar 2012, Marco wrote: Somewhere between the beta 2012.03.10 13:15 and 2011.11.29 23:11 the gantt module got broken. Example: can you test with replacing \def with \edef in \strc_modules_use in fil

Re: [NTG-context] Nested floats

2012-03-12 Thread Hans Hagen
On 11-3-2012 09:57, Wolfgang Schuster wrote: Am 10.03.2012 um 23:33 schrieb Prashanth: Hi Wolfgang, This is exactly what I was looking for. However, it works only in mkii, not in mkiv. Searching though the mailinglist for floatcombinations, I came across this discussion ( http://archive.con

Re: [NTG-context] Symbolsets

2012-03-12 Thread Willi Egger
Hello Wolfgang, Indeed that is what works, but I tried to do \setupsymbolset[astronomic,martinvogel 2] and that is wrong. Anyway thank you! Willi On 12 Mar 2012, at 20:39, Wolfgang Schuster wrote: > > Am 12.03.2012 um 20:29 schrieb Willi Egger: > >> Hi Wolfgang, >> >> thanks for this! I had

Re: [NTG-context] Symbolsets

2012-03-12 Thread Wolfgang Schuster
Am 12.03.2012 um 20:29 schrieb Willi Egger: > Hi Wolfgang, > > thanks for this! I had still to experiment a bit, unitl detecting, that it is > not possible to setup more than one symbolset at once…. Do you have a example because this works for me: \usesymbols[mvs] \setupsymbolset[martinvoge

Re: [NTG-context] Symbolsets

2012-03-12 Thread Willi Egger
Hi Wolfgang, thanks for this! I had still to experiment a bit, unitl detecting, that it is not possible to setup more than one symbolset at once Willi On 12 Mar 2012, at 18:53, Wolfgang Schuster wrote: > \usesymbols[mvs] _

Re: [NTG-context] Symbolsets

2012-03-12 Thread Wolfgang Schuster
Am 12.03.2012 um 17:13 schrieb Willi Egger: > Hi all, > > Also with the todays beta I am unable to get Martin Vogel symbols. > > If \showsymbols[martinvogel 2] is used a long list of symbols is typeset, but > not what is defined as this symbolset. > > Calling > \setupsymbolset[atronomic] > \s

[NTG-context] Reset counters by sectionblock

2012-03-12 Thread Wolfgang Schuster
Hi Hans, can add “way=block” to counter which reset the number at the start of each sectionblock, for now it works in the same way as “way=text”. \definestructureconversionset[frontpart:pagenumber][][romannumerals] \definestructureconversionset [bodypart:pagenumber][][numbers] \definestructureco

[NTG-context] NTG.nl onderhoud 14&15 maart 2012

2012-03-12 Thread Taco Hoekwater
Beste lezers, Deze week worden beide harde schijven van de NTG server vervangen als onderdeel van het reguliere onderhoud. Als gevolg daarvan zal de gehele machine (alle email lijsten en websites) vanaf woensdagmiddag tot donderdagochtend onbereikbaar zijn. We doen ons best om alle services weer z

[NTG-context] Footnotes

2012-03-12 Thread Willi Egger
Hi all, I try to make-up an old book... Due to the fact that it is a scientific text there are footnotes: about 70 I have them all in buffers. However when saying \footnote{\getbuffer[1]} I get an ugly new line in the footnote at the bottom of the page. - How to prevent this unnecessary hard-r

[NTG-context] Symbolsets

2012-03-12 Thread Willi Egger
Hi all, Also with the todays beta I am unable to get Martin Vogel symbols. If \showsymbols[martinvogel 2] is used a long list of symbols is typeset, but not what is defined as this symbolset. Calling \setupsymbolset[atronomic] \symbol[zodiac] does result in the text zodiac in the document. Hi

Re: [NTG-context] mathml

2012-03-12 Thread Hans Hagen
On 12-3-2012 10:12, Meer, H. van der wrote: I ventured a first try of mathml in my code, but clearly I am doing something wrong. One of the examples in the XML-publication is: 3 ab cd

Re: [NTG-context] is there a reason not to fix this bug?

2012-03-12 Thread Wolfgang Schuster
Am 12.03.2012 um 08:59 schrieb Hans Hagen: > Hi Wolfgang, > >> strc-lst.mkvi: >> >> \def\strc_lists_place_indeed#tag#list#settings% > >> + \par > > ... did you test it with other cases? Technically we can have inline lists. Yes it works because the \par is added after the last entry in the

Re: [NTG-context] Beta breaks gantt module

2012-03-12 Thread Marco
On 2012-03-11 Aditya Mahajan wrote: > The simpleslides module also had the same error recently. The > internal definition of \usemodule has changed, so thing like That's probably the cause. Adam was so kind and quickly released a new fixed version. Other improvements: ∙ The gantt module now wor

[NTG-context] mathml

2012-03-12 Thread Meer, H. van der
I ventured a first try of mathml in my code, but clearly I am doing something wrong. One of the examples in the XML-publication is: 3 ab cd It doesn't result in a neat formula, bu

Re: [NTG-context] is there a reason not to fix this bug?

2012-03-12 Thread Hans Hagen
Hi Wolfgang, strc-lst.mkvi: \def\strc_lists_place_indeed#tag#list#settings% + \par ... did you test it with other cases? Technically we can have inline lists. Hans - Hans Hagen | PR

Re: [NTG-context] is there a reason not to fix this bug?

2012-03-12 Thread Hans Hagen
On 10-3-2012 21:57, Pablo Rodríguez wrote: Dear community, Wolfgang kindly suggested this fix (that works also with beta from today): strc-lst.mkvi: 1 - comment (for a while) 2 - remove (as no longer relevant) 3 - repair (because broken) it needs time to choose one and there is only so much

Re: [NTG-context] Beta breaks gantt module

2012-03-12 Thread Hans Hagen
On 12-3-2012 04:25, Aditya Mahajan wrote: On Sat, 10 Mar 2012, Marco wrote: Somewhere between the beta 2012.03.10 13:15 and 2011.11.29 23:11 the gantt module got broken. Example: can you test with replacing \def with \edef in \strc_modules_use in file-mod.mkvi Hans ---

Re: [NTG-context] Enumeration counter way bychapter

2012-03-12 Thread Stefan Müller
Hi! This works now with 201200310 13:15 MkIV. I have a deadline in less than a week, thank you SO much for fixing this! You rock, Stefan On Thu, 08 Mar 2012 10:10:49 +0100, Stefan Müller wrote: > Hi list, > > I tried the example below again with 2012003005 19:49 MkIV and it still > shows "2.