ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Why does bookmarks show also sections
@ 2011-03-03 14:14 Cecil Westerhof
  2011-03-03 14:20 ` Wolfgang Schuster
  2011-03-14 10:51 ` Cecil Westerhof
  0 siblings, 2 replies; 9+ messages in thread
From: Cecil Westerhof @ 2011-03-03 14:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 319 bytes --]

I use:
\placebookmarks[chapter,section][chapter]
\setupinteractionscreen[option=bookmark]

As I understand it there should be bookmarks generated for chapters and
sections. When opening the document only the bookmarks for chapters should
be shown. But all bookmarks are shown. What is going wrong?

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 359 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Why does bookmarks show also sections
  2011-03-03 14:14 Why does bookmarks show also sections Cecil Westerhof
@ 2011-03-03 14:20 ` Wolfgang Schuster
  2011-03-03 14:36   ` Cecil Westerhof
  2011-03-03 14:58   ` Alan BRASLAU
  2011-03-14 10:51 ` Cecil Westerhof
  1 sibling, 2 replies; 9+ messages in thread
From: Wolfgang Schuster @ 2011-03-03 14:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 03.03.2011 um 15:14 schrieb Cecil Westerhof:

> I use:
> \placebookmarks[chapter,section][chapter]
> \setupinteractionscreen[option=bookmark]
> 
> As I understand it there should be bookmarks generated for chapters and sections. When opening the document only the bookmarks for chapters should be shown. But all bookmarks are shown. What is going wrong?

Can be a bug but make first a working minimal example for Hans.

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Why does bookmarks show also sections
  2011-03-03 14:20 ` Wolfgang Schuster
@ 2011-03-03 14:36   ` Cecil Westerhof
  2011-03-03 14:58   ` Alan BRASLAU
  1 sibling, 0 replies; 9+ messages in thread
From: Cecil Westerhof @ 2011-03-03 14:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 580 bytes --]

2011/3/3 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

>
> Am 03.03.2011 um 15:14 schrieb Cecil Westerhof:
>
> > I use:
> > \placebookmarks[chapter,section][chapter]
> > \setupinteractionscreen[option=bookmark]
> >
> > As I understand it there should be bookmarks generated for chapters and
> sections. When opening the document only the bookmarks for chapters should
> be shown. But all bookmarks are shown. What is going wrong?
>
> Can be a bug but make first a working minimal example for Hans.
>

I attached a tex-file and the generated pdf-file.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 953 bytes --]

[-- Attachment #2: dummy.tex --]
[-- Type: application/x-tex, Size: 635 bytes --]

[-- Attachment #3: dummy.pdf --]
[-- Type: application/pdf, Size: 32295 bytes --]

[-- Attachment #4: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Why does bookmarks show also sections
  2011-03-03 14:20 ` Wolfgang Schuster
  2011-03-03 14:36   ` Cecil Westerhof
@ 2011-03-03 14:58   ` Alan BRASLAU
  2011-03-03 15:08     ` Cecil Westerhof
  1 sibling, 1 reply; 9+ messages in thread
From: Alan BRASLAU @ 2011-03-03 14:58 UTC (permalink / raw)
  To: ntg-context

On Thursday 03 March 2011 15:20:12 Wolfgang Schuster wrote:
> Am 03.03.2011 um 15:14 schrieb Cecil Westerhof:
> > I use:
> > \placebookmarks[chapter,section][chapter]
> > \setupinteractionscreen[option=bookmark]
> > 
> > As I understand it there should be bookmarks generated for chapters and
> > sections. When opening the document only the bookmarks for chapters
> > should be shown. But all bookmarks are shown. What is going wrong?
> 
> Can be a bug but make first a working minimal example for Hans.
> 
> Wolfgang

Hans, as I understand, does not use bookmarks himself...

I use:

\setupstructure [state=start,method=none]
\setupinteraction [state=start,option=bookmark,contrastcolor=interactioncolor]
\setupinteractionscreen [option=bookmark] 
\placebookmarks [part,chapter,section,subsection]
                [part,chapter,section]

and this seems to work (or seemed to have worked?).
I had also tried [part,chapter] and this correctly did not show section on 
opening.

Alan
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Why does bookmarks show also sections
  2011-03-03 14:58   ` Alan BRASLAU
