Difference between revisions of "Shaped paragraphs"

From Wiki
Jump to navigation Jump to search
(Indentnext)
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
< [[Visuals]] |
+
= Paragraphs with hanging indention =
 
 
=== Paragraphs with hanging indention ===
 
 
If you want to indent paragraphs from the second line on, you can use this bit from Hans Hagen:
 
If you want to indent paragraphs from the second line on, you can use this bit from Hans Hagen:
  
Line 37: Line 35:
 
\stoptext
 
\stoptext
 
</context>
 
</context>
 +
 +
[[Category:Basics]]

Latest revision as of 15:27, 8 June 2020

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