ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Jan Tosovsky" <j.tosovsky@email.cz>
To: "'mailing list for ConTeXt users'" <ntg-context@ntg.nl>
Subject: Re: ToC - right-alignment of roman numerals
Date: Sun, 24 Nov 2013 22:49:19 +0100	[thread overview]
Message-ID: <20024.918675381$1385329776@news.gmane.org> (raw)
In-Reply-To: <00ed01cee496$7e7be840$7b73b8c0$@tosovsky@email.cz>

On 2013-11-18 Jan Tosovsky wrote:
> > On 2013–06–03 Jan Tosovsky wrote:
> > in fresh MkIV I use the following commands for building ToC, but I
> > have no idea how to align the label (roman numeral) to the right.
> 
> I am almost there, but things get complicated when chapters are
> combined with preface/index titles without numbering and thus aligned
> improperly:
> 
> \setupcombinedlist[content][list=chapter, alternative=c]
> \setupcombinedlist[chapter][
>    distance=1em,
>    width=1cm,
> 
> numbercommand={\simplealignedbox{\listparameter{width}}{flushright}},
> ]
> 
> \starttext
> \completecontent
> 
> \startfrontmatter
> \chapter{Preface}text
> \stopfrontmatter
> 
> \startbodymatter
> \chapter{Chapter}text\index{primary}
> \stopbodymatter
> 
> \startbackmatter
> \completeindex
> \stopbackmatter
> 
> \stoptext
> 
> Is there any way how to indent these non-numbered titles so that they
> start where the chapter title starts?

I've fixed it by applying a margin to everything and setting a negative width to the numbers (distance = -width):

\setupcombinedlist[chapter][
   distance=0.5cm,
   width=-0.5cm,
   margin=2cm,
   numbercommand={\simplealignedbox{\listparameter{width}}{flushright}},
]

I don't know exactly why it works, but it works :-)

Jan

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2013-11-24 21:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <00b101ce607d$bf282220$3d786660$@tosovsky@email.cz>
2013-06-03 18:10 ` Marco Patzer
2013-06-03 18:21   ` honyk
2013-11-17 22:25   ` Jan Tosovsky
     [not found]   ` <003e01cee3e3$eba16f70$c2e44e50$@tosovsky@email.cz>
2013-11-18 18:50     ` Jan Tosovsky
2013-11-18 19:43     ` Jan Tosovsky
     [not found]     ` <00ed01cee496$7e7be840$7b73b8c0$@tosovsky@email.cz>
2013-11-24 21:49       ` Jan Tosovsky [this message]
     [not found]       ` <00dd01cee95f$07764740$1662d5c0$@tosovsky@email.cz>
2013-11-25 22:02         ` Hans Hagen
2013-11-25 22:33           ` Jan Tosovsky
2013-06-03 17:14 honyk

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='20024.918675381$1385329776@news.gmane.org' \
    --to=j.tosovsky@email.cz \
    --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).