ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "luigi.scarso" <luigi.scarso@logosrl.it>
Subject: Re: Setting up chapter.
Date: Tue, 12 Jul 2005 15:15:16 +0200	[thread overview]
Message-ID: <42D3C264.1000106@logosrl.it> (raw)
In-Reply-To: <200507120832.44826.john@wexfordpress.com>

John R. Culleton wrote:

>On Monday 11 July 2005 09:34 pm, Stuart Jansen wrote:
>  
>
>>On Mon, 2005-07-11 at 17:12 +0000, John R. Culleton wrote:
>>    
>>
>>>I am trying to set up chapter heads a certain way and my code
>>>keeps getting uglier. Here are the specs:
>>>
>>>1. Chapter number centered, with decorations on either side.
>>>2. Chapter title centered below chapter number.
>>>3. Additional decoration centered below chapter title.
>>>4. Both number and text show up in TOC in normal Context manner.
>>>
>>>Can this be done easily using the normal chapter macro or should
>>>I do it all from scratch? (If I roll my own I worry about getting
>>>info to the TOC.)
>>>      
>>>
>>I am doing something like that now. Sorry the example isn't very pretty,
>>had to rip out parts that were specific to the font I'm using, but
>>should give you an idea of what you need to do.
>>
>>=====
>>    
>>
>Your example was very helpful. Using it, and with some more
>RTFM, I came up with this configuration:
>
>\setuphead[chapter][numbercommand=\numcommand,page=right,
>header=none,textcommand=\texcommand,align=right]
>
>\def\numcommand#1{\hfil\webo m\hfil\tfd#1\hfil\webo m\hfil\break}
>
>\def\texcommand#1{\hfil #1 \hfil\crlf\deco}
>
>
>My problem remains with the horizontal alignment of the chapter
>text. I have tried left, right, normal, broad. All I want to do
>is center it, per my specification 2 above. 
>
>Webo is the webomints dingbat font. 
>  
>
Maybe this can help you ?

\def\Command#1#2{\ruledvbox{\hbox to \textwidth{\hfill #1 \hfill}\\%
\hbox to \textwidth{\hfill #2 \hfill}\\%
\hbox to \textwidth{\hfill deco! \hfill}}}

\def\NCommand#1{\framed{#1}}% Insert here other stuff for decorate number

\def\TCommand#1{\framed{#1}}% Insert here other stuff for decorate text

\setuphead[chapter][command=\Command,numbercommand=\NCommand,textcommand=\TCommand]

Warning: \completecontent has a bizzarre look.


luigi

  parent reply	other threads:[~2005-07-12 13:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-11 17:12 John R. Culleton
2005-07-11 21:34 ` Stuart Jansen
2005-07-12  8:32   ` John R. Culleton
2005-07-12 13:05     ` Otared Kavian
2005-07-12 13:15     ` luigi.scarso [this message]
2005-07-12 16:31       ` John R. Culleton
2005-07-13 17:37         ` John R. Culleton
2005-07-14  5:35           ` luigi.scarso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42D3C264.1000106@logosrl.it \
    --to=luigi.scarso@logosrl.it \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).