Re: [NTG-context] letter booklet

2015-01-31 Thread John Kitzmiller
On Jan 26, 2015, at 4:04 AM, schuster.wolfg...@gmail.com wrote: Am 25.01.2015 um 23:15 schrieb John Kitzmiller k...@inradius.net mailto:k...@inradius.net: Desired outcome: a multipage booklet on letter size paper with margins lined up when duplex printed and folded. Using

Re: [NTG-context] font search path and subfolders

2015-01-31 Thread Jörg Weger
Do you mean reported by mtxrun --expand-var OSFONTDIR ? Jörg On 31.01.2015 13:54, Hans Hagen wrote: On 1/31/2015 1:40 PM, Jörg Weger wrote: Being able to put opentype font families into subfolders as well would be a great help to keep a clear view of all my fonts. what OSFONTDIR paths

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 01:36 PM, Hans Hagen wrote: On 1/31/2015 1:12 PM, Pablo Rodriguez wrote: [...] It doesn’t show what you meant, the link destination is not on the heading itself, but on the next paragraph. \enabletrackers[*references*] \enabletrackers[*destinations*] Hi Hans, many thanks

Re: [NTG-context] font search path and subfolders

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 01:40 PM, Jörg Weger wrote: In my Linux home folder I have the usual “~/.fonts/” folder in which I have put subfolders “~/.fonts/opentype/” and “~/.fonts/truetype/”. Inside those subfolders I would like font families to have their own subfolders. [...] What am I missing?

[NTG-context] interactive footnote links

2015-01-31 Thread Pablo Rodriguez
Hans, I have a proposal for interactive footnote links. First, the sample: \setupinteraction[state=start] \starttext a\footnote{b} \stoptext In the PDF file, the two links are defined: /Subtype /Link /Dest [13 0 R /Fit] /F 4 /Rect [76.725 698.345 80.957 712.772]

Re: [NTG-context] font search path and subfolders

2015-01-31 Thread Jörg Weger
I still get (while using subfolders in ~/.fonts/opentype/) !LuaTeX error: cannot find OpenType font file for reading () == Fatal error occurred, no output PDF file produced! mtx-context | fatal error: return code: 1 after having run export

Re: [NTG-context] Indentation inside environment

2015-01-31 Thread Fabrice
Hi Wolfgang, It is very clear, as usual. Thank you again, Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 05:42 PM, Rob Heusdens wrote: [...] The code looks likes this, but this examples does not exhibit the same faulty off-by-1-page interactive page jump behaviour. In the chapters in the body matter, always directly after a new chapter a section begins (in this example omitted).

