summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/notnow
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-07-30 01:27:40 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-07-30 01:27:40 +0200
commit6db2cd924d26ade933812f90701343f06c8653f2 (patch)
tree5aaa37e6fe8e03b827c60a81f66700fde3b971e9 /doc/context/sources/general/manuals/notnow
parentdf12f144a2cb09cec29a95df26bdfc5ccad58aff (diff)
downloadcontext-6db2cd924d26ade933812f90701343f06c8653f2.tar.gz
2021-07-30 00:43:00
Diffstat (limited to 'doc/context/sources/general/manuals/notnow')
-rw-r--r--doc/context/sources/general/manuals/notnow/notnow-columns-and-notes.tex2
-rw-r--r--doc/context/sources/general/manuals/notnow/notnow-sidefloats.tex2
-rw-r--r--doc/context/sources/general/manuals/notnow/notnow.tex42
3 files changed, 25 insertions, 21 deletions
diff --git a/doc/context/sources/general/manuals/notnow/notnow-columns-and-notes.tex b/doc/context/sources/general/manuals/notnow/notnow-columns-and-notes.tex
index 336c39480..24290fc20 100644
--- a/doc/context/sources/general/manuals/notnow/notnow-columns-and-notes.tex
+++ b/doc/context/sources/general/manuals/notnow/notnow-columns-and-notes.tex
@@ -1,3 +1,5 @@
+% language=us runpath=texruns:manuals/notnow
+
\usemodule[art-01]
\starttext
diff --git a/doc/context/sources/general/manuals/notnow/notnow-sidefloats.tex b/doc/context/sources/general/manuals/notnow/notnow-sidefloats.tex
index c7de6c2c5..3c454d367 100644
--- a/doc/context/sources/general/manuals/notnow/notnow-sidefloats.tex
+++ b/doc/context/sources/general/manuals/notnow/notnow-sidefloats.tex
@@ -1,3 +1,5 @@
+% language=us runpath=texruns:manuals/notnow
+
\usemodule[art-01]
\definefloat
diff --git a/doc/context/sources/general/manuals/notnow/notnow.tex b/doc/context/sources/general/manuals/notnow/notnow.tex
index e1768db41..d50c10f10 100644
--- a/doc/context/sources/general/manuals/notnow/notnow.tex
+++ b/doc/context/sources/general/manuals/notnow/notnow.tex
@@ -1,4 +1,4 @@
-% language=uk
+% language=us runpath=texruns:manuals/notnow
\usemodule[typesetting]
@@ -128,6 +128,26 @@ already complex code more than needed. Also, it will never be perfect anyway.
\stopchapter
+\startchapter[title=Sidefloats]
+
+Support for side floats is non|-|trivial and no solution will serve all intended
+usage. Over the years we have improved on border cases but it is still not
+perfect. For that reason the implementation is (apart from solving bugs, mostly) frozen.
+Here is an example of a use case that we ran into. We manipulate the spacing with
+an offset parameter.
+
+\typefile{notnow-sidefloats.tex}
+
+You can best play with these parameters and see what they do. If you use this
+mechanism in a long term project, use a frozen instance of \CONTEXT !
+
+\TwoPages{notnow-sidefloats}
+
+The second pages has preceding and trailing whitespace outside the sidefloat
+flow.
+
+\stopchapter
+
\startpagemakeup[pagestate=stop,page=left,doublesided=no]
\scale[width=\paperwidth,height=\paperheight] \bgroup
\bTABLE[strut=no,height=29.7pt,width=21pt,align={lohi,middle},foregroundcolor=white,framecolor=white,background=color]
@@ -152,24 +172,4 @@ already complex code more than needed. Also, it will never be perfect anyway.
\egroup
\stoppagemakeup
-\startchapter[title=Sidefloats]
-
-Support for side floats is non|-|trivial and no solution will serve all intended
-usage. Over the years we have improved on border cases but it is still not
-perfect. For that reason the implementation is (apart from solving bugs, mostly) frozen.
-Here is an example of a use case that we ran into. We manipulate the spacing with
-an offset parameter.
-
-\typefile{notnow-sidefloats.tex}
-
-You can best play with these parameters and see what they do. If you use this
-mechanism in a long term project, use a frozen instance of \CONTEXT !
-
-\TwoPages{notnow-sidefloats}
-
-The second pages has preceding and trailing whitespace outside the sidefloat
-flow.
-
-\stopchapter
-
\stopdocument