ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Vanishing chapter title from Contents
@ 2013-04-17 15:59 Tim Li
  2013-04-17 16:15 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Li @ 2013-04-17 15:59 UTC (permalink / raw)
  To: ntg-context


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

Hi, maybe, codes is our language :-) % define a new head\definehead[backmatterchapter][chapter]
\starttext
\startfrontmatter
\title{Preface}
\completecontent
\stopfrontmatter
\startbodymatter
\chapter{First Chapter}
\stopbodymatter
\startbackmatter
\backmatterchapter{Backmatter}
\stopbackmatter
\stoptext The chapter title "Backmatter" in the backmatter won't appear in the Contents. Why? How can I make it appear in the Contents? Best regards,Tim 		 	   		  

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

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Vanishing chapter title from Contents
  2013-04-17 15:59 Vanishing chapter title from Contents Tim Li
@ 2013-04-17 16:15 ` Wolfgang Schuster
  2013-04-18  4:28   ` Tim Li
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2013-04-17 16:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 17.04.2013 um 17:59 schrieb Tim Li <timli2013@outlook.com>:

> Hi,
>  
> maybe, codes is our language :-)
>  
> % define a new head
> \definehead[backmatterchapter][chapter]
> 
> […]
>  
> The chapter title "Backmatter" in the backmatter won't appear in the Contents. Why? How can I make it appear in the Contents? 

You have to redefine the \completecontent command to include “backmatterchapter” in the list of headings.

\definecombinedlist[content][part,chapter,backmatterchapter,section,subsection,subsubsection,subsubsubsection]

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Vanishing chapter title from Contents
  2013-04-17 16:15 ` Wolfgang Schuster
@ 2013-04-18  4:28   ` Tim Li
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Li @ 2013-04-18  4:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Thanks Wolfgang, it works well.  TimFrom: schuster.wolfgang@gmail.com
Date: Wed, 17 Apr 2013 18:15:13 +0200
To: ntg-context@ntg.nl
Subject: Re: [NTG-context] Vanishing chapter title from Contents


Am 17.04.2013 um 17:59 schrieb Tim Li <timli2013@outlook.com>:Hi,
 
maybe, codes is our language :-)
 
% define a new head
\definehead[backmatterchapter][chapter]

[…]
 
The chapter title "Backmatter" in the backmatter won't appear in the Contents. Why? How can I make it appear in the Contents? 
You have to redefine the \completecontent command to include “backmatterchapter” in the list of headings.
\definecombinedlist[content][part,chapter,backmatterchapter,section,subsection,subsubsection,subsubsubsection]
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
___________________________________________________________________________________ 		 	   		  

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

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2013-04-18  4:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-17 15:59 Vanishing chapter title from Contents Tim Li
2013-04-17 16:15 ` Wolfgang Schuster
2013-04-18  4:28   ` Tim Li

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