Command/appendix

From Wiki
< Command
Revision as of 23:38, 14 March 2012 by Jannis (talk | contribs) (Text replace - "[[Category:Commands|" to "== ConTeXt-Forum == {{Forum|{{SUBPAGENAME}}}} [[Category:Commands|")
Jump to navigation Jump to search

\appendix

Syntax

\appendix[ref,ref,...]{...}
[ref,ref,...]
{...} text


Description

Starts appendix part of a book.

No longer exists in Mk IV. Instead use

\startbodymatter
\chapter{Regular chapter}
% ...
\stopbodymatter

\startappendices
\chapter{Appendix: Some stuff}
% ...
\stopappendices

Example

See also

ConTeXt-Forum