From 6ca88e6f1f15cea89db047839c3126a501f39eea Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 15 Oct 2021 15:03:57 +0200 Subject: 2021-10-15 13:59:00 --- .../manuals/lowlevel/lowlevel-paragraphs.tex | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) (limited to 'doc/context/sources/general/manuals') diff --git a/doc/context/sources/general/manuals/lowlevel/lowlevel-paragraphs.tex b/doc/context/sources/general/manuals/lowlevel/lowlevel-paragraphs.tex index 7fd120e06..bd9fd7b76 100644 --- a/doc/context/sources/general/manuals/lowlevel/lowlevel-paragraphs.tex +++ b/doc/context/sources/general/manuals/lowlevel/lowlevel-paragraphs.tex @@ -1045,3 +1045,81 @@ examples are visualized in \in {figure} [fig:flow]. % \par[newgraf][16=1,17=1], .... pretolerance 6000, .... % \parfillleftskip + +% todo: + +% \starttext +% +% \showframe +% +% % this is the current default behaviour; we have a topskip with quite some stretch +% % and that stretch is taken into account when tex calculates the badness; watch +% % the next page +% +% \dorecurse{4}{ +% \bgroup +% \shapingpenaltiesmode\zerocount +% \showmakeup[penalty] +% \placefigure[left]{}{} +% \input tufte \par +% \egroup +% } +% +% \page EMPTY \page +% +% % the ntop is new and when >= 0 it is a multiplier for the number of lines +% % stretch, here we have one line; watch the next page +% +% \dorecurse{4}{ +% \bgroup +% \shapingpenaltiesmode\zerocount +% \setupinterlinespace[ntop=1] +% \showmakeup[penalty] +% \placefigure[left]{}{} +% \input tufte \par +% \egroup +% } +% +% \page EMPTY \page +% +% % these shaping parameters will discourage a linebreak within a shape; +% % the placement macro checked available space but that doesn't mean that +% % there can be no linebreak +% +% \dorecurse{4}{ +% \bgroup +% \showmakeup[penalty] +% \shapingpenalty\plushundred +% \shapingpenaltiesmode"FF\relax +% \placefigure[left]{}{} +% \input tufte \par +% \egroup +% } +% +% \page EMPTY \page +% +% % the next pages show the effect of changed topskip on page breaks with +% % footnotes +% +% \dorecurse{10}{ +% [#1] \input tufte \footnote{\input{tufte}} \par +% } +% +% \page EMPTY \page +% +% \setupinterlinespace[ntop=2] +% +% \dorecurse{10}{ +% [#1] \input tufte \footnote{\input{tufte}} \par +% } +% +% \page EMPTY \page +% +% \setupinterlinespace[ntop=0] +% +% \dorecurse{10}{ +% [#1] \input tufte \footnote{\input{tufte}} \par +% } +% +% \stoptext + -- cgit v1.2.3