Changes

Jump to navigation Jump to search
1,149 bytes added ,  22:31, 27 December 2020
simplified thanks to Hans' feedback
\stoptext
</context>
 
= Poster 01 - proposal for Libre Planet 2021 =
 
* [https://salsa.debian.org/zleap-guest/libreplanet2021/-/raw/master/ConTeXt_version/poster_libreplanet_2021.pdf PDF]
* [https://salsa.debian.org/zleap-guest/libreplanet2021/-/blob/master/ConTeXt_version/poster_libreplanet_2021.tex Source code]
* Preview
 
[[File:libreplanet2021.png|500px]]
 
= Empty or Transparent letters =
 
This one requires LMTX.
 
<context source="yes">
\definecolor [ColorHighA] [h=c4a000]
\definecolor [ColorHighB] [h=602217]
\definecolor [ColorLow] [0.8(white)]
 
\startMPpage
picture tt ; tt := lmt_outline [
kind = "fillup",
text = "\definedfont[name:texgyrepagellabold*default]%
\framed[frame=off,offset=3mm,align=middle,strut=none]
{MetaPost\\is Fun !\\Aujourd'hui\\Today\\*§ 2020 §*}",
] xsized 12cm ;
path bb ; bb := boundingbox tt ;
path pp ; pp := bb enlarged 2cm ;
fill pp
withshademethod "linear"
withshadedirection (2.,0.)
withshadecolors (\MPcolor{ColorHighA}, \MPcolor{ColorHighB}) ;
for i within tt :
nofill pathpart i;
endfor ;
eofill bb withcolor "gray";
\stopMPpage
</context>
 
[[Category:Sample documents]]

Navigation menu