Difference between revisions of "Command/indenting"

From Wiki
Jump to navigation Jump to search
 
(11 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>indenting</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 14: Line 17:
 
   </tr>
 
   </tr>
 
</table>
 
</table>
 
  
 
== Description ==  
 
== Description ==  
<pre>
+
Deprecated; use {{cmd|setupindenting}} instead.
never : \parindent=0pt
 
not = no : \noindent
 
yes = always : \parindent=\voorwit (dimen)
 
first : \indentfirstparagraphtrue
 
next : \indentfirstparagraphfalse
 
</pre>
 
 
 
  
 +
* <tt>never</tt>: \parindent=0pt
 +
* <tt>not/no</tt>: \noindent
 +
* <tt>yes/always</tt>: \parindent=\voorwit (dimen)
 +
* <tt>first</tt>: \indentfirstparagraphtrue
 +
* <tt>next</tt>: \indentfirstparagraphfalse
 +
* <tt>''dimen''</tt>: sets \parindent.
  
 
== Example ==
 
== Example ==
<!-- Please fill in an example if you can -->
+
<context source=yes>
 +
one par\par
 +
two par\par
 +
\setupindenting[yes,1cm]
 +
red par\par
 +
blue par\par
 +
</context>
 +
== See also ==
 +
* [[Indentation]]
 +
* {{cmd|setupindenting}}
 +
* {{cmd|indentation}} to force indenting
  
== See also ==
+
== Help from ConTeXt-Mailinglist/Forum ==
<!-- something like [[cmd:goto|\goto]] -->
+
All issues with:
 +
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Reference/en|indenting]]
+
[[Category:Command/Paragraphs|indenting]]

Latest revision as of 12:08, 19 November 2019

\indenting

Syntax (autogenerated)


Syntax

\indenting[...,...,...]
[...,...,...] never not no yes always first next

Description

Deprecated; use \setupindenting instead.

  • never: \parindent=0pt
  • not/no: \noindent
  • yes/always: \parindent=\voorwit (dimen)
  • first: \indentfirstparagraphtrue
  • next: \indentfirstparagraphfalse
  • dimen: sets \parindent.

Example

one par\par
two par\par
\setupindenting[yes,1cm]
red par\par
blue par\par

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: