ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* is there a bug in the startappendices commend?
@ 2016-01-21 13:04 Matthias Wende
  2016-01-21 22:50 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Wende @ 2016-01-21 13:04 UTC (permalink / raw)
  To: ntg-context

Hello list,

After using the \startappendices command the entire document becomes an
appendix. After the command the numbering restarts.

Here is a simple example.

-----------------------------
\setuplabeltext
	[appendix=Appendix~]
\setuphead
	[chapter]
	[page=no]
\setuphead
	[section]
	[appendixlabel=appendix]
\setuplist
	[section]
	[label=yes]

\starttext

\title{Contents}
\placelist[title,chapter,section][criterium=all,alternative=c]

\chapter{First Chapter}
\section{First Section}
\chapter{Second Chapter}

\startappendices

\chapter{Appendices}
\section{First Appendix}

\stopappendices

\stoptext
-----------------------------

Thank you, Matthias
___________________________________________________________________________________
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] 2+ messages in thread

* Re: is there a bug in the startappendices commend?
  2016-01-21 13:04 is there a bug in the startappendices commend? Matthias Wende
@ 2016-01-21 22:50 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2016-01-21 22:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Matthias Wende <mailto:wende@math.hu-berlin.de>
> 21. Januar 2016 um 14:04
> Hello list,
>
> After using the \startappendices command the entire document becomes an
> appendix. After the command the numbering restarts.
You forgot the start/stop commands for the frontpart and bodypart!
> Here is a simple example.
>
> -----------------------------
> \setuplabeltext
> [appendix=Appendix~]
> \setuphead
> [chapter]
> [page=no]
> \setuphead
> [section]
> [appendixlabel=appendix]
> \setuplist
> [section]
> [label=yes]
>
> \starttext
\startfrontmatter
> \title{Contents}
> \placelist[title,chapter,section][criterium=all,alternative=c]
\stopfrontmatter

\startbodymatter
> \chapter{First Chapter}
> \section{First Section}
> \chapter{Second Chapter}
\stopbodymatter
> \startappendices
>
> \chapter{Appendices}
> \section{First Appendix}
>
> \stopappendices
>
> \stoptext
Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 3002 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] 2+ messages in thread

end of thread, other threads:[~2016-01-21 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-21 13:04 is there a bug in the startappendices commend? Matthias Wende
2016-01-21 22:50 ` Wolfgang Schuster

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