[NTG-context] PDF bookmarks don’t follow sectionconversionset

2014-03-29 Thread Pablo Rodriguez
Hans, I’m afraid that PDF bookmarks don’t follow sectionconversionset option from \setuphead. Here is the sample: \setupinteraction[state=start] \placebookmarks[chapter,section] \definestructureconversionset[sectionnumbers][0,I,A,n,g][n]

[NTG-context] PDF bookmarks issue with heads

2014-03-29 Thread Pablo Rodriguez
Hans, just accidentally, I discovered that adding a head (the content list itself) before the front matter disorders PDF bookmarks (bodymatter is before frontmatter). Here is a sample \setupinteraction[state=start] \placebookmarks[chapter,section] \starttext \completecontent

Re: [NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-26 Thread Jan Tosovsky
On 2013-11-18 Jan Tosovsky wrote: when I specify custom titles for my registers, they are ignored in bookmarks: \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] \defineregister[indexname][indexnames]

Re: [NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-26 Thread Hans Hagen
On 11/26/2013 8:03 PM, Jan Tosovsky wrote: On 2013-11-18 Jan Tosovsky wrote: when I specify custom titles for my registers, they are ignored in bookmarks: \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] \defineregister[indexname][indexnames]

Re: [NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-26 Thread Jan Tosovsky
On 2013-11-26 Hans Hagen wrote: On 11/26/2013 8:03 PM, Jan Tosovsky wrote: On 2013-11-18 Jan Tosovsky wrote: when I specify custom titles for my registers, they are ignored in bookmarks: \setupinteraction[state=start] \placebookmarks[chapter]

Re: [NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-26 Thread Hans Hagen
On 11/26/2013 8:30 PM, Jan Tosovsky wrote: Thanks for this detailed explanation. If I understand correctly, this switch is intentional and won't be applied automatically even for registers or other peculiar cases where title is specified differently/unexpectedly. the bookmark setting defaults

Re: [NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-26 Thread Hans Hagen
On 11/26/2013 8:11 PM, Hans Hagen wrote: as titles can be anything and bookmarks are limited, we need to have some protection in place ... unexpandable macros are simply dropped so \labeltext{index} becomes index btw, using \complete... is just a compatibility command, if you use a normal

[NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-18 Thread Jan Tosovsky
Dear All, when I specify custom titles for my registers, they are ignored in bookmarks: \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] \defineregister[indexname][indexnames] \defineregister[indexsubject][indexsubjects]

[NTG-context] PDF bookmarks - missing interactivity of some items

2013-11-16 Thread honyk
Dear All, when bookmarks are placed to my file, only several of them are interactive. I cannot find any rule for this behaviour nor to reproduce it on a simplified example. \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] ... \chapter{Chapter A}

Re: [NTG-context] PDF bookmarks - missing interactivity of some items

2013-11-16 Thread Alan Braslau
On Sat, 16 Nov 2013 15:41:12 +0100 honyk j.tosov...@email.cz wrote: Dear All, when bookmarks are placed to my file, only several of them are interactive. I cannot find any rule for this behaviour nor to reproduce it on a simplified example. Indeed, I find that the interaction does not

Re: [NTG-context] PDF bookmarks - missing interactivity of some items

2013-11-16 Thread Hans Hagen
On 11/16/2013 3:41 PM, honyk wrote: Dear All, when bookmarks are placed to my file, only several of them are interactive. I cannot find any rule for this behaviour nor to reproduce it on a simplified example. \setupinteraction[state=start] \placebookmarks[chapter]

Re: [NTG-context] Pdf bookmarks with meta-structure (frontmatter, bodymatter etc)

2013-11-05 Thread Pol Stra
Le lundi 4 novembre 2013, 20:11:25 Hans Hagen a écrit : On 10/21/2013 6:45 PM, pol stra wrote: Hello, In my document, when I use a meta-structure, I only get introduction and content bookmarks, while not using a meta-structure, I have my part and chapter (which is the desired

Re: [NTG-context] Pdf bookmarks with meta-structure (frontmatter, bodymatter etc)

2013-11-04 Thread Hans Hagen
On 10/21/2013 6:45 PM, pol stra wrote: Hello, In my document, when I use a meta-structure, I only get introduction and content bookmarks, while not using a meta-structure, I have my part and chapter (which is the desired behaviour). How can I get the same behaviour in both structures? (by the

[NTG-context] Pdf bookmarks with meta-structure (frontmatter, bodymatter etc)

2013-10-21 Thread pol stra
Hello, In my document, when I use a meta-structure, I only get introduction and content bookmarks, while not using a meta-structure, I have my part and chapter (which is the desired behaviour). How can I get the same behaviour in both structures? (by the way, how can I change the bookmarks of

[NTG-context] PDF Bookmarks

2013-01-26 Thread Troy Henderson
I would like to create PDF bookmarks in my ConTeXt document, but I do not want my document arranged in normal chapter/sections. I know that I can do \setupinteraction[state=start] \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark] and then in

Re: [NTG-context] PDF Bookmarks

2013-01-26 Thread Rogers, Michael K
On Jan 26, 2013, at 1:01 PM, Troy Henderson thend...@gmail.com wrote: I would like to create PDF bookmarks in my ConTeXt document, but I do not want my document arranged in normal chapter/sections. I know that I can do \setupinteraction[state=start]

Re: [NTG-context] PDF Bookmarks

2013-01-26 Thread Troy Henderson
\setuphead[chapter,section,subsection][number=no,placehead=no] Outstanding. The only problem that I have now is that issuing \chapther{Foo} immediately before \copypages[path/to/file.pdf] forces a new (blank) page before the external page is inserted. Without the \chapter{Foo} command,

Re: [NTG-context] PDF Bookmarks

2013-01-26 Thread Troy Henderson
\chapter{Foo}\page[no] \copypages[path/to/file.pdf] did the trick. Troy ___ 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] PDF Bookmarks

2013-01-26 Thread Rogers, Michael K
On Jan 26, 2013, at 4:21 PM, Troy Henderson thend...@gmail.com wrote: \chapter{Foo}\page[no] \copypages[path/to/file.pdf] did the trick. Troy This should work, too: \setuphead[chapter,section,subsection][number=no,placehead=no,page=no] This e-mail

Re: [NTG-context] PDF Bookmarks on unnumbered subjects/titles etc

2011-01-09 Thread Florian Wobbe
Dear Wolfgang, 3 years ago, you wrote: [...] \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] \starttext \chapter{some chapter} \bookmark{a title} some text \stoptext The above example correctly generates bookmarks in the PDF. I can't,

[NTG-context] PDF bookmarks appear twice

2008-12-31 Thread Andrey Riabushenko
I have found similar issue was discussed in this list, but it doesn't contain a suitable solution for me These command work just fine to add bookmark for every part, chapter and etc. \setupinteraction [state=start] \setupinteractionscreen [option=bookmark] \placebookmarks

Re: [NTG-context] PDF Bookmarks on unnumbered subjects/titles etc

2007-12-12 Thread Wolfgang Schuster
2007/12/11, [EMAIL PROTECTED] [EMAIL PROTECTED]: Has anyone managed to get ConTeXt to generate PDF bookmarks for the unnumbered headings such as \title, \subject, etc? I saw the examples on the wiki page but unfortunately they did nothing.

[NTG-context] PDF Bookmarks on unnumbered subjects/titles etc

2007-12-11 Thread mir_ctx
Has anyone managed to get ConTeXt to generate PDF bookmarks for the unnumbered headings such as \title, \subject, etc? I saw the examples on the wiki page but unfortunately they did nothing. http://wiki.contextgarden.net/PDF_Bookmarks_and_Headers \setupinteraction[state=start]

[NTG-context] PDF bookmarks problem

2006-07-17 Thread Richard Gabriel
Hello Hans,I've noticed a problem with PDF bookmarks when the particular chapter/section titles contain non-ascii characters and/or XML entities. I suppose some "expansion" mechanism should be added (like for the index entries)...Attached you'll find two test files demonstrating this

Re: [NTG-context] pdf bookmarks

2005-05-05 Thread John R. Culleton
On Sunday 13 March 2005 09:31 pm, h h extern wrote: VnPenguin wrote: On Tue, 8 Mar 2005 20:56:06 +, David Waller [EMAIL PROTECTED] wrote: Hello, I am trying to produce bookmarks in the PDF file produced with context. I can produce bookmarks but I am unable to get any hierarchy of

Re: [NTG-context] pdf bookmarks

2005-03-13 Thread h h extern
VnPenguin wrote: On Tue, 8 Mar 2005 20:56:06 +, David Waller [EMAIL PROTECTED] wrote: Hello, I am trying to produce bookmarks in the PDF file produced with context. I can produce bookmarks but I am unable to get any hierarchy of bookmarks such that chapters can just be displayed initially and

[NTG-context] pdf bookmarks

2005-03-08 Thread David Waller
Hello, I am trying to produce bookmarks in the PDF file produced with context. I can produce bookmarks but I am unable to get any hierarchy of bookmarks such that chapters can just be displayed initially and then the sections open up. I am able to do this in latex, with hyperref, and am

Re: [NTG-context] pdf bookmarks

2005-03-08 Thread VnPenguin
On Tue, 8 Mar 2005 20:56:06 +, David Waller [EMAIL PROTECTED] wrote: Hello, I am trying to produce bookmarks in the PDF file produced with context. I can produce bookmarks but I am unable to get any hierarchy of bookmarks such that chapters can just be displayed initially and then the