summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/columnsets/columnsets/columnsets-704.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/columnsets/columnsets/columnsets-704.tex')
-rw-r--r--doc/context/sources/general/columnsets/columnsets/columnsets-704.tex69
1 files changed, 0 insertions, 69 deletions
diff --git a/doc/context/sources/general/columnsets/columnsets/columnsets-704.tex b/doc/context/sources/general/columnsets/columnsets/columnsets-704.tex
deleted file mode 100644
index 7fa6cb313..000000000
--- a/doc/context/sources/general/columnsets/columnsets/columnsets-704.tex
+++ /dev/null
@@ -1,69 +0,0 @@
-% content=tex
-%
-% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa
-
-\environment columnsets-000
-
-\startuseMPgraphic{mpos:par:columns}
- path p ; numeric h ;
- for i=1 upto nofmultipars :
- p := multipars[i] ;
- h := bbheight(p) ;
- if multikind[i] = "single" :
- fill p topenlarged -.5h
- withshademethod "linear"
- withshadedirection shadedup
- withcolor \MPcolor{color-1} shadedinto white ;
- fill p bottomenlarged -.5h
- withshademethod "linear"
- withshadedirection shadedup
- withcolor white shadedinto \MPcolor{color-1} ;
- elseif multikind[i] = "first" :
- fill p
- withshademethod "linear"
- withshadedirection shadedup
- withcolor \MPcolor{color-2} shadedinto white ;
- elseif multikind[i] = "middle" :
- fill p topenlarged -.5h
- withshademethod "linear"
- withshadedirection shadedup
- withcolor \MPcolor{color-2} shadedinto white ;
- fill p bottomenlarged -.5h
- withshademethod "linear"
- withshadedirection shadedup
- withcolor white shadedinto \MPcolor{color-3} ;
- elseif multikind[i] = "last" :
- fill p
- withshademethod "linear"
- withshadedirection shadedup
- withcolor white shadedinto \MPcolor{color-3} ;
- fi ;
- endfor ;
-\stopuseMPgraphic
-
-\definecolumnset
- [example]
- [n=4,
- page=left]
-
-\definetextbackground
- [shade]
- [location=paragraph,
- mp=mpos:par:columns,
- before=\blank,
- after=\blank]
-
-\starttext
-
-\startcolumnset[example]
-
- \dorecurse {40} {
- \starttextbackground[shade]
- \fakewords{10}{200}
- \stoptextbackground
- \par
- }
-
-\stopcolumnset
-
-\stoptext