Changes

Jump to navigation Jump to search
821 bytes added ,  17:26, 30 January 2021
no edit summary
<cd:description><!-- the long description of the command goes here -->
</cd:description>
<cd:examples><cd:example title="First example"><context source="yes" text="produces">
\setuppapersize[A5]
\setuplabeltext[chapter=CHAPTER~]
\stoptext
</context></cd:example><cd:example title="Setting label of a new section head">
<context mode="mkiv" source="yes" text="produces">
\definehead[mychapter][chapter][bodypartlabel=mychapter]
 
\setuplabeltext[en][mychapter=My Chapter~]
 
\starttext
\mychapter{Animals}
\stoptext
</context></cd:example><cd:example title="Inline headings similar to LaTeX's `\paragraph{}`">Modified from (https://tex.stackexchange.com/questions/375922/paragraph-title-in-context-similar-to-latex-paragraph).
 
<context mode="mkiv" source="yes" text="produces">
\definehead[paragraph][subsubsubsubject]
\setuphead [paragraph]
[
textdistance=0pt,
commandafter={.},
alternative=text,
style=sc,
]
 
\startparagraph[title=Knuth quote]
\input knuth
\stopparagraph
</context></cd:example></cd:examples>
<cd:notes></cd:notes>

Navigation menu