Hi, I would like to design a new head for \chapter{...}, but I am new to TeX/ConTeXt and am having trouble. I would like my head to be something like this: http://www.geocities.com/arunswarup/images/title.png I know this a more a TeX-related rather than a ConTeXt-related problem thx -arun P.S. I have {\em just} started reading the TeXBook ... not enough to do it myself __________________________________ Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html
Am 2005-06-29 um 16:16 schrieb Arun Swarup:
I would like to design a new head for \chapter{...}, but I am new to TeX/ConTeXt and am having trouble. I would like my head to be something like this: http://www.geocities.com/arunswarup/images/title.png
Did you have a look at http://contextgarden.net/Titles ? There's a similar sample.
I know this a more a TeX-related rather than a ConTeXt-related problem
Why? Grüßlis vom Hraban! --- http://www.fiee.net/texnique/ http://contextgarden.net
Arun Swarup wrote:
Hi,
I would like to design a new head for \chapter{...}, but I am new to TeX/ConTeXt and am having trouble.
I would like my head to be something like this: http://www.geocities.com/arunswarup/images/title.png
I know this a more a TeX-related rather than a ConTeXt-related problem
\setuphead [chapter] [command=\MyChapter, style=\ss\bfd, header=high, after={\blank[3*big]}] \setupheadtext [chapter=Chapter] \def\MyChapter#1#2% {\vbox \bgroup \framed [frame=off,bottomframe=on,offset=none,height=1cm,width=broad,align=flushleft] {\headtext{chapter} #1} \vskip2mm \framed [frame=off,topframe=on,offset=none,height=4cm,width=broad,align={flushleft,low}] {#2} \egroup} \starttext \chapter{HOW TO INSTALL AND TEST SAMBA} \input tufte \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Arun Swarup
-
Hans Hagen
-
Henning Hraban Ramm