Re: [NTG-context] Title of parts

2015-08-30 Thread Eric Détrez
Le 30-08-2015 23:31, Alan BRASLAU a écrit : You might find the following setups useful with parts: \definestructureresetset [default] [0,0] [1] % do not reset parts and chapters \setuphead [part] [sectionresetset=default, conversion=Romannumerals, placehead=yes,

Re: [NTG-context] Title of parts

2015-08-30 Thread Alan BRASLAU
You might find the following setups useful with parts: \definestructureresetset [default] [0,0] [1] % do not reset parts and chapters \setuphead [part] [sectionresetset=default, conversion=Romannumerals, placehead=yes, bodypartlabel=part] Also, using parts, you

[NTG-context] Bug with the command \blank ?

2015-08-30 Thread Fabrice Couvreur
Hi, It seems there is a bug with the command \blank in the latest standalone context. If you compile with ConTeXt (texlive 2015), the result is as expected. Thank you, Fabrice \setuppagenumbering[location=] \setupcolors [state=start] \definecolor[MyColorB][c=0.00, m=0.62, y=1.00, k=0.00] \defi

Re: [NTG-context] Title of parts

2015-08-30 Thread Otared Kavian
Hi Eric, If you use either \part{This is part 1} or \startpart[title={This part 2}] \startchapter[title={This is chapter 1}] \stopchapter \stoppart you get a title for part 1 and part 2. Best regards: OK > On 30 Aug 2015, at 11:42, Eric Détrez wrote: > > "By default \part generates no titl

[NTG-context] Title of parts

2015-08-30 Thread Eric Détrez
"By default \part generates no title because most of the times these require special attention and a specific design." I can't find how to write such a specific design. -- Eric Détrez Informatique Lycée Faidherbe, Lille http://eric-detrez.fr _

Re: [NTG-context] Left border of a rectangle (Metafun)

2015-08-30 Thread Otared Kavian
Hi Fabrice, Your code works if you add setbounds currentpicture to OverlayBox ; Indeed with this Metapost determines the boundaries of the rectangle of which you draw the left side. Best regards: OK > On 30 Aug 2015, at 09:50, Fabrice Couvreur > wrote: > > Hi, > Hans Otared and t