ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: chapter headers (was: indent lost after \placefigure)
Date: Thu, 11 Feb 2010 20:59:20 +0100	[thread overview]
Message-ID: <4B746198.6010207@googlemail.com> (raw)
In-Reply-To: <00ab01caab53$85eedea0$91cc9be0$@com>

Am 11.02.10 20:50, schrieb Tom:
> This works, but my problem may be self-inflicted by my code for chapter
> first pages. I want different a different first page format for the
> introduction, contents and appendices than I have for regular chapters. I
> suppose that \chapter can be fed parameters other than the chapter name, but
> can't find them described in the manual. It isn't clear to me if \setuphead
> can be used for these non-standard "chapters."
>    
you can use context’s document structure environments and change the layout
for the chapter pages in the front- and backmatter

\startsectionblockenvironment[frontpart]

\setuphead[chapter][...]

\stopsectionblockenvironment

\startsectionblockenvironment[appendix]

\setuphead[chapter][...]

\stopsectionblockenvironment

\starttext

\startfrontmatter

\chapterIntroduction}

\complecontent

\stopfrontmatter

\startbodymatter

% the content

\stopbodymatter

\startappendices

\chapter{A appendix chapter}

\stopappendices

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


  reply	other threads:[~2010-02-11 19:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-11  1:14 indent lost after \placefigure Tom
2010-02-11  4:07 ` Wolfgang Schuster
2010-02-11  7:57   ` Alan BRASLAU
2010-02-11  8:00     ` Taco Hoekwater
2010-02-11 12:13     ` Alan BRASLAU
2010-02-11 12:23       ` Peter Münster
2010-02-11  8:07   ` automatic lettrine Alan BRASLAU
2010-02-11 13:41 ` indent lost after \placefigure Alan BRASLAU
2010-02-11 17:55   ` Aditya Mahajan
2010-02-11 19:01     ` Alan BRASLAU
2010-02-11 19:17       ` Aditya Mahajan
2010-02-11 19:50   ` Tom
2010-02-11 19:59     ` Wolfgang Schuster [this message]
2010-02-11 21:41       ` chapter headers (was: indent lost after \placefigure) Tom
2010-02-11 22:09         ` chapter headers Wolfgang Schuster
2010-02-12  0:13           ` Tom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B746198.6010207@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).