Difference between revisions of "Command/appendix"

From Wiki
Jump to navigation Jump to search
m (Remove cleanup template)
(→‎Description: Updated to note that this no longer exists)
Line 23: Line 23:
 
Starts appendix part of a book.
 
Starts appendix part of a book.
  
 +
No longer exists in Mk IV. Instead use
  
 +
<texcode>
 +
\startbodymatter
 +
\chapter{Regular chapter}
 +
% ...
 +
\stopbodymatter
  
 +
\startappendices
 +
\chapter{Appendix: Some stuff}
 +
% ...
 +
\stopappendices
 +
</texcode>
  
 
== Example ==
 
== Example ==

Revision as of 19:45, 3 May 2011

\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