Changes

Jump to navigation Jump to search
2,826 bytes added ,  13:53, 20 August 2020
combined all the separate pages
<cd:shortdesc>
<!-- a short command summary goes here -->
The instances of <tt>\<i>section</i></tt> are used for ..produce a sectioning title.
</cd:shortdesc>
<cd:sequence>
</cd:sequence>
<cd:instances>
<cd:constant value="part">highest level of sectioning</cd:constant> <cd:constant value="chapter">level 2</cd:constant> <cd:constant value="section">level 3</cd:constant> <cd:constant value="subsection">level 4</cd:constant> <cd:constant value="subsubsection">level 5</cd:constant> <cd:constant value="subsubsubsection">level 6</cd:constant> <cd:constant value="subsubsubsubsection">level 7</cd:constant> <cd:constant value="title">level 2, unnumbered</cd:constant> <cd:constant value="subject">level 3, unnumbered</cd:constant> <cd:constant value="subsubject">level 4, unnumbered</cd:constant> <cd:constant value="subsubsubject">level 5, unnumbered</cd:constant> <cd:constant value="subsubsubsubject">level 6, unnumbered</cd:constant> <cd:constant value="subsubsubsubsubject">level 7, unnumbered</cd:constant>
</cd:instances>
<cd:variants>
<cd:keywords list="yes" optional="yes" ordinal="1">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:constant type="cd:reference">Optional reference for referring to this sectioning head from elsewhere in the document</cd:constant>
</cd:keywords>
<cd:keywords delimiters="braces" ordinal="2">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:constant type="cd:text">The title to be typeset. Any numbering will be added automatically</cd:constant>
</cd:keywords>
</cd:arguments>
<cd:assignmentsdoc></cd:assignmentsdoc>
<cd:parameter name="title">
<cd:paramdoc>The title to be typeset</cd:paramdoc>
<cd:constant type="cd:text"></cd:constant>
</cd:parameter>
<cd:parameter name="bookmark">
<cd:paramdoc>The text for use in the table of contents and PDF bookmarks</cd:paramdoc>
<cd:constant type="cd:text"></cd:constant>
</cd:parameter>
<cd:parameter name="marking">
<cd:paramdoc>The text to use for subsequent use in header or footers</cd:paramdoc>
<cd:constant type="cd:text"></cd:constant>
</cd:parameter>
<cd:parameter name="list">
<cd:paramdoc>A list to use instead of the standard list (same name as command itself)</cd:paramdoc>
<cd:constant type="cd:text"></cd:constant>
</cd:parameter>
<cd:parameter name="reference">
<cd:paramdoc>A label to refer back to</cd:paramdoc>
<cd:constant type="cd:reference"></cd:constant>
</cd:parameter>
<cd:parameter name="ownnumber">
<cd:paramdoc>Force a number</cd:paramdoc>
<cd:constant type="cd:text"></cd:constant>
</cd:parameter>
<cd:parameter name="placeholder">
<cd:paramdoc>Note sure what this does</cd:paramdoc>
<cd:constant type="cd:text"></cd:constant>
</cd:parameter>
<cd:arguments>
<cd:keywords list="yes" optional="yes" ordinal="1">
<cd:keywordsdoc>A label to refer back to</cd:keywordsdoc>
<cd:constant type="cd:reference"></cd:constant>
</cd:keywords>
<cd:keywords delimiters="braces" ordinal="2">
<cd:keywordsdoc>A forced number</cd:keywordsdoc>
<cd:constant type="cd:number"></cd:constant>
</cd:keywords>
<cd:keywords delimiters="braces" ordinal="3">
<cd:keywordsdoc>The title to be typeset</cd:keywordsdoc>
<cd:constant type="cd:text"></cd:constant>
</cd:keywords>
</cd:variants>
<cd:description>
<!-- Any of the three macro calls above can be used. The [[#Settings instance:assignment]] gives the long description of most control. You can define heads yourself with {{cmd|definehead}}. You can change the command goes here --appearance with {{cmd|setuphead}}. <i>Note:</i>these instances are superseded by environments with the same basic name, see {{gen|startsection}}.
</cd:description>
<cd:examples>
<cd:example><context source="yes" text="produces"> \setuphead[chapter][page=no] \starttext \chapter{Once Upon A Time} This is the simplest form of using a chapter. \chapter[mykey]{Once Upon A Time 2} But what if you want to refer to this chapter at another time? Give it a key!-- command Before the chapter put something between brackets. That's your key. Now you can refer to it. See the next chapter,\in{chapter}[next]. \chapter[next]{After A While} As we said earlier in chapter \in[mykey], we ... As this example shows, use $\backslash$in[...] to refer to a chapter with that name. \stoptext </context></cd:example><cd:example title="Parts">By default {{cmd|part}} generates no title because most of the times these require special attention and a specific design. In the background however the part numbering is active and carries out several initialisations. The other section commands ''are'' set up to typeset a title. <context source="yes">\setuppapersize[A7] \part{One} % not typeset ...\chapter{My chapter} % ... but this is Chapter 1 in Part 1 \part{Two}\chapter{My chapter} % ... and this is Chapter 1 in Part 1 </context></cd:example><cd:exampletitle="Unnumbered section heads">To remove the section number (sas might be needed for Introduction)use one of the unnumbered instances (for example, use {{cmd|subject}} instead of {{cmd|section}}, or utilise the fact that no section numbers are used in the front matter: <texcode>\starttext \startfrontmatter \section{Introduction} % not numbered  ...\stopfrontmatter \startbodymatter \section{Problem Statement} % numbered ...\stopbodymatter \stoptext </texcode></cd:example><cd:example title="Use of ''ownnumber''">The options <cd:iref variant='instance:assignment' ordinal='1' name='ownnumber'/> and <cd:iref variant='instance:ownnumber' ordinal='2'/> both allow you to insert a specific number. Behind the scenes, numbering continues as normal:<context source="yes">\section[title={My first section}]\section[title={My section},ownnumber={4}]\section[title={My third section}]</context>
</cd:example>
-->
</cd:examples>
<cd:notes>
</cd:notes>
<cd:seealso>
<!-- one or more of these:
<cd:commandref name="xx"></cd:commandref>
<cd:wikipage page="xx"></cd:wikipage>
<cd:url url="https://xx"></cd:url>
<cd:manual pdf="xx"></cd:manual>
<cd:source file="xx"></cd:source>
-->
<cd:commandref name="_startsection" originator="system"></cd:commandref>
<cd:commandref name="definehead" originator="system"></cd:commandref>
<cd:source file="strc-sec.mkiv" originator="system"></cd:source>
<cd:wikipage originator="system" page="Category:Structure"></cd:wikipage>
<cd:wikipage page="Titles"></cd:wikipage>
</cd:seealso>
</cd:commandgroup>

Navigation menu