From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5559 Path: main.gmane.org!not-for-mail From: "Frans Goddijn" Newsgroups: gmane.comp.tex.context Subject: Fun with MetaFun Date: Sun, 9 Sep 2001 17:30:54 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <002801c13944$72996760$6501a8c0@lap> References: <01090913135600.03415@levana> <001501c13927$6fc0d220$6501a8c0@lap> <01090916261301.03976@levana> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035396144 2703 80.91.224.250 (23 Oct 2002 18:02:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:02:24 +0000 (UTC) Original-To: "ConTeXt mailing list" Xref: main.gmane.org gmane.comp.tex.context:5559 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5559 > that was a copy and paste error ;-) Ah, I'll do some copy-and-paste below, see if it works at your place. > this line should be on the left edge of > the text area. And it should not > appear with the above line commented That's weird. Maybe you could make that line using \hrule and place it as a logo. But Hans will probably see what's wrong in your file. > in the new context versions there is a file called tufte.tex: I'll download that sometime and just take out the tufte and other test text files. Right now, my ConTeXt runs fine so I hesitate to experiment too much by updating it all. While re-making my own letterhead to work with ConTeXt, I enjoy more freedom and I changed the logo. I kerned my initials fg to look like a logo ligature and I wrapped that with a MetaFun line that gets randomized. Lots of fun, now every one of my letters has a wild new logo line around the fg initials! Sometimes it's like a big sloppy garbage bag around the initials, then it's a highly artistic type of flag or the outlines of a continent... fun! \steluitvoerin[pdftex] \stelpapierformaatin [A4][A4] \stellayoutin [plaats=midden, markering=aan, hoogte=midden, % kopwit=30mm, kopwit=5mm, hoofd=30mm, voet=20mm, marge=10mm, rugwit=30mm, breedte=midden] \stelkorpsin [ptm,phv,fg,loc,12pt] \stelnummeringin [variant=dubbelzijdig, plaats={voet,midden}, letter=\oldstyle] \stelvoetnootdefinitiein[plaats=links] \stelwitruimtein[middel] \startreusableMPgraphic{omcirkeld} draw fulldiamond xyscaled (OverlayWidth,OverlayHeight) randomized (30*OverlayLineWidth) withpen pencircle scaled OverlayLineWidth withcolor OverlayLineColor ; path b ; b := boundingbox currentpicture ; setbounds currentpicture to b enlarged 10pt ; \stopreusableMPgraphic \defineoverlay[omcirkeld][\reuseMPgraphic{omcirkeld}] \unprotected \defineframedtext [omcirkeld] [\c!kader=\v!uit, \c!achtergrond=omcirkeld, \c!breedte=\v!passend, \c!offset=1ex] \setupcolors[state=start] % usage: \omcirkeld [framecolor=green] {Frans} \font\fgsop=cmmi12 at 14pt \font\fgkopletter=cmr12 at 14pt \font\fgkopcijfer=cmmi12 at 14pt \font\fgsubkopletter=cmr12 at 10pt \font\fgsubkopcijfer=cmmi12 at 10pt \def\fglogo% {\vbox \regelmidden{\omcirkeld{\fgsop f\lower.3pt\hbox{\kern-3.3pt g}}} }} \definieerbeeldmerk [groot logo] [hoofd] [rechts] [commando=\fglogo] \starttekst \plaatsbeeldmerken[groot logo] tekst \stoptekst