Re: [NTG-context] Fine tuning an index

2020-10-08 Thread jbf
Duncan, have you looked at https://wiki.contextgarden.net/Command/setinjector? You might also need \showinjector. But it should work for indexes (register). Julian On 9/10/20 2:58 am, Duncan Hothersall wrote: Fine tuning column and page

[NTG-context] Hyphenation patterns

2020-10-08 Thread Denis Maier
Hi, where can I find the hyphenation patterns used by ConTeXt? I have two wrongly hyphenated words, and I want to check whether this is due to incorrect patterns. (I tried the source browser... not much luck so far.) The words are: 1. applicable => hyphenated as applic-able 2. obligated =>

Re: [NTG-context] Hyphenation patterns

2020-10-08 Thread Henning Hraban Ramm
> Am 08.10.2020 um 17:41 schrieb Denis Maier : > > where can I find the hyphenation patterns used by ConTeXt? I have two wrongly > hyphenated words, and I want to check whether this is due to incorrect > patterns. (I tried the source browser... not much luck so far.) The words are: > 1.

Re: [NTG-context] Hyphenation patterns

2020-10-08 Thread Tomas Hala
Hi, you can find patterns on this directory: texlive/2020/texmf-dist/tex/context/patterns/mkiv/ Best wishes, Tomáš Thu, Oct 08, 2020 ve 05:41:09PM +0200 Denis Maier napsal(a): # Hi, # # where can I find the hyphenation patterns used by ConTeXt? I have # two wrongly hyphenated words, and I

[NTG-context] Fine tuning an index

2020-10-08 Thread Duncan Hothersall
I'm doing my first mkiv index (it took me a long time to upgrade from mkii!) and I really like the processor feature to format elements differently. But there are a couple of things I would really like to achieve that I'm struggling with: 1. Elided numbers in an index range entry. For example

Re: [NTG-context] Split Table, don't repeat caption

2020-10-08 Thread Denis Maier
Am 07.10.2020 um 18:00 schrieb Denis Maier: Am 07.10.2020 um 17:46 schrieb Wolfgang Schuster: Denis Maier schrieb am 07.10.2020 um 17:39: Hi, is there a way not to repeat the caption of a multipage natural table? I've searched the list archive and it looks the question came up a couple of

Re: [NTG-context] Hyperref-style borders around clickable links

2020-10-08 Thread Pablo Rodriguez
On 10/8/20 12:03 PM, Denis Maier wrote: > Am 08.10.2020 um 11:49 schrieb Henning Hraban Ramm: >> [...] >> And that this is PDF (viewer) styling, not TeX/MP, so there’s >> probably no further interface, even if it’s possible to set several >> properties of link borders in e.g. Acrobat. > > Anyplace

Re: [NTG-context] Hyperref-style borders around clickable links

2020-10-08 Thread Pablo Rodriguez
On 10/8/20 11:40 AM, Denis Maier wrote: > Am 08.10.2020 um 11:36 schrieb Henning Hraban Ramm: >>> Am 08.10.2020 um 10:41 schrieb Denis Maier : >>> >>> Ok, found a (partial) solution myself in Pablo's question from yesterday... >>> >>> \setupinteraction[state=start] >>>

Re: [NTG-context] Hyperref-style borders around clickable links

2020-10-08 Thread Denis Maier
Am 08.10.2020 um 11:49 schrieb Henning Hraban Ramm: Am 08.10.2020 um 11:40 schrieb Denis Maier : Am 08.10.2020 um 11:36 schrieb Henning Hraban Ramm: Am 08.10.2020 um 10:41 schrieb Denis Maier : Ok, found a (partial) solution myself in Pablo's question from yesterday...

[NTG-context] Disappearing characters with nolig-german-wordlist

2020-10-08 Thread Denis Maier
Hi, I do as adviced on the Wiki and input the nolig-german-wordlist.tex to suppress wrong ligatures. However, I'm seeing strange results: ``` \input nolig-german-wordlist.tex \starttext auffasste auffasse \stoptext ``` gives me "auffasse auffasse" (see attachment.) I don't really

Re: [NTG-context] Hyperref-style borders around clickable links

2020-10-08 Thread Denis Maier
Am 08.10.2020 um 11:36 schrieb Henning Hraban Ramm: Am 08.10.2020 um 10:41 schrieb Denis Maier : Ok, found a (partial) solution myself in Pablo's question from yesterday... \setupinteraction[state=start] \enabledirectives[references.border] does that. But how do I configure the

Re: [NTG-context] Disappearing characters with nolig-german-wordlist

2020-10-08 Thread Denis Maier
Ok, I've commented the whole nolig-german-wordlist out piece by piece, and it looks like it comes down to this: ``` \replaceword[eka][auffasse][au{ff}asse] \replaceword[eka][auffasst][au{ff}asst] \setreplacements[eka] \starttext auffasste auffasse \stoptext ``` Uncommenting one of the

Re: [NTG-context] playing with Windows drag & drop

2020-10-08 Thread context
Hello Pablo, On 2020-10-07 19:10, Pablo Rodriguez wrote: On 10/7/20 4:45 PM, cont...@vivaldi.net wrote: Hello Pablo, slight correction: .bat call lua.exe -e "os.execute('echo context --purgeall --arguments=PDFdocument=' .. ([[%1]]):gsub([[\]], '/') .. ' b.tex')" Many thanks for

Re: [NTG-context] Disappearing characters with nolig-german-wordlist

2020-10-08 Thread Denis Maier
Am 08.10.2020 um 13:04 schrieb Hans Hagen: On 10/8/2020 12:02 PM, Denis Maier wrote: Hi, I do as adviced on the Wiki and input the nolig-german-wordlist.tex to suppress wrong ligatures. However, I'm seeing strange results: ``` \input nolig-german-wordlist.tex \starttext auffasste auffasse

Re: [NTG-context] Disappearing characters with nolig-german-wordlist

2020-10-08 Thread Hans Hagen
On 10/8/2020 12:02 PM, Denis Maier wrote: Hi, I do as adviced on the Wiki and input the nolig-german-wordlist.tex to suppress wrong ligatures. However, I'm seeing strange results: ``` \input nolig-german-wordlist.tex \starttext auffasste auffasse \stoptext ``` gives me "auffasse auffasse"

Re: [NTG-context] Hyperref-style borders around clickable links

2020-10-08 Thread Henning Hraban Ramm
> Am 08.10.2020 um 10:41 schrieb Denis Maier : > > Ok, found a (partial) solution myself in Pablo's question from yesterday... > > \setupinteraction[state=start] > \enabledirectives[references.border] > > does that. But how do I configure the borders? Color? Style and so? Couldn't >

Re: [NTG-context] Hyperref-style borders around clickable links

2020-10-08 Thread Denis Maier
Ok, found a (partial) solution myself in Pablo's question from yesterday...     \setupinteraction[state=start]     \enabledirectives[references.border] does that. But how do I configure the borders? Color? Style and so? Couldn't find anything on the Wiki. Best, Denis Am 08.10.2020 um 10:34

[NTG-context] Hyperref-style borders around clickable links

2020-10-08 Thread Denis Maier
Hi, I prefer links to be styled as normal text, but I'd nevertheless to highlight them somehow on screen. The LaTeX package Hyperref adds red frames to clickable content. Is something like that possible with ConTeXt? Best, Denis