ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Title of parts
@ 2015-08-30  9:42 Eric Détrez
  2015-08-30 10:46 ` Otared Kavian
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Détrez @ 2015-08-30  9:42 UTC (permalink / raw)
  To: Context

"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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Title of parts
  2015-08-30  9:42 Title of parts Eric Détrez
@ 2015-08-30 10:46 ` Otared Kavian
  2015-08-30 21:31   ` Alan BRASLAU
  0 siblings, 1 reply; 4+ messages in thread
From: Otared Kavian @ 2015-08-30 10:46 UTC (permalink / raw)
  To: info, mailing list for ConTeXt users

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 <info@eric-detrez.fr> wrote:
> 
> "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
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Title of parts
  2015-08-30 10:46 ` Otared Kavian
@ 2015-08-30 21:31   ` Alan BRASLAU
  2015-08-31  5:27     ` Eric Détrez
  0 siblings, 1 reply; 4+ messages in thread
From: Alan BRASLAU @ 2015-08-30 21:31 UTC (permalink / raw)
  To: info; +Cc: mailing list for ConTeXt users

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 might also need to add "part" to the table of contents list.
etc.

Alan




On Sun, 30 Aug 2015 12:46:50 +0200
Otared Kavian <otared@gmail.com> wrote:

> 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 <info@eric-detrez.fr> wrote:
> > 
> > "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


-- 
Alan Braslau
CEA DSM-IRAMIS-SPEC
CNRS UMR 3680
Orme des Merisiers
91191 Gif-sur-Yvette cedex FRANCE
tel: +33 1 69 08 73 15
fax: +33 1 69 08 87 86
mailto:alan.braslau@cea.fr
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Title of parts
  2015-08-30 21:31   ` Alan BRASLAU
@ 2015-08-31  5:27     ` Eric Détrez
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Détrez @ 2015-08-31  5:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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,
>          bodypartlabel=part]
> 
> Also, using parts, you might also need to add "part" to the table of
> contents list.
> etc.

Thank you
I didn't know the placehead parameter, I missed it in the long list of 
parameters.
-- 
Eric Détrez
Informatique
Lycée Faidherbe, Lille
http://eric-detrez.fr
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-31  5:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-30  9:42 Title of parts Eric Détrez
2015-08-30 10:46 ` Otared Kavian
2015-08-30 21:31   ` Alan BRASLAU
2015-08-31  5:27     ` Eric Détrez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).