[NTG-context] Problem with long indices in LMTX

2020-03-21 Thread Christian Prim
Hello

Following MWE produces strange output in latest LMTX. mkiv (also latest)
output is ok.

\usetypescript[palatino]
\setupbodyfont[palatino,11pt]
\starttext
\m{F_{\rm longIndex}=m_{\rm longIndex}a}
\stoptext

The spacing in the index is wrong.

What am I missing?

Thanks in advance
Christian


test_lmtx.pdf
Description: Adobe PDF document


test_mkiv.pdf
Description: Adobe PDF document
___
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
___


Re: [NTG-context] write a subtitle under the title of a chapter using outlined font

2020-03-21 Thread Jeong Dal
Dear Hans,

Your method perfectly works!
The number of chapter use the same font as the main title font and there is no 
big space between main title and the subtitle.

Thank you.

Best regards,

Dalyoung


> 
> On 3/20/2020 11:07 AM, Jeong Dal wrote:
>> Dear Hans,
>> Here is another problem.
>> To use a big font for the title and a small font for the subtitle, I set the 
>> font size in the \setuphead.
>> Then it writes them fine in two lines, but a big linespace between them.
>> If I remove the “style=\BigFontTwo” from the \setuphead, and use it in the 
>> title input like
>> \startchapter[title={{\BigFontTwo A Long Long Title}\crlf{\tfa Sub Title}}]
>> then a big space is gone, but the chapter number follows the size of 
>> subtitle.
>> How to remove the big space while the chapter number follows the size of the 
>> title?
> \tfd \setupinterlinespace Foo \par
> \tfa \setupinterlinespace Bar \par
___
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
___


Re: [NTG-context] Indenting entries in the table of contents?

2020-03-21 Thread Richard Mahoney | Indica et Buddhica

This is what I'm using at the moment:

% Tables of Contents

\setuplist[part][textstyle={\sl},pagestyle={\tf}]

\setuplist[chapter][textstyle={\sl},pagestyle={\tf},label=yes,width=fi
t,stopper=~~]

\setuplist[section][width=42pt,margin=10pt,style={\tf}]

\setuplist[subsection][width=42pt,margin=18pt,style={\tf}]

\setupcombinedlist[content][alternative=c,aligntitle=no,width=2.5em,li
st={part,chapter,section,subsection}]



Best, Richard



-- 
Richard Mahoney | Indica et Buddhica
 
Littledene  Bay Road  Oxford  NZ 
T: +6433121699  M: +64210640216 
r.maho...@indica-et-buddhica.org 

https://indica-et-buddhica.org/ 

-Original Message-
From: Henning Hraban Ramm 
Reply-To: mailing list for ConTeXt users 
To: mailing list for ConTeXt users 
Subject: Re: [NTG-context] Indenting entries in the table of contents?
Date: Sat, 21 Mar 2020 09:15:12 +0100
Mailer: Apple Mail (2.3445.104.11)

> Am 2020-03-21 um 03:10 schrieb T. Kurt Bond :
> 
> I'd like subsection entries in the table of contents to be indented
> slightly, and subsubsection entries to be indented slightly more,
> and subsubsubsection entries to be indented some more.
> 
> Is there any way to do this?

It’s not obvious in https://wiki.contextgarden.net/Table_of_Contents
but you need
\setuplist[subsection][margin=2cm]  etc.

see
https://wiki.contextgarden.net/Command/setuplist



Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

__
_
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
__
_
___
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
___


Re: [NTG-context] Indenting entries in the table of contents?

2020-03-21 Thread Henning Hraban Ramm


> Am 2020-03-21 um 03:10 schrieb T. Kurt Bond :
> 
> I'd like subsection entries in the table of contents to be indented slightly, 
> and subsubsection entries to be indented slightly more, and subsubsubsection 
> entries to be indented some more.
> 
> Is there any way to do this?

It’s not obvious in https://wiki.contextgarden.net/Table_of_Contents
but you need
\setuplist[subsection][margin=2cm]  etc.

see
https://wiki.contextgarden.net/Command/setuplist



Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

___
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
___