ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Idris Samawi Hamid ادريس سماوي حامد" <Idris.Hamid@colostate.edu>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Align TOC section numbers flushright
Date: Mon, 25 Jun 2018 13:42:06 -0600	[thread overview]
Message-ID: <op.zk6jopk4ejo439@desktop-mt1m160> (raw)
In-Reply-To: <5B313FD4.3070509@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2056 bytes --]

On Mon, 25 Jun 2018 13:17:40 -0600, Wolfgang Schuster  
<schuster.wolfgang@gmail.com> wrote:

>
>
> Idris Samawi Hamid ادريس سماوي حامد schrieb:
>> \setuphead[chapter]   [conversion=R]
>>
>> \setuplist[chapter][width=2.8em]
>>
>> \definecombinedlist
>> [content]
>> [chapter]
>> [level=chapter,
>> alternative=c,
>> numberalign=flushright]
>
> Use \setuplist to change the numeralign setting, you need also a
> distance value.
>
> \setuplist
>    [chapter]
>    [alternative=c,
>     width=2.8em,
>     distance=1em,
>     numberalign=flushright]

Many thanks. Had come up with this awkward workaround:

\define[1]\FLUSHRIGHT{\hfill#1\hbox to0.7em{}}

\setuplist[chapter][width=2.8em]
\setuplist[chapter][stopper=.,numbercommand=\FLUSHRIGHT]

Does the attached tex file look correct?

\setuplist
   [chapter]
   [alternative=c,
    width=1.85em,
    distance=0.5em,
    numberalign=flushright,
    level=chapter]

\definecombinedlist
[content]
[chapter]

If one turns on \showframe, one sees that the width value does not prevent  
crossing the left side of the textblock (a good thing). OTOH, getting the  
TOC numerals to lineup with the left side is a matter of trial and error.  
[width=1.85em comes close]

And if the document is changed so that the wider roman numerals are not  
needed, then one has to reset the width value, again by trial and error.

So is there a way to make the left side of the textblock flush with the  
widest roman? It's by no means urgent, but sine we are supposed to be able  
to automate nearly everything.. -)

> The attached file shows which values are valid for \setupcombinedlist.

Ah, our npp-4-context config files for calltips need updating, I have

\definecombinedlist [NAME]
[LIST]
[INHERIT: \setuplist]

but that should be

\definecombinedlist [NAME]
[LIST]
[INHERIT: \setupcombinedlist]

Many thanks.

Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512

[-- Attachment #2: scratch.pdf --]
[-- Type: application/pdf, Size: 30893 bytes --]

[-- Attachment #3: scratch.tex --]
[-- Type: application/x-tex, Size: 1490 bytes --]

[-- Attachment #4: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2018-06-25 19:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-25 13:51 Idris Samawi Hamid ادريس سماوي حامد
2018-06-25 19:17 ` Wolfgang Schuster
2018-06-25 19:42   ` Idris Samawi Hamid ادريس سماوي حامد [this message]
2018-06-25 20:20     ` Wolfgang Schuster
2018-06-26 12:26       ` Idris Samawi Hamid ادريس سماوي حامد

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=op.zk6jopk4ejo439@desktop-mt1m160 \
    --to=idris.hamid@colostate.edu \
    --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).