Re: [NTG-context] font search path and subfolders

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 05:35 PM, Jörg Weger wrote: I still get (while using subfolders in ~/.fonts/opentype/) !LuaTeX error: cannot find OpenType font file for reading () == Fatal error occurred, no output PDF file produced! mtx-context | fatal error: return code: 1 after

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Wolfgang Schuster
Am 31.01.2015 um 17:42 schrieb Rob Heusdens robh...@xs4all.nl: \starttitlepagemakeup BIG TITLE \stoptitlepagemakeup % - empty page inserted after here, so page number becomes 5 \setcounter[userpage][5] % - without this, the page number = 3 You don’t need this manual setting for the

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
Am 31.01.2015 um 17:42 schrieb Rob Heusdens robh...@xs4all.nl: \starttitlepagemakeup BIG TITLE \stoptitlepagemakeup % - empty page inserted after here, so page number becomes 5 \setcounter[userpage][5] % - without this, the page number = 3 You don’t need this manual setting for the

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
Hi Rob, there is a minimal sample: \setupcolors[state=start] \setupinteraction[state=start, focus=standard] \setupinteractionscreen[width=fit] \definecombinedlist[content][all] \setuphead[part][placehead=yes] \starttext \completecontent \dorecurse{5}

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
such references don't use user pagenumbers (often automated references use internal numbers or real page numbers or a symbolic name) so, either something is really wrong or your browser is bad Hans Hans, No, it can't be a browser thing (I think). In the code I sent, using the same setups

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
On 01/31/2015 05:42 PM, Rob Heusdens wrote: [...] The code looks likes this, but this examples does not exhibit the same faulty off-by-1-page interactive page jump behaviour. In the chapters in the body matter, always directly after a new chapter a section begins (in this example omitted).

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 07:28 PM, Rob Heusdens wrote: [...] If I have time I will use the \enabletrackers to see if that can direct me to where the problem may be located. Hi Rob, \enabletrackers[*destinations*] will visually display (adding a grey background to) the destination where the link points

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
On 01/31/2015 07:28 PM, Rob Heusdens wrote: [...] If I have time I will use the \enabletrackers to see if that can direct me to where the problem may be located. Hi Rob, \enabletrackers[*destinations*] will visually display (adding a grey background to) the destination where the link

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
focus=width is the problematic part. Replace it with focus=standard and it will work better (it isn’t perfect either [there is a bug reported before]). \enabletrackers[*destinations*] \setupinteraction[state=start, focus=standard] \starttext \completecontent

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
On 01/31/2015 01:36 PM, Hans Hagen wrote: On 1/31/2015 1:12 PM, Pablo Rodriguez wrote: [...] It doesn’t show what you meant, the link destination is not on the heading itself, but on the next paragraph. \enabletrackers[*references*] \enabletrackers[*destinations*] Hi Hans, many

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 08:11 PM, Rob Heusdens wrote: [...] Hello Pablo, I am sorry, I had not yet tried the \enabletrackers... Hi Rob, don’t worry, \enabletrackers don’t work here. Anyway, the problem resides in the settings for \setupinteraction which I use to set the page in the viewer to fit

Re: [NTG-context] font search path and subfolders

2015-01-31 Thread Jörg Weger
I tried to put the subfolders into a folder ~/fonts/ instead of ~/.fonts/ – same result :-( ls -la returns drwxr-xr-x for ~/.fonts/ as well as for ~/.fonts/opentype/ and ~/.fonts/truetype/ Greetings Jörg On 31.01.2015 19:26, Pablo Rodriguez wrote: On 01/31/2015 05:35 PM, Jörg Weger wrote:

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
focus=width is the problematic part. Replace it with focus=standard and it will work better (it isn’t perfect either [there is a bug reported before]). \enabletrackers[*destinations*] \setupinteraction[state=start, focus=standard] \starttext \completecontent

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 08:51 PM, Rob Heusdens wrote: [...] In other words the focus=width option causes the bug, and the workaround is to set it to focus=standard, so at least you go to the right page Hi Rob, I’m afraid that the issue with focus=width is a bug in evince or poppler. I’m afraid

[NTG-context] section with \sethupead[section][alternative=text]; other type of section misbehaves..

2015-01-31 Thread Rob Heusdens
When using \setuphead[section][alternative=text] I noticed two things: 1. There is an extra space (horizontally) directly after the section heading. I can't get a grip on how to get rid of it. 2. A different type of section (define with \definehead[summary][section] seems to alter it's behaviour

Re: [NTG-context] section with \sethupead[section][alternative=text]; other type of section misbehaves..

2015-01-31 Thread Rob Heusdens
I forgot to add the basic example, with neither for section nor for summary an option set in \setuphead[..] for alternative. So, read this as example 0: = test5.pdf Example 0: \defineblank[sprong][.5cm] \definehead[summary][section]

Re: [NTG-context] section with \sethupead[section][alternative=text]; other type of section misbehaves..

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 09:37 PM, Rob Heusdens wrote: When using \setuphead[section][alternative=text] I noticed two things: 1. There is an extra space (horizontally) directly after the section heading. I can't get a grip on how to get rid of it. Hi Rob, distance=1ex (or similar) should do the job.

Re: [NTG-context] section with \sethupead[section][alternative=text]; other type of section misbehaves..

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 11:10 PM, Rob Heusdens wrote: [...] If you define summary as a duplicate of section, the former will inherit properties from the latter. All you have to do is refine the unwanted features in summary. A very stupid example: \definehead[summary][section]

[NTG-context] More headache with \setuphead

2015-01-31 Thread Rob Heusdens
Related post: section with \sethupead[section][alternative=text]; other type of section misbehaves.. Hello list, It seems I have more problems with \setuphead, which I can't get hold on. This time content misbehaves in way I can't understand. Here are the relevant definitions/commands:

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Hans Hagen
On 1/31/2015 3:50 PM, Pablo Rodriguez wrote: On 01/31/2015 01:36 PM, Hans Hagen wrote: On 1/31/2015 1:12 PM, Pablo Rodriguez wrote: [...] It doesn’t show what you meant, the link destination is not on the heading itself, but on the next paragraph. \enabletrackers[*references*]

Re: [NTG-context] section with \sethupead[section][alternative=text]; other type of section misbehaves..

2015-01-31 Thread Rob Heusdens
On 01/31/2015 09:37 PM, Rob Heusdens wrote: When using \setuphead[section][alternative=text] I noticed two things: 1. There is an extra space (horizontally) directly after the section heading. I can't get a grip on how to get rid of it. Hi Rob, distance=1ex (or similar) should do the job.

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Hans Hagen
On 1/31/2015 1:16 AM, Rob Heusdens wrote: Hello list, Having the problem that if I jump to a chapter or section by clicking on the interactive table of content (while the page numbers presented do match the actual page number where the chapter or section begins) always leads me to jumping one

Re: [NTG-context] publications in footnotes (new bibliography mkiv)

2015-01-31 Thread Hans Hagen
On 1/30/2015 10:39 AM, Jörg Weger wrote: At least I have found a workaround for that problem: I will render my complete publications list for the paper by using \placebtxrendering[method=dataset] and copy the entry from the resulting PDF into the footnote of my ConTeXt file. There I can edit

Re: [NTG-context] Strange bug in interactive table of content...

2015-01-31 Thread Pablo Rodriguez
On 01/30/2015 05:42 PM, Rob Heusdens wrote: [...] Hello Pablo, I can imagine people sticking to the latest stable release only instead of picking up the latest beta. Hi Rob, don’t worry, with ConTeXt Standalone you can have them all ;-). Each ConTeXt Standalone installation is

