Changes

Jump to navigation Jump to search
705 bytes added ,  23:06, 17 June 2013
Added key list and per-section variables for \startchapter etc.
\stopsection
</texcode>
 
The following keys are available for the start-commands:
 
{| class=wikitable
! Key !! Description
|-
| reference= || The reference key for cross-referencing (with {{cmd|at}}, {{cmd|in}} etc.)
|-
| title= || The title of the section
|-
| list= || The title to show in the table of contents, if different
|-
| bookmark= || The title to show in the PDF bookmarks, if different
|-
| marking= || The title to use in the section marking, if different?
|-
| label= || ?
|}
 
It is also possible to set per-section variables, and retrieve them with the {{cmd|structureuservariable}} command:
 
<texcode>
\startchapter[title={Foo Bar}][foo=bar]
 
foo is \quote{\structureuservariable{foo}}
 
\stopchapter
 
</texcode>

Navigation menu