Re: [NTG-context] line correction

2017-09-28 Thread Rik Kabel
Massi and list, There is one issue with \startlinecorrection  of which you should be aware. The text is set in a vbox. If the block quotation it encloses (or whatever text it encloses) does not fit on the current page, a page break will be generated. This makes it useless with quotes near the

Re: [NTG-context] line correction

2017-09-28 Thread mf
Thank you Henri, a slightly modified version of your solution works! This is what I wanted to achieve: \setuplayout[grid=both] \setupquotation[before={\switchtobodyfont[9pt]}] \starttext \showgrid \input knuth \startlinecorrection[halfline] \startquotation   \input sapolsky \stopquotation

Re: [NTG-context] line correction

2017-09-28 Thread Henri
On Thu, 2017-09-28 at 23:30 +0200, mf wrote: > Thank you Henri. > > Now consider this: > --- > \setuplayout[grid=both] > \setupquotation[before={\switchtobodyfont[9pt]}] > > \starttext > \showgrid > > \input knuth > > \startlinecorrection[halfline] > \startquotation

Re: [NTG-context] line correction

2017-09-28 Thread Henri
On Thu, 2017-09-28 at 23:30 +0200, mf wrote: > Thank you Henri. > > Now consider this: > --- > \setuplayout[grid=both] > \setupquotation[before={\switchtobodyfont[9pt]}] > > \starttext > \showgrid > > \input knuth > > \startlinecorrection[halfline] > \startquotation

Re: [NTG-context] line correction

2017-09-28 Thread luigi scarso
On Thu, Sep 28, 2017 at 11:30 PM, mf wrote: > Thank you Henri. > > Now consider this: > --- > \setuplayout[grid=both] > \setupquotation[before={\switchtobodyfont[9pt]}] > > \starttext > \showgrid > > \input knuth > >

Re: [NTG-context] line correction

2017-09-28 Thread mf
Thank you Henri. Now consider this: --- \setuplayout[grid=both] \setupquotation[before={\switchtobodyfont[9pt]}] \starttext \showgrid \input knuth \startlinecorrection[halfline] \startquotation   \input sapolsky \stopquotation \stoplinecorrection \input knuth

Re: [NTG-context] synctex, TeXShop and \input files

2017-09-28 Thread Hans Hagen
On 9/28/2017 9:30 PM, Otared Kavian wrote: On 28 Sep 2017, at 19:12, Hans Hagen > wrote: […] files in the tex tree (styles and such) are not accessible (protected) as you don't want them to get messed up Sure, but my problem is that I have a document

Re: [NTG-context] Troubleshooting pdf bookmarks

2017-09-28 Thread Alan Braslau
On Thu, 28 Sep 2017 13:55:29 +0200 Pablo Rodriguez wrote: > > As most of my > > customers are likely to use Acrobat Reader, I'm not really worried > > about the bookmarks not showing up in other readers. Why SumatraPDF > > shows bookmarks in test environment, but not in the proper

Re: [NTG-context] line correction

2017-09-28 Thread Henri
On Thu, 2017-09-28 at 16:21 +0200, MF wrote: > Hello list,  > I would like ConTeXt to snap normal text to grid after a quotation. > This example does not work: > > -- > \setupquotation[before={\switchtobodyfont[9pt]}] > > \starttext > \showgrid > > \input knuth > >

Re: [NTG-context] synctex, TeXShop and \input files

2017-09-28 Thread Otared Kavian
> On 28 Sep 2017, at 19:12, Hans Hagen wrote: >> […] > files in the tex tree (styles and such) are not accessible (protected) as you > don't want them to get messed up Sure, but my problem is that I have a document with five or six chapters. Each chapter is included in files

Re: [NTG-context] synctex, TeXShop and \input files

2017-09-28 Thread Hans Hagen
On 9/28/2017 4:44 PM, Otared Kavian wrote: Hi all, Some time ago Hans added a new synctex command which seemed to work quite well: on a Mac running MacOS and TeXShop I could for instance click on a sentence in the PDF file produced by ConTeXt and the sentence was highlighted in the source

