Changes

Jump to navigation Jump to search
710 bytes added ,  11:58, 16 April 2022
== Referring to items ==
You can also use a reference to an item, just like a chapter or section. See also [[References]].
 
{|
! width="45%"|
! width="10%"|
! width="45%"|
|-
| <texcode>
\starttext
\startitemize[n]
\item A
\item[foo] B
\item C
\stopitemize
\dots
As seen in \in{item}[foo] on page \at{page}[foo], B is teh shizzle.
\stoptext
</texcode>
|
| <context>
\setuppapersize[A8,landscape]
\starttext
\startitemize[n]
\item A
\item[foo] B
\item C
\stopitemize
\dots
As seen in \in{item}[foo] on page \at{page}[foo], B is teh shizzle.
\stoptext
</context>
|}
 
== Associative ==
Wolfgang suggested a clever use of alignment options using which one can create associative lists (for example, to pose associative questions):
Relevant mail-list discussion here:[https://mailman.ntg.nl/pipermail/ntg-context/2022/105437.html]
{|
107

edits

Navigation menu