Re: [NTG-context] bibliography again: “von” and “van”

2015-01-31 Thread Hans Hagen
On 1/28/2015 4:10 AM, Alan BRASLAU wrote: I have been arguing with Hans over the proper treatment of particles, in general. The rules vary greatly - here we are looking at a comparison between Dutch and German practice. In French, the use often depends on history differing before and after the

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 01:16 AM, Rob Heusdens wrote: Hello list, Having the problem that if I jump to a chapter or section by clicking on the interactive table of content (while the page numbers presented do match the actual page number where the chapter or section begins) always leads me to jumping

Re: [NTG-context] publications in footnotes (new bibliography mkiv)

2015-01-31 Thread Jörg Weger
That \citation[entry] method works fine so far. But now two practical problems come up: 1. If I put an article from an “incollection” BibTeX entry into the publications list the full page range of that article inside the collection should be shown, e.g. “S. 250–262” (in German) or something

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Hans Hagen
On 1/31/2015 1:12 PM, Pablo Rodriguez wrote: On 01/31/2015 01:16 AM, Rob Heusdens wrote: Hello list, Having the problem that if I jump to a chapter or section by clicking on the interactive table of content (while the page numbers presented do match the actual page number where the chapter or

[NTG-context] font search path and subfolders

2015-01-31 Thread Jörg Weger
In my Linux home folder I have the usual “~/.fonts/” folder in which I have put subfolders “~/.fonts/opentype/” and “~/.fonts/truetype/”. Inside those subfolders I would like font families to have their own subfolders. When I set the font search path by running export

Re: [NTG-context] font search path and subfolders

2015-01-31 Thread Hans Hagen
On 1/31/2015 1:40 PM, Jörg Weger wrote: Being able to put opentype font families into subfolders as well would be a great help to keep a clear view of all my fonts. what OSFONTDIR paths get reported (the reported paths should show what gets scanned for what) does $HOME/.fonts// work