Difference between revisions of "Shaped paragraphs"

From Wiki
Jump to navigation Jump to search
(Indentnext)
m
Line 1: Line 1:
< [[Visuals]] |
+
< [[Structurals#Basics_of_ConTeXt_text_formatting|Text formatting]] |
  
 
=== Paragraphs with hanging indention ===
 
=== Paragraphs with hanging indention ===

Revision as of 16:47, 24 May 2020

< Text formatting |

Paragraphs with hanging indention

If you want to indent paragraphs from the second line on, you can use this bit from Hans Hagen:

\starttext

\definestartstop
  [exdent]
  [before={\startnarrower[left]\setupindenting[-\leftskip,yes]},
   after=\stopnarrower]

\setuphead[section][indentnext=yes]
\section{Test}
\startexdent
\input knuth \endgraf
\stopexdent

\stoptext