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

2014-02-25 Thread Hans Hagen
On 2/25/2014 2:42 AM, Thangalin wrote: 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

[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] 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