ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Document Structuring
@ 2006-04-20  6:34 Renaud AUBIN
  2006-04-20  6:54 ` nico
  2006-04-22  1:41 ` nico
  0 siblings, 2 replies; 7+ messages in thread
From: Renaud AUBIN @ 2006-04-20  6:34 UTC (permalink / raw)



Hi all,

I have a document with the following structure:

\starttext
\startstandardmakeup
  \maketitle
\stopstandardmakeup

\setupheadertexts[][{\sl \getmarking[chapter]}]

\startfrontmatter
  \setuppagenumbering[conversion=romannumerals]
  \setuppagenumber[number=1]
  \chapter{Table des matières}
  \placecontent[alternative=c,criterium=all,interaction=all]
  \chapter{Liste des figures}
  \placelistoffigures[alternative=c,criterium=all,interaction=all]
  \component src/chapters/c_intro
\stopfrontmatter

\setupheadertexts[][{\sl \getmarking[section]}][{\sl
\getmarking[chapter]}][]

\startbodymatter
  \part{test I}
  \component src/chapters/c_simulation
  \component src/chapters/c_locomotion_robotique
  \component src/chapters/c_environnement
  \part{test II}
  \component src/chapters/c_locomotion_robot_serpent
  \component src/chapters/c_tda
  \part{test III}
  \component src/chapters/c_modelisation
  \component src/chapters/c_commande
  \part{test IV}
  \component src/chapters/c_conclusion
  %   \component src/chapters/c_chap1
  %   \component src/chapters/c_chap2
\stopbodymatter

\startappendices
  \chapter{test A}
  \chapter{test B}
\stopappendices

\setupheadertexts[][{\sl \getmarking[chapter]}]

\startbackmatter
  \chapter{Bibliographie}
  \placepublications[criterium=all,interaction=all]
\stopbackmatter
\stoptext


The normal behavior of this structure is for each "part" to reinit
pages, chapters and figures numbering.
My questions are:
1. How to change this behavior to obtain a continuous pages, chapters
... numbering ?
2. How to obtain a separated title page at the beginning of each parts
(with doublesided mngt)?
3. How to obtain (I,II,III,IV) for part numbering ?

Cheers,

Renaud

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

end of thread, other threads:[~2006-04-22 13:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-20  6:34 Document Structuring Renaud AUBIN
2006-04-20  6:54 ` nico
2006-04-22  1:41 ` nico
2006-04-22  8:24   ` Hans Hagen
2006-04-22  9:30     ` nico
2006-04-22 10:16       ` Hans Hagen
2006-04-22 13:38         ` nico

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).