[NTG-context] synctex, TeXShop and \input files

2017-09-28 Thread Otared Kavian
Hi all, Some time ago Hans added a new synctex command which seemed to work quite well: on a Mac running MacOS and TeXShop I could for instance click on a sentence in the PDF file produced by ConTeXt and the sentence was highlighted in the source file, even it were part of an \input file. For

[NTG-context] line correction

2017-09-28 Thread MF
Hello list, I would like ConTeXt to snap normal text to grid after a quotation. This example does not work: -- \setupquotation[before={\switchtobodyfont[9pt]}] \starttext \showgrid \input knuth \startlinecorrection[halfline] \startquotation \input sapolsky \stopquotation

Re: [NTG-context] ligature exceptions

2017-09-28 Thread Hans Hagen
On 9/28/2017 1:51 PM, Pablo Rodriguez wrote: On 09/28/2017 09:17 AM, Herbert Voss wrote: Am 28.09.2017 um 08:40 schrieb Pablo Rodriguez: using latest beta (from 2017.09.25 19:19), the following sample works: [...] How do you catch "Aufl." (the abbreviation of Auflage), which is written

Re: [NTG-context] Troubleshooting pdf bookmarks

2017-09-28 Thread Pablo Rodriguez
On 09/28/2017 12:17 PM, Mari Voipio wrote: > On Tue, Sep 26, 2017 at 1:19 PM, Henning Hraban Ramm wrote: >> >> did you check you have >> >> \setupinteraction[state=start] >> \setupinteractionscreen[option=bookmark] % should not be necessary >>

Re: [NTG-context] ligature exceptions

2017-09-28 Thread Pablo Rodriguez
On 09/28/2017 09:17 AM, Herbert Voss wrote: > Am 28.09.2017 um 08:40 schrieb Pablo Rodriguez: > >> using latest beta (from 2017.09.25 19:19), the following sample works: > [...] > How do you catch "Aufl." (the abbreviation of Auflage), > which is written _with_ a ligature? Herbert, I

Re: [NTG-context] Troubleshooting pdf bookmarks

2017-09-28 Thread Mari Voipio
On Tue, Sep 26, 2017 at 1:19 PM, Henning Hraban Ramm wrote: > > did you check you have > > \setupinteraction[state=start] > \setupinteractionscreen[option=bookmark] % should not be necessary > \placebookmarks[chapter,section,subsection][chapter,section] > > No trailing commas

Re: [NTG-context] ligature exceptions

2017-09-28 Thread Henning Hraban Ramm
Am 2017-09-27 um 23:02 schrieb Herbert Voss : >> Thank you for the suggestion. >> I tried >> \replaceword[eka][Auflage][Au{fl}age] >> \setreplacements[eka] >> and even converted the german wordlist from the selnolig package, but it >> doesn’t help. >> If I try >>

Re: [NTG-context] ligature exceptions

2017-09-28 Thread Herbert Voss
Am 28.09.2017 um 08:40 schrieb Pablo Rodriguez: using latest beta (from 2017.09.25 19:19), the following sample works: \starttext \blockligatures[fi,ff] \blockligatures[fl] \blockligatures[u:fl:age, u:fl:eg] \definefontfeature[default:b][default][blockligatures=yes]

Re: [NTG-context] Module Update from GIT URL Fails

2017-09-28 Thread Christoph Reller
On Wed, 27 Sep 2017 11:55:06 +0200 Taco Hoekwater wrote: > > Alright, I think I have this figured out now. You *have to* use the https > protocol, but then it should work. > >https://bitbucket.org/philexander/context-highlight.git > > You cannot use any git protocol

Re: [NTG-context] ligature exceptions

2017-09-28 Thread Pablo Rodriguez
On 09/27/2017 10:27 PM, Henning Hraban Ramm wrote: > Am 2017-09-27 um 18:13 schrieb Hans Hagen : >> [...] >> The \blockligatures[u:fl:age] is new and something of a joke >> experiment ... I can probably come up with a real advanced and robust >> mechanism if motivated enough > >