ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TOC: Continous chapter numbering
@ 2007-11-13  1:08 Jeff Smith
  2007-11-13  9:51 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Smith @ 2007-11-13  1:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi again all,

I'm plunging deep into ConTeXt nowadays so I have a few more questions
in store, and here's one below. But I have to repeat, ConTeXt is an
amazing thing for which I'm truly grateful. I'm currently using it to
typeset a complex etymological dictionary at my job, and my doctoral
dissertation as well, and I have absolutely *no* idea what I would do
without it (what, MS Word? perish the thought!)!

So, right now I'm exploring the table of content possibilities. I was
wondering if it was possible to use a continuous chapter numbering
throughout a whole document, across several parts. So, for example,
I'd have chapters 1, 2, 3, 4 in part 1, and chapters 5, 6, 7, 8 in
part 2, and so on.

Thanks again!
Jeff
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: TOC: Continous chapter numbering
  2007-11-13  1:08 TOC: Continous chapter numbering Jeff Smith
@ 2007-11-13  9:51 ` Wolfgang Schuster
  2007-11-13 10:04   ` luigi scarso
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2007-11-13  9:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2007/11/13, Jeff Smith <ascarel@gmail.com>:
> Hi again all,
>
> I'm plunging deep into ConTeXt nowadays so I have a few more questions
> in store, and here's one below. But I have to repeat, ConTeXt is an
> amazing thing for which I'm truly grateful. I'm currently using it to
> typeset a complex etymological dictionary at my job, and my doctoral
> dissertation as well, and I have absolutely *no* idea what I would do
> without it (what, MS Word? perish the thought!)!
>
> So, right now I'm exploring the table of content possibilities. I was
> wondering if it was possible to use a continuous chapter numbering
> throughout a whole document, across several parts. So, for example,
> I'd have chapters 1, 2, 3, 4 in part 1, and chapters 5, 6, 7, 8 in
> part 2, and so on.
>
> Thanks again!
> Jeff

You asked one of ConTeXt's horribles configurations (hidden and only
documented in old list questions and answers)

% continue page number over parts and remove part number
%\setuppagenumbering[way=bytext,partnumber=no]

% continue chapter numberind over parts
\setuphead[part][resetnumber=no]

% make a part header
%\setuphead[part][placehead=yes]

\starttext
\dorecurse{4}
  {\part{Part}
   \dorecurse{4}
     {\chapter{Chapter}}}
\stoptext

Wolfgang
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: TOC: Continous chapter numbering
  2007-11-13  9:51 ` Wolfgang Schuster
@ 2007-11-13 10:04   ` luigi scarso
  0 siblings, 0 replies; 3+ messages in thread
From: luigi scarso @ 2007-11-13 10:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 316 bytes --]

On Nov 13, 2007 10:51 AM, Wolfgang Schuster <
schuster.wolfgang@googlemail.com> wrote:

> 2007/11/13, Jeff Smith <ascarel@gmail.com>:
> > Hi again all,
> >
> > I'm plunging deep into ConTeXt nowadays so I have a few more questions
>
Give also a  look at core-sec.tex
(try texexec --pdf --modules core-sec)
-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 672 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2007-11-13 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-13  1:08 TOC: Continous chapter numbering Jeff Smith
2007-11-13  9:51 ` Wolfgang Schuster
2007-11-13 10:04   ` luigi scarso

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