Re: [NTG-context] Interaction's focus for footnotes/index entries

2014-02-24 Thread Jan Tosovsky
On 2014-02-24 Rik Kabel wrote: On 2014-02-23 17:24, Jan Tosovsky wrote: 'focus=standard' settings for interaction seems to be supported for ToC only... When any hyperlink for footnote or index is clicked, the zoom is set to FitPage: \setupinteraction[state=start,focus=standard]

[NTG-context] Remove external file name references

2014-02-24 Thread Thangalin
Hi, When external PDF graphics are included in a document (e.g., using externalfigure), the resulting PDF contains a line such as: /PTEX.FileName (/home/username/path/to/file.pdf) What ConTeXt command prevents external file names from being written to the PDF? I've tried: \pdfptexfilename=0

Re: [NTG-context] Interaction's focus for footnotes/index entries

2014-02-24 Thread Pablo Rodriguez
On 02/24/2014 05:49 PM, Jan Tosovsky wrote: On 2014-02-24 Rik Kabel wrote: On 2014-02-23 17:24, Jan Tosovsky wrote: 'focus=standard' settings for interaction seems to be supported for ToC only... When any hyperlink for footnote or index is clicked, the zoom is set to FitPage: [...] Is

Re: [NTG-context] different page sizes on one sheet

2014-02-24 Thread amerke
hi again, a simplified setup with two A6 and one A5 page on one sheet of A4 paper (no back page in this case) would also be a great starting point ... +--+--+ | | | | A6 | | | | | +--+A5+ | |

Re: [NTG-context] different page sizes on one sheet

2014-02-24 Thread Wolfgang Schuster
Am 24.02.2014 um 20:55 schrieb amerke artur.me...@udo.edu: hi again, a simplified setup with two A6 and one A5 page on one sheet of A4 paper (no back page in this case) would also be a great starting point ... +--+--+ | | | | A6 | | |

Re: [NTG-context] Remove external file name references

2014-02-24 Thread Thangalin
A patch from Phillip: https://gist.github.com/phi-gamma/9197525 ___ 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] Remove external file name references

2014-02-24 Thread Hans Hagen
On 2/24/2014 11:19 PM, Thangalin wrote: A patch from Phillip: https://gist.github.com/phi-gamma/9197525 that's not a patch but obscuring code (ok for private use) ... there is however a proper tracker request so we will have a look at it at some point (probably some primitive needed or (as

Re: [NTG-context] Remove external file name references

2014-02-24 Thread Thangalin
Hi, A flexible solution could be: \setupexternalfigures[ pdfptexfilename={customfilename.jpg}, ] To eliminate the filename altogether: \setupexternalfigures[ pdfptexfilename=, ] This looks like it could be extended to customize the other PTEX attributes, or be used to

[NTG-context] Update overwrites configuration

2014-02-24 Thread Thangalin
Hi, 1. Edit .../tex/texmf/web2c/texmfcnf.lua 2. Set TEXMFCACHE = /var/cache/context/texmf-cache 3. Run first-setup.sh to update ConTeXt. Expected Results TEXMFCACHE remains /var/cache/context/texmf-cache Actual Results TEXMFCACHE reverts to $SELFAUTOPARENT/texmf-cache If the values have been

Re: [NTG-context] Update overwrites configuration

2014-02-24 Thread Mojca Miklavec
On Tue, Feb 25, 2014 at 3:55 AM, Thangalin wrote: Hi, 1. Edit .../tex/texmf/web2c/texmfcnf.lua 2. Set TEXMFCACHE = /var/cache/context/texmf-cache 3. Run first-setup.sh to update ConTeXt. Create a file texmfcnf.lua next to setuptex for example (that is: in root of the installation) and set

Re: [NTG-context] Update overwrites configuration

2014-02-24 Thread Thangalin
http://wiki.contextgarden.net/Custom_Configuration Thank you, Mojca. I couldn't find an existing configuration wiki page that discussed the items in your email, Mojca. If configuring directories and variables exists on the wiki, please let me know where to find it and I'll merge the