Re: [NTG-context] horizontal spacing under special circumstances

2015-12-13 Thread Henning Hraban Ramm
Am 2015-12-09 um 04:16 schrieb Wolfgang Schuster : >> \definedescription[BibItem][ >> before={\directsetup{tightspace}\bgroup\language[packed]}, >> after={\egroup}, >> ] > you can use here (the grouping isn’t necessary) > >

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-08 Thread Wolfgang Schuster
Henning Hraban Ramm 7. Dezember 2015 um 10:54 Hi again, since my bibliographic setup works well, thanks again, I’d like to tighten it a bit, i.e. reduce spacing under defined circumstances. In the docs and sources I found only how to affect spacing of languages, and

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-08 Thread Wolfgang Schuster
Henning Hraban Ramm 8. Dezember 2015 um 12:11 Thank you for the suggestion, but I can’t see any change, even if I use extreme values for \spaceskip (like 0.1 or 10.0), neither in footnotes The footnote on the second page is a line shorter. \startsetups[footnote:space]

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-08 Thread Pablo Rodriguez
On 12/08/2015 12:11 PM, Henning Hraban Ramm wrote: > [...] > Thank you for the suggestion, but I can’t see any change, even if I use > extreme values for \spaceskip (like 0.1 or 10.0), neither in footnotes > nor in my description (is the setups key even supposed to work in > \definedescription?).

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-08 Thread Henning Hraban Ramm
Am 2015-12-08 um 15:01 schrieb Wolfgang Schuster : >> \unprotect >> \definedescription[BibItem][ >> headcommand=\gobbleoneargument, >> align=right, >> before={\bgroup\spac_spacecodes_set_fixed{50}}, % does this take a value or >> a unicode point? >> after={\egroup},

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-08 Thread Henning Hraban Ramm
Am 2015-12-08 um 17:48 schrieb Wolfgang Schuster : >> Henning Hraban Ramm 8. Dezember 2015 um 12:11 >> >> Thank you for the suggestion, but I can’t see any change, even if I use >> extreme values for \spaceskip (like 0.1 or 10.0), neither in footnotes > The footnote

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-08 Thread Henning Hraban Ramm
Am 2015-12-08 um 17:50 schrieb Pablo Rodriguez : > On 12/08/2015 12:11 PM, Henning Hraban Ramm wrote: >> [...] >> Thank you for the suggestion, but I can’t see any change, even if I use >> extreme values for \spaceskip (like 0.1 or 10.0), neither in footnotes >> nor in my

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-08 Thread Aditya Mahajan
On Tue, 8 Dec 2015, Wolfgang Schuster wrote: nor in my description (is the setups key even supposed to work in \definedescription?). No, there is no setups key for description and you have to misuse the style key. Should we add one? It is a bit annoying at times that some of the

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-08 Thread Wolfgang Schuster
Henning Hraban Ramm 8. Dezember 2015 um 16:22 Thank you, this is really nice. Didn’t know \directsetup (i.e. I can’t handle these setups at all). I also tried to get rid of the bigger space after stops: \installlanguage[packed][en]

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-07 Thread Aditya Mahajan
On Mon, 7 Dec 2015, Henning Hraban Ramm wrote: Hi again, since my bibliographic setup works well, thanks again, I’d like to tighten it a bit, i.e. reduce spacing under defined circumstances. In the docs and sources I found only how to affect spacing of languages, and only "packed" or

[NTG-context] horizontal spacing under special circumstances

2015-12-07 Thread Henning Hraban Ramm
Hi again, since my bibliographic setup works well, thanks again, I’d like to tighten it a bit, i.e. reduce spacing under defined circumstances. In the docs and sources I found only how to affect spacing of languages, and only "packed" or "broad". In lang-spa.mkiv I found \definehspace, and in

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-07 Thread Henning Hraban Ramm
Am 2015-12-08 um 02:15 schrieb Rik Kabel : >>> When typesetting bibliography manually, I typically use \frenchspacing. >> You may, but that is increasing spacing (at least around punctuation). >> But my publisher would like tighter-than-normal spacing. > Is a

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-07 Thread Rik Kabel
On 2015-12-07 13:06, Henning Hraban Ramm wrote: Am 2015-12-07 um 21:39 schrieb Aditya Mahajan : When typesetting bibliography manually, I typically use \frenchspacing. You may, but that is increasing spacing (at least around punctuation). But my publisher would like

Re: [NTG-context] horizontal spacing under special circumstances

2015-12-07 Thread Henning Hraban Ramm
Am 2015-12-07 um 21:39 schrieb Aditya Mahajan : > When typesetting bibliography manually, I typically use \frenchspacing. You may, but that is increasing spacing (at least around punctuation). But my publisher would like tighter-than-normal spacing. Greetlings, Hraban ---