Re: [NTG-context] Multiline descriptions do not line up

2017-07-08 Thread Henri Menke
This looks a lot like an engine bug.  Maybe in the application of \leftskip. On Sat, 2017-07-08 at 23:45 -0400, Rik Kabel wrote: > What is needed to align descriptions when the description text is wrapped? > Items seven and > thirteen below are particularly bad, and in a real document the error

[NTG-context] Multiline descriptions do not line up

2017-07-08 Thread Rik Kabel
What is needed to align descriptions when the description text is wrapped? Items seven and thirteen below are particularly bad, and in a real document the error is significantly greater. \definedescription [Desc] [headstyle=\tf,alternative=hanging] \definelayer

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-08 Thread Mathias Schickel
Dear Andreas, Pablo and the list, I did read your question and answer with great interest, since I encountered similar issues. Sadly your trick to get footnotes that are defined in some environments like tables displayed at the bottom of the page does not work if you try it using backgrounds.

Re: [NTG-context] how to hyphenate SHA512?

2017-07-08 Thread Hans Hagen
On 7/8/2017 10:20 AM, josephcan...@gmail.com wrote: If I am not mistaken SHA is only hexadecimal digits, so you probably need only to have a « language » that hyphenates between any pair of those. Should be much simpler I guess, but I do not really know how to add such setting I am afraid. you

Re: [NTG-context] how to hyphenate SHA512?

2017-07-08 Thread Hans Hagen
On 7/7/2017 10:28 PM, josephcan...@gmail.com wrote: A probably quick and dirty « solution », which consists in inserting a \discretionary node between each digit using some lua code. There are mostly likely better solutions for this. "better" depends on how often such a trick is needed

Re: [NTG-context] how to hyphenate SHA512?

2017-07-08 Thread josephcanedo
If I am not mistaken SHA is only hexadecimal digits, so you probably need only to have a « language » that hyphenates between any pair of those. Should be much simpler I guess, but I do not really know how to add such setting I am afraid. Joseph De : Pablo Rodriguez Envoyé le :samedi 8

Re: [NTG-context] how to hyphenate SHA512?

2017-07-08 Thread Pablo Rodriguez
Many thanks for your reply, Joseph. The underscore I want to use should be placed below the previous character, such as in (code from Hans): \startluacode function document.addfunnyhyphen(tfmdata) local underscore = utf.byte("_") local char =