@ 2011-03-03 15:08     ` Cecil Westerhof
  2011-03-03 15:26       ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Cecil Westerhof @ 2011-03-03 15:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1275 bytes --]

2011/3/3 Alan BRASLAU <alan.braslau@cea.fr>

> On Thursday 03 March 2011 15:20:12 Wolfgang Schuster wrote:
> > Am 03.03.2011 um 15:14 schrieb Cecil Westerhof:
> > > I use:
> > > \placebookmarks[chapter,section][chapter]
> > > \setupinteractionscreen[option=bookmark]
> > >
> > > As I understand it there should be bookmarks generated for chapters and
> > > sections. When opening the document only the bookmarks for chapters
> > > should be shown. But all bookmarks are shown. What is going wrong?
> >
> > Can be a bug but make first a working minimal example for Hans.
> >
> > Wolfgang
>
> Hans, as I understand, does not use bookmarks himself...
>
> I use:
>
> \setupstructure [state=start,method=none]
> \setupinteraction
> [state=start,option=bookmark,contrastcolor=interactioncolor]
> \setupinteractionscreen [option=bookmark]
> \placebookmarks [part,chapter,section,subsection]
>                [part,chapter,section]
>

My system does not understand \setupstructure. When using the rest I have
the same problem. Could because I do not have the newest system:
TeXExec | TeXExec | version 6.2.1 - 1997-2009 - PRAGMA ADE/POD
TeXExec | TeXUtil   | version 9.1.0 - 1997-2005 - PRAGMA ADE/POD
TeXExec | CtxTools | version 1.3.5 - 2004/2008 - PRAGMA ADE

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 1707 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Why does bookmarks show also sections
  2011-03-03 15:08     ` Cecil Westerhof
@ 2011-03-03 15:26       ` Wolfgang Schuster
  2011-03-03 15:35         ` Cecil Westerhof
  2011-03-03 17:15         ` Cecil Westerhof
  0 siblings, 2 replies; 9+ messages in thread
From: Wolfgang Schuster @ 2011-03-03 15:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 03.03.2011 um 16:08 schrieb Cecil Westerhof:

> My system does not understand \setupstructure.

It’s a mkiv only command.

Wolfgang


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Why does bookmarks show also sections
  2011-03-03 15:26       ` Wolfgang Schuster
@ 2011-03-03 15:35         ` Cecil Westerhof
  2011-03-03 17:15         ` Cecil Westerhof
  1 sibling, 0 replies; 9+ messages in thread
From: Cecil Westerhof @ 2011-03-03 15:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 446 bytes --]

2011/3/3 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

>
> Am 03.03.2011 um 16:08 schrieb Cecil Westerhof:
>
> > My system does not understand \setupstructure.
>
> It’s a mkiv only command.
>

I was afraid for that. I have to take the time to upgrade. I'll put it on
the back-burner for now.

But looking at:
    http://wiki.contextgarden.net/Reference/en/placebookmarks

My approach should work.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 857 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Why does bookmarks show also sections
  2011-03-03 15:26       ` Wolfgang Schuster
  2011-03-03 15:35         ` Cecil Westerhof
@ 2011-03-03 17:15         ` Cecil Westerhof
  1 sibling, 0 replies; 9+ messages in thread
From: Cecil Westerhof @ 2011-03-03 17:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 336 bytes --]

2011/3/3 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

>
> Am 03.03.2011 um 16:08 schrieb Cecil Westerhof:
>
> > My system does not understand \setupstructure.
>
> It’s a mkiv only command.
>

I was afraid for that. I have to take the time to upgrade. I'll put it on
the back-burner for now.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 656 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Why does bookmarks show also sections
  2011-03-03 14:14 Why does bookmarks show also sections Cecil Westerhof
  2011-03-03 14:20 ` Wolfgang Schuster
@ 2011-03-14 10:51 ` Cecil Westerhof
  1 sibling, 0 replies; 9+ messages in thread
From: Cecil Westerhof @ 2011-03-14 10:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 404 bytes --]

2011/3/3 Cecil Westerhof <cldwesterhof@gmail.com>

> I use:
> \placebookmarks[chapter,section][chapter]
> \setupinteractionscreen[option=bookmark]
>
> As I understand it there should be bookmarks generated for chapters and
> sections. When opening the document only the bookmarks for chapters should
> be shown. But all bookmarks are shown. What is going wrong?
>

In MKIV it works.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 671 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-03-14 10:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-03 14:14 Why does bookmarks show also sections Cecil Westerhof
2011-03-03 14:20 ` Wolfgang Schuster
2011-03-03 14:36   ` Cecil Westerhof
2011-03-03 14:58   ` Alan BRASLAU
2011-03-03 15:08     ` Cecil Westerhof
2011-03-03 15:26       ` Wolfgang Schuster
2011-03-03 15:35         ` Cecil Westerhof
2011-03-03 17:15         ` Cecil Westerhof
2011-03-14 10:51 ` Cecil Westerhof

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).