Difference between revisions of "Command/setupparagraphnumbering"

From Wiki
Jump to navigation Jump to search
m (moved Reference/en/setupparagraphnumbering to Command/setupparagraphnumbering: Text replace - "Reference/en/" to "Command/")
 
(9 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setupparagraphnumbering</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 26: Line 29:
 
== Description ==  
 
== Description ==  
  
 +
Number every TeX paragraph — that is, everything that ends in {{cmd|par|link=no}}. This includes formulas and itemization items.
  
 +
== Example ==
  
== Example ==
+
<context source="yes">
<!-- Please fill in an example if you can -->
+
\setuppapersize[A5]
 +
\starttext
 +
Some text in an unnumbered paragraph before the paragraph numbering starts.
 +
 
 +
\setupparagraphnumbering[state=start,style=italic,distance=0pt]
 +
This is the first numbered paragraph; it's short.
 +
 
 +
This is another numbered paragraph.  It's long enough to wrap around onto
 +
more than one line, so as to show that these are paragraph numbers and not
 +
line numbers.
 +
 
 +
\startitemize[packed]
 +
    \item an
 +
    \item itemization
 +
\stopitemize
 +
 
 +
A third numbered paragraph.
 +
\setupparagraphnumbering[state=stop]
 +
 
 +
And, finally, an unnumbered paragraph after the paragraph numbering.
 +
\stoptext
 +
</context>
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
* [[Paragraph Enumeration]] for more on this command.
 +
* [[Paragraph Referencing]] for the t-pararef module, which lets you specify that multiple TeX paragraphs belong to the same ‘block of thought’ paragraph.
 +
 
 +
== Help from ConTeXt-Mailinglist/Forum ==
 +
All issues with:
 +
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|setupparagraphnumbering]]
+
[[Category:Command/Numbers|setupparagraphnumbering]]

Latest revision as of 13:52, 18 November 2019

\setupparagraphnumbering

Syntax (autogenerated)

\setupparagraphnumbering[...=...,...]
statestart stop line reset
distancedimension
stylestyle command
colorcolor


Syntax

\setupparagraphnumbering[...,...=...,...]
state start stop reset line
style normal bold slanted boldslanted type cap small... command
distance dimension


Description

Number every TeX paragraph — that is, everything that ends in \par. This includes formulas and itemization items.

Example

\setuppapersize[A5]
\starttext
Some text in an unnumbered paragraph before the paragraph numbering starts.

\setupparagraphnumbering[state=start,style=italic,distance=0pt]
This is the first numbered paragraph; it's short.

This is another numbered paragraph.  It's long enough to wrap around onto
more than one line, so as to show that these are paragraph numbers and not
line numbers.

\startitemize[packed]
    \item an
    \item itemization
\stopitemize

A third numbered paragraph.
\setupparagraphnumbering[state=stop]

And, finally, an unnumbered paragraph after the paragraph numbering.
\stoptext

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: