Re: [NTG-context] Ligature suppression word list

2021-04-12 Thread denis.maier
Hi, a small update on this one : I’ve built a small python script that uses the patterns from the selnolig package to extract words with suspicious ligatures from the word list provided by the Uni Leipzig corpus project. Running the script over a corpus of over 1 million words produces the

[NTG-context] Alignment with an enumeration

2021-04-12 Thread Fabrice Couvreur
Hi, Is it possible that the first item is on the baseline of the definition environment title ? Thank you. Fabrice \define\ItemCommand {\hskip\zeropoint\relax\autoinsertnextspace} \setupitemgroup [itemize] [color=darkred, style=bold, distance=\spaceamount] \setupitemgroup

[NTG-context] Sudoku module

2021-04-12 Thread Jairo A. del Rio
Hi, list! I've just finished a minimal module for sudoku puzzles based on Peter Norvig's algorithm. The module and examples are in the link below: https://github.com/JairoAdelRio/context-sudoku My port is a sorta literal translation of Python's version, so improvements are to be done. As always,

Re: [NTG-context] A Metafun-Problem

2021-04-12 Thread Willi Egger
Thank you Jairo for your immediate answer. Although it is not yet what I have in mind, I see now what to do. Thanks! Willi > On 12 Apr 2021, at 23:22, Jairo A. del Rio wrote: > > Is this what you need? If so, change unitsquare by fullsquare. > > Jairo > > El lun, 12 de abr. de 2021 a la(s)

Re: [NTG-context] A Metafun-Problem

2021-04-12 Thread Willi Egger
Hi, Ok, changing the unitsquare into fullsquare is giving a better result, however it is still not the right drawing. I realise, that in this case probably the use of a vector in this way is not appropriate. — I have changed the drawing into something with rotating the top-line of the

[NTG-context] A Metafun-Problem

2021-04-12 Thread Willi Egger
Hican somebody tell me why I do not get a trapezoid with bottom angles of 120 degrees?Please try the attached minimal example.Thank you!Willi test.tex Description: Binary data test.pdf Description: Adobe PDF document

Re: [NTG-context] A Metafun-Problem

2021-04-12 Thread Jairo A. del Rio
Is this what you need? If so, change unitsquare by fullsquare. Jairo El lun, 12 de abr. de 2021 a la(s) 16:06, Willi Egger (cont...@boede.nl) escribió: > Hi > > can somebody tell me why I do not get a trapezoid with bottom angles of > 120 degrees? > > Please try the attached minimal example. >