* \startnarrower and ToC
@ 2013-02-07 12:00 Markus Finke
2013-02-07 12:22 ` Marco Patzer
0 siblings, 1 reply; 5+ messages in thread
From: Markus Finke @ 2013-02-07 12:00 UTC (permalink / raw)
To: mailing list for ConTeXt users
Hi,
\startnarrower doesn’t work for the left margin in lists. What is wrong
in my minimal example?
TIA!
\starttext
\startnarrower [5*middle] % 5*left,5*right
\placecontent [criterium=local]
\stopnarrower
\part{First part}
\chapter{Chapter one}
\chapter{Chapter two}
\chapter{Chapter three}
\stoptext
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: \startnarrower and ToC
2013-02-07 12:00 \startnarrower and ToC Markus Finke
@ 2013-02-07 12:22 ` Marco Patzer
2013-02-07 12:44 ` [***SPAM***] " Markus Finke
2013-02-07 13:32 ` Wolfgang Schuster
0 siblings, 2 replies; 5+ messages in thread
From: Marco Patzer @ 2013-02-07 12:22 UTC (permalink / raw)
To: ntg-context
[-- Attachment #1.1: Type: text/plain, Size: 261 bytes --]
On 2013–02–07 Markus Finke wrote:
> \startnarrower doesn’t work for the left margin in lists. What is
> wrong in my minimal example?
I did not check why it doesn't work. But to add a left margin you
can use:
\setuplist [margin=3cm]
Marco
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
* [***SPAM***] Re: \startnarrower and ToC
2013-02-07 12:22 ` Marco Patzer
@ 2013-02-07 12:44 ` Markus Finke
2013-02-07 13:17 ` Marco Patzer
2013-02-07 13:32 ` Wolfgang Schuster
1 sibling, 1 reply; 5+ messages in thread
From: Markus Finke @ 2013-02-07 12:44 UTC (permalink / raw)
To: mailing list for ConTeXt users
> I did not check why it doesn't work. But to add a left margin you
> can use:
>
> \setuplist [margin=3cm]
Yes, it’s possible to fix it on this way. But what is the right
conversion of 1*left in mm/em?
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [***SPAM***] Re: \startnarrower and ToC
2013-02-07 12:44 ` [***SPAM***] " Markus Finke
@ 2013-02-07 13:17 ` Marco Patzer
0 siblings, 0 replies; 5+ messages in thread
From: Marco Patzer @ 2013-02-07 13:17 UTC (permalink / raw)
To: ntg-context
[-- Attachment #1.1: Type: text/plain, Size: 279 bytes --]
>
> Yes, it’s possible to fix it on this way. But what is the right
> conversion of 1*left in mm/em?
left, middle and right depend on the font size:
left=1.5\emwidth
right=1.5\emwidth
which means for your example:
\setuplist [margin=7.5em]
Marco
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: \startnarrower and ToC
2013-02-07 12:22 ` Marco Patzer
2013-02-07 12:44 ` [***SPAM***] " Markus Finke
@ 2013-02-07 13:32 ` Wolfgang Schuster
1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2013-02-07 13:32 UTC (permalink / raw)
To: mailing list for ConTeXt users
Am 07.02.2013 um 13:22 schrieb Marco Patzer <homerow@lavabit.com>:
> On 2013–02–07 Markus Finke wrote:
>
>> \startnarrower doesn’t work for the left margin in lists. What is
>> wrong in my minimal example?
>
> I did not check why it doesn't work. But to add a left margin you
> can use:
>
> \setuplist [margin=3cm]
Both environments use the same register to indent the content
and the list overwrites the narrower value.
Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-02-07 13:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-07 12:00 \startnarrower and ToC Markus Finke
2013-02-07 12:22 ` Marco Patzer
2013-02-07 12:44 ` [***SPAM***] " Markus Finke
2013-02-07 13:17 ` Marco Patzer
2013-02-07 13:32 ` Wolfgang Schuster
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).