Difference between revisions of "Shaped paragraphs"

From Wiki
Jump to navigation Jump to search
m
 
(5 intermediate revisions by 3 users 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 12: Line 10:
 
   after=\stopnarrower]
 
   after=\stopnarrower]
  
\setuphead[section][indentnext=first]
+
\setuphead[section][indentnext=yes]
 
\section{Test}
 
\section{Test}
 
\startexdent
 
\startexdent
Line 23: Line 21:
 
<context>
 
<context>
 
\starttext
 
\starttext
 
+
\setuplayout[scale=0.8,width=13cm]
 
\definestartstop
 
\definestartstop
 
   [exdent]
 
   [exdent]
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