Re: [NTG-context] where to break a long header

2021-06-04 Thread Sandra Snan
Thank you so much! That was awesome! That was the missing puzzle piece: the book is now perfect! writes: > \startsection[title={A very \\ long title},list={A very long title}] > > Von: ntg-context im Auftrag von Sandra Snan > > Gesen

[NTG-context] where to break a long header

2021-06-04 Thread Sandra Snan
I had an unsually long header and it didn't look great: https://ellen.idiomdrottning.org/sateotc1.png A crlf fixes it: https://ellen.idiomdrottning.org/sateotc2.png But then that shows up in the table of contents so that's not a good solution. What is the best practice for this situation? _

Re: [NTG-context] quotes potruding out in the left margin

2021-06-04 Thread Sandra Snan
t; Schuster >> Gesendet: Freitag, 4. Juni 2021 10:08 >> An: mailing list for ConTeXt users >> Betreff: Re: [NTG-context] quotes potruding out in the left margin >> >> Sandra Snan schrieb am 04.06.2021 um 09:52: >> > Oh, the example you just posted doesn't

Re: [NTG-context] quotes potruding out in the left margin

2021-06-04 Thread Sandra Snan
Oh, the example you just posted doesn't work on live.contextgarden, let alone on my installation. The quotation marks still don't potrude. Wolfgang Schuster writes: > Sandra Snan schrieb am 04.06.2021 um 08:44: >> Hi♥ >> >> How do I get the quotes to potrude ou

[NTG-context] quotes potruding out in the left margin

2021-06-03 Thread Sandra Snan
Hi♥ How do I get the quotes to potrude out in the left margin? For example in the following text, I want the "y" in "you are so" to be aligned with the "oh" in "oh hi there" and the "here" in "here here". \definefontfeature [default] [default] [protrusion=quality,expansion=quality] \setup

Re: [NTG-context] interline space default changed?

2020-01-10 Thread Sandra Snan
Thank you so much for the swift reply, Hans. Much appreciated. Hans Hagen writes: > On 1/9/2020 11:08 AM, Sandra Snan wrote: >> I was rerunning ConTeXt on some older documents and the interline space >> isn't the same. Sure, the new default looks great, but what was the ol

[NTG-context] interline space default changed?

2020-01-09 Thread Sandra Snan
I was rerunning ConTeXt on some older documents and the interline space isn't the same. Sure, the new default looks great, but what was the old default? I need to match what I've already published. Thank you♥ Sandra _

Re: [NTG-context] LuaTeX finds font, mtxrun --fonts does not list it?

2016-05-30 Thread Sandra Snan
For some reason, it just started working today. After all this time. I have no idea what was going on. \definefontfamily[jeans][sans][file:futuralt] and then referring to to the font family "jeans" later on. Looks great, too. Sandra Sandra Snan writes: > Wolfgang Schuster wri

Re: [NTG-context] LuaTeX finds font, mtxrun --fonts does not list it?

2015-05-29 Thread Sandra Snan
Wolfgang Schuster writes: >> Am 28.05.2015 um 11:37 schrieb Sandra Snan : >>> what happens if you put file: before a name? >> \definefontfamily[futura][sans][file:futuralt] > > Don’t use the “file:” prefix in the third argument. I don't understand this exchange.

Re: [NTG-context] LuaTeX finds font, mtxrun --fonts does not list it?

2015-05-28 Thread Sandra Snan
Hans Hagen writes: > when resolving fonts context makes safe filenames for fonts so don't > worry about the - being gone > > the fact that there is a luc file means that the font has been loaded so > the question is: how does your tex code look > > what happens if you put file: before a name? H

[NTG-context] LuaTeX finds font, mtxrun --fonts does not list it?

2015-05-28 Thread Sandra Snan
I'm trying to add a ttf font (Futura) so I can use it in ConTeXt. I've ran mtxrun --script fonts --list --all |less looked at a ttf font that was there, copied my Futura ttfs to the same directory it was in, and ran mtxrun --script fonts --reload --force But I still can't find it in mtxrun --scri

Re: [NTG-context] the new simplefonts stuff

2014-09-04 Thread Sandra Snan
On Thu, 04 Sep 2014 08:53:02 -0700, Mica Semrick wrote: > On Debian, you can try: > fc-list : family > to list the family name. I was playing with this last night on my Debian > Jessie system. > > The colon is a wildcard operator that will match all fonts on the system. I > usually just grep

Re: [NTG-context] the new simplefonts stuff

2014-09-04 Thread Sandra Snan
On Thu, 4 Sep 2014 12:24:08 +0200, Wolfgang Schuster wrote: > > Below is a short example which shows the different names in a font, as you can > see in the output the names in each font are different except from the > familyname > entry which is the same for all. > It just turned up as a blan

Re: [NTG-context] the new simplefonts stuff

2014-09-04 Thread Sandra Snan
Thank you so much for your help, guys! On Thu, 4 Sep 2014 00:21:22 +0200, Wolfgang Schuster wrote: > Am 03.09.2014 um 21:40 schrieb Joshua Krämer : [...] > > The only name which works in ConTeXt is the family name (which can be > > seen in FontForge): "Swis721 BT", note the single "s". However,

[NTG-context] the new simplefonts stuff

2014-09-02 Thread Sandra Snan
This is probably a pretty basic question, but how do I find out the name of the font that \definefontfamily expects in the third argument? For example, \definefontfamily [dejavu] [serif] [DejaVu Serif] works fine and sets the text in DejaVu Serif, but that’s not a name I can find with mtxrun –sc