Difference between revisions of "Command/setupindenting"

From Wiki
Jump to navigation Jump to search
m (Corrected wrong indenting information)
Line 22: Line 22:
 
</pre>
 
</pre>
  
If you want indenting after section numbers and figures, also use this
+
If you want indenting after section numbers use this
  
 
<pre>
 
<pre>
 
\setupheads[indentnext=yes]
 
\setupheads[indentnext=yes]
\setupfloats[indentnext=yes]
 
 
</pre>
 
</pre>
 +
 +
If you want to indent the paragraph after a <code>\placefigure</code>, you should not use the key <code>auto</code>, use another specifier instead (<code>top</code> or <code>bottom</code>, for instance). The <code>auto</code> keyword prevents the paragraph from indenting. However you can use <code>auto</code> and additionally mark the paragraph to be indented with the <code>\indentation</code> command.
  
 
== Example ==
 
== Example ==

Revision as of 12:44, 27 March 2011

\setupindenting

Syntax

\setupindenting[...,...,...]
[...,...,...] none small medium big next first normal odd even dimension


Description

indenting starts only with "yes", e.g.

  \setupindenting[yes, medium, first]

If you want indenting after section numbers use this

\setupheads[indentnext=yes]

If you want to indent the paragraph after a \placefigure, you should not use the key auto, use another specifier instead (top or bottom, for instance). The auto keyword prevents the paragraph from indenting. However you can use auto and additionally mark the paragraph to be indented with the \indentation command.

Example

See also