Re: [NTG-context] Appendix Numbering and TOC value

2013-08-02 Thread Wolfgang Schuster
Am 02.08.2013 um 01:28 schrieb "Lance Larsen" : > I have a document with an appendix included: > > \setuplabeltext[appendix=APPENDIX~] > \starttext > \placecontent > \chapter{One} > \startappendices > \chapter{In Appendix} > \stopappendices > \stoptext > > I would like to have the table of co

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Peter Münster
On Thu, Aug 01 2013, Jannik Voges wrote: > Okay, a reader dependent bug/error. I used Preview (OS X 10.8.4). The second > figure (\externalfigure[cow.pdf][width=10cm]) and the following sentence > didn't appear. The same happens when you use height instead of width. Perhaps you could add this iss

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Hans Hagen
On 8/2/2013 12:12 AM, Philipp Gesang wrote: · On 2013–08–01 Philipp Gesang wrote: · I tested your example: no problem here on Mac OS X 10.8.4, with either TeXShop, Adobe Redaer or Preview, with the latest beta (ConTeXt ver: 2013.08.01 01:31 MKIV beta fmt: 2013.8.1 int: en

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Hans Hagen
On 8/1/2013 5:19 PM, Jannik Voges wrote: You are right. I was a little bit confused, because I didn't know, that you have to add 'location=default' to get the sample files, so I thought, that might also be buggy. 'test' is a test-file (pdf, jpeg, ...) in the current directory (I have not menti

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Philipp Gesang
· > On 8/2/2013 12:12 AM, Philipp Gesang wrote: > >· > > > >>On 2013–08–01 Philipp Gesang wrote: > >> > >>>· > >>> > I tested your example: no problem here on Mac OS X 10.8.4, with > either TeXShop, Adobe Redaer or Preview, with the latest beta > (ConTeXt ver:

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Marco Patzer
On 2013–08–02 Philipp Gesang wrote: > https://phi-gamma.net/pdf/copypasta.pdf > https://phi-gamma.net/files/copypasta.txt > > I definitely get   from this > one. Indeed. When I copy from your file I get those private Unicode slots. When I run the exa

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Philipp Gesang
· > On 2013–08–02 Philipp Gesang wrote: > > > https://phi-gamma.net/pdf/copypasta.pdf > > https://phi-gamma.net/files/copypasta.txt > > > > I definitely get   from this > > one. > > Indeed. When I copy from your file I get those private Unic

Re: [NTG-context] Appendix Numbering and TOC value

2013-08-02 Thread Lance Larsen
Thanks, Wolfgang. That was just what I needed. I appreciate the help. -Lance From: Wolfgang Schuster > I have a document with an appendix included: > > \setuplabeltext[appendix=APPENDIX~] > \starttext > \placecontent > \chapter{One} > \startappendices > \chapter{In Appendix} > \stopappendices

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Hans Hagen
On 8/2/2013 2:28 PM, Philipp Gesang wrote: · On 2013–08–02 Philipp Gesang wrote: https://phi-gamma.net/pdf/copypasta.pdf https://phi-gamma.net/files/copypasta.txt I definitely get   from this one. Indeed. When I copy from your file I ge

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Philipp Gesang
· > On 8/2/2013 2:28 PM, Philipp Gesang wrote: > >· > > > >>On 2013–08–02 Philipp Gesang wrote: > >> > >>> https://phi-gamma.net/pdf/copypasta.pdf > >>> https://phi-gamma.net/files/copypasta.txt > >>> > >>>I definitely get   from this > >

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Arthur Reutenauer
> Here’s a link to the diff between your PDF and my output: > > http://pastie.org/private/zwnesrug7wpy4ket6ppl1g I don't know where in ConTeXt's code the difference comes from, but in the PDF it is quite clear: Hans' file has a number of CMap entries that map glyph IDs to lowercase latin lett

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Philipp Gesang
· > On 8/2/2013 2:28 PM, Philipp Gesang wrote: > >· > > > >>On 2013–08–02 Philipp Gesang wrote: > >> > >>> https://phi-gamma.net/pdf/copypasta.pdf > >>> https://phi-gamma.net/files/copypasta.txt > >>> > >>>I definitely get   from this > >

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Hans Hagen
On 8/2/2013 8:36 PM, Jannik Voges wrote: yes its a tricky bug. When you view the pdf with Preview under Mac OS X (10.8.4) you will see, that the second graphic and sentence isn't displayed. When you use evince (linux) the pdf is displayed correctly. I attache a zip-file with the pdf-file of t

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Jannik Voges
No problem. Pdf is attached. Am 02.08.2013 um 20:55 schrieb Hans Hagen : > On 8/2/2013 8:36 PM, Jannik Voges wrote: > >> yes its a tricky bug. When you view the pdf with Preview under Mac OS X >> (10.8.4) you will see, that the second graphic and sentence isn't displayed. >> When you use evin

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Hans Hagen
On 8/2/2013 9:05 PM, Jannik Voges wrote: No problem. Pdf is attached. ok, i see the problem ... will try to fix it (cannot upload from where i am now) you can try this in back-pdf.lua: function nodepool.pdfsetmatrix(rx,sx,sy,ry,tx,ty) local t = copy_node(pdfsetmatrix) if type(rx) ==

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Jannik Voges
I added the function in back-pdf.lua, but that doesn't fix the problem. Jannik Am 02.08.2013 um 21:35 schrieb Hans Hagen : > On 8/2/2013 9:05 PM, Jannik Voges wrote: >> No problem. Pdf is attached. > > ok, i see the problem ... will try to fix it (cannot upload from where i am > now) > > yo

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Hans Hagen
On 8/2/2013 9:49 PM, Jannik Voges wrote: I added the function in back-pdf.lua, but that doesn't fix the problem. Jannik Am 02.08.2013 um 21:35 schrieb Hans Hagen : On 8/2/2013 9:05 PM, Jannik Voges wrote: No problem. Pdf is attached. ok, i see the problem ... will try to fix it (cannot u

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Jannik Voges
'context --make' gives an error: ! LuaTeX error .../context/tex/texmf-context/tex/context/base/back-pdf.lua:86: attempt to index global 'nodepool' (a nil value) stack traceback: .../context/tex/texmf-context/tex/context/base/back-pdf.lua:86: in function 'code' .../context/tex/tex