ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tomas Hala <tomas.hala@mendelu.cz>
To: Mailing list ConTeXt <ntg-context@ntg.nl>
Subject: Re: Question to sectioning
Date: Wed, 18 Apr 2018 17:53:17 +0200	[thread overview]
Message-ID: <20180418155317.GB22490@akela.mendelu.cz> (raw)
In-Reply-To: <20180411173633.GB18358@akela.mendelu.cz>

Hello,
 
# I have got a document with e.g. six chapters, numbers are from 1 to 6.
# At special places I would like put a special page containing a special title.
# The special page should be without a header and without any number, 
# the title should be put into the contents by the same way as other chapters..
# 
# ... in the minimal example below I get chapter numbers 1, 2, 4, 5, 7, 8
# and if I use incrementnumber=no, the "specialpage" is not stored in the contents.  

after some hard work I hoodwinked it changing the basic definition:

\definehead[specialpage][chapter] --> \definehead[specialpage][subsubsection]
joined with redefinition of the design of this special subsubsection
but I cannot believe that this is the proper solution. 
Have anybody idea how to do it better? 

Thanks in advance.

The best,

Tomáš 

# % TL2017
# 
# \definehead[specialpage][chapter]
# \definehead[levelA][chapter]
# 
# \setuphead[specialpage][number=no] %,incrementnumber=no]
# 
# \starttext
# 
# \definecombinedlist[mycontent][levelA,specialpage][level=chapter]
# \completemycontent
# 
# \levelA{A1}
# \levelA{A2}
# \specialpage{Special page 1}
# \levelA{A3}
# \levelA{A4}
# \specialpage{Special page 2}
# \levelA{A5}
# \levelA{A6}
# 
# \stoptext
# 
# 


                                         Tomáš Hála
--------------------------------------------------------------------
Mendelova univerzita, Provozně ekonomická fakulta, ústav informatiky
Zemědělská 1, CZ-613 00 Brno,  tel. +420 545 13 22 28
--------------------------------------------------------------------
http://akela.mendelu.cz/~thala
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2018-04-18 15:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-11 17:36 Tomas Hala
2018-04-18 15:53 ` Tomas Hala [this message]
2018-04-18 16:00 ` Wolfgang Schuster
2018-04-23 22:59   ` Tomas Hala
2018-04-25 17:51     ` Pablo Rodriguez

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=20180418155317.GB22490@akela.mendelu.cz \
    --to=tomas.hala@mendelu.cz \
    --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).