Re: [NTG-context] Minimals ignores structureblockenvironment for frontmatter etc.

2011-03-20 Thread Wolfgang Schuster

Am 20.03.2011 um 16:46 schrieb Tom:

> Thank you, Wolfgang. Your table is most helpful. This can probably be found
> in the documentation but not where I looked. This probably relates to the
> recent discussion regarding manuals for novices.
> 
> My observation is that \completecontent and \completeindex are treated like
> chapter starts in that 'Contents' and 'Index' are formatted as if they were
> chapter titles.

\completecontent== \title   + \placecontent
\completelist   == \title   + \placelist
\completelistofsynonyms == \chapter + \placelistofsynonyms + \page
\completeregister   == \chapter + \placeregister   + \page
\completepublications   == \chapter + \placepublications

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


Re: [NTG-context] Minimals ignores structureblockenvironment for frontmatter etc.

2011-03-20 Thread Aditya Mahajan

On Sun, 20 Mar 2011, Tom wrote:


Thank you, Wolfgang. Your table is most helpful. This can probably be found
in the documentation but not where I looked. This probably relates to the
recent discussion regarding manuals for novices.


You could help by adding this information to the wiki, at a place where 
you expected it to be present.


Aditya
___
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
___


Re: [NTG-context] Minimals ignores structureblockenvironment for frontmatter etc.

2011-03-20 Thread Tom
Thank you, Wolfgang. Your table is most helpful. This can probably be found
in the documentation but not where I looked. This probably relates to the
recent discussion regarding manuals for novices.

My observation is that \completecontent and \completeindex are treated like
chapter starts in that 'Contents' and 'Index' are formatted as if they were
chapter titles.

Tom Benjey
717-258-9733 voice
717-243-0074 fax
blog: www.TomBenjey.com




-Original Message-
From: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] On
Behalf Of Wolfgang Schuster
Sent: Sunday, March 20, 2011 9:49 AM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] Minimals ignores structureblockenvironment for
frontmatter etc.


Am 20.03.2011 um 14:37 schrieb Tom:

> Minimals MKIV ignores the structureenvironment blocks when the suffix is
> 'matter' but applies them if the suffix is 'part.' Furthermore, they are
> applied in \starttext if between \startfrontmatter -- \stopfrontmatter,
etc.
> blocks and error if between \startfrontpart -- \stopfrontpart, etc.
blocks.
> The following code executes but does not apply the environment block
> commands. Commenting out the three \startstructureblockenvironment
commands
> with 'matter" arguments and uncommenting the three 'part' commands will
> cause the environment block commands to be executed.

Sectionblocks have two names, one which you use for the settings and another
one when you enable it in your text, e.g. frontmatter has the internal name
"frontpart" but in the document you use it with "frontmatter".


| Name  | Command (\startXXX ... \stopXXX) |
|---
| frontpart | frontmatter  |
| bodypart  | bodymatter   |
| appendix  | appendices   |
| backpart  | backmatter   |


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  : 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
___


Re: [NTG-context] Minimals ignores structureblockenvironment for frontmatter etc.

2011-03-20 Thread Wolfgang Schuster

Am 20.03.2011 um 14:37 schrieb Tom:

> Minimals MKIV ignores the structureenvironment blocks when the suffix is
> 'matter' but applies them if the suffix is 'part.' Furthermore, they are
> applied in \starttext if between \startfrontmatter -- \stopfrontmatter, etc.
> blocks and error if between \startfrontpart -- \stopfrontpart, etc. blocks.
> The following code executes but does not apply the environment block
> commands. Commenting out the three \startstructureblockenvironment commands
> with 'matter" arguments and uncommenting the three 'part' commands will
> cause the environment block commands to be executed.

Sectionblocks have two names, one which you use for the settings and another
one when you enable it in your text, e.g. frontmatter has the internal name
“frontpart” but in the document you use it with “frontmatter”.


| Name  | Command (\startXXX ... \stopXXX) |
|---
| frontpart | frontmatter  |
| bodypart  | bodymatter   |
| appendix  | appendices   |
| backpart  | backmatter   |


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