ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* solution for missing bookmark (minimal example)
       [not found]       ` <4F43D1BD.7040607@wxs.nl>
@ 2012-02-23  8:53         ` Steffen Wolfrum
  2012-02-23 13:19           ` luigi scarso
  2012-02-25  9:32           ` Steffen Wolfrum
  0 siblings, 2 replies; 10+ messages in thread
From: Steffen Wolfrum @ 2012-02-23  8:53 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

Hi Hans

I managed to narrow down my example to just one bibliography, no index, no register, nothing fancy.
If I run this example with a pre-Feb.2012 version (say 2012.01.16), then the bookmarks FIVE, SIX and SEVEN do not work.

If you run this minimal example with all your tracing magic, can't you find where the bug hides (that was part of MkIV at least since May 2011 and vanished no more than with your experimental February 2012 versions)?

Steffen
-------


\setuppublications[state=start,refcommand=author]

\setupcite   [author]   [pubsep={},    lastpubsep={},    inbetween={},    left={},    right={},    andtext={|::|}, otherstext={ \tf et al.}]

\newbibfield[shorttitle]
\newbibfield[shortauthor]

\unexpanded\def\mycite
{\dodoubleempty\domycite}

\def\domycite[#1][#2]#3%
 {\bgroup
  \nocite[#3]%
   \getcitedata[shortauthor][#3] to \myshortauthor%
   \getcitedata[shorttitle][#3] to \myshorttitle%
   \getcitedata[title][#3] to \mytitle%
   \getcitedata[journal][#3] to \myjournal%
  \doifsomethingelse{#2}
   {{\em #1} in: \doifsomethingelse{\myshortauthor}{\myshortauthor}{\cite[#3]},
   \doifsomethingelse{\myshorttitle}{\myshorttitle}{\mytitle}\doifsomethingelse{#1}{, #2}{}}
   {{\em\doifsomethingelse{\myshortauthor}{\myshortauthor}{\cite[#3]}}, \doifsomethingelse{\myjournal}{{\doifsomethingelse{\myshorttitle}{\myshorttitle}{\doifsomethingelse{\myjournal}{\myjournal\doifsomethingelse{\myvolume}{\ \myvolume\ [\mypubyear]}{\ \mypubyear}}{\mytitle}}}}{\doifsomethingelse{\myshorttitle}{\myshorttitle}{\mytitle}}\doifsomethingelse{#1}{, #1}{}}%
  \egroup}

\setuppublicationlist[samplesize={DDBD08},totalnumber=2]

\startpublication[k=Duetz2008,t=book,
a={{Dütz}},y=2009,
n=53,s=Düt09]
\title{Arbeitsrecht}
\stoppublication

% --------------------------------------------------------

\starttext

\setupinteraction
   [state=start,style=,color=black]

\placebookmarks
[chapter,section,subsection,subsubsection]
[chapter,section,subsection,subsubsection][force=yes] 


\chapter{ONE}

\section{TWO}
 
\input tufte \footnote{\input ward}

\subsection{THREE}

\subsubsection{FOUR}

Text.\footnote{%
Siehe
\cite{Duetz2008}; 
\mycite[Rn. 556 ff.]{Duetz2008}; 
\mycite[Rn. 556 ff.]{Duetz2008}; 
}


\dorecurse{5}{\input tufte \footnote{\input ward}}

\subsubsection{FIVE}

{\input tufte \footnote{\input ward}}

\subsection{SIX}

\subsubsection{SEVEN}

{\input tufte \footnote{\input ward}}

\stoptext
___________________________________________________________________________________
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] 10+ messages in thread

* Re: solution for missing bookmark (minimal example)
  2012-02-23  8:53         ` solution for missing bookmark (minimal example) Steffen Wolfrum
@ 2012-02-23 13:19           ` luigi scarso
  2012-02-23 13:45             ` Steffen Wolfrum
  2012-02-25  9:32           ` Steffen Wolfrum
  1 sibling, 1 reply; 10+ messages in thread
From: luigi scarso @ 2012-02-23 13:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Feb 23, 2012 at 9:53 AM, Steffen Wolfrum <context@st.estfiles.de> wrote:
> Hi Hans
>
> I managed to narrow down my example to just one bibliography, no index, no register, nothing fancy.
> If I run this example with a pre-Feb.2012 version (say 2012.01.16), then the bookmarks FIVE, SIX and SEVEN do not >work.

They seems ok with AdobeReader 9.4 on linux.


-- 
luigi
___________________________________________________________________________________
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] 10+ messages in thread

* Re: solution for missing bookmark (minimal example)
  2012-02-23 13:19           ` luigi scarso
@ 2012-02-23 13:45             ` Steffen Wolfrum
  2012-02-23 13:53               ` luigi scarso
  2012-02-23 14:48               ` Philipp Gesang
  0 siblings, 2 replies; 10+ messages in thread
From: Steffen Wolfrum @ 2012-02-23 13:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 681 bytes --]


Am 23.02.2012 um 14:19 schrieb luigi scarso:

> On Thu, Feb 23, 2012 at 9:53 AM, Steffen Wolfrum <context@st.estfiles.de> wrote:
>> Hi Hans
>> 
>> I managed to narrow down my example to just one bibliography, no index, no register, nothing fancy.
>> If I run this example with a pre-Feb.2012 version (say 2012.01.16), then the bookmarks FIVE, SIX and SEVEN do not >work.
> 
> They seems ok with AdobeReader 9.4 on linux.



You must be joking?!

I ran the resulting PDF (attached) with every PDF reader on Mac and Windows ... and all results were the same:
no link for bookmark FIVE, SIX, SEVEN.

Did you actually test to click on the link?

Steffen
-------

[-- Attachment #2: link_test.pdf --]
[-- Type: application/pdf, Size: 30544 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 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] 10+ messages in thread

* Re: solution for missing bookmark (minimal example)
  2012-02-23 13:45             ` Steffen Wolfrum
@ 2012-02-23 13:53               ` luigi scarso
  2012-02-23 14:48               ` Philipp Gesang
  1 sibling, 0 replies; 10+ messages in thread
From: luigi scarso @ 2012-02-23 13:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Feb 23, 2012 at 2:45 PM, Steffen Wolfrum <context@st.estfiles.de> wrote:
>
> Am 23.02.2012 um 14:19 schrieb luigi scarso:
>
>> On Thu, Feb 23, 2012 at 9:53 AM, Steffen Wolfrum <context@st.estfiles.de> wrote:
>>> Hi Hans
>>>
>>> I managed to narrow down my example to just one bibliography, no index, no register, nothing fancy.
>>> If I run this example with a pre-Feb.2012 version (say 2012.01.16), then the bookmarks FIVE, SIX and SEVEN do not >work.
>>
>> They seems ok with AdobeReader 9.4 on linux.
>
>
>
> You must be joking?!
no, maybe I don't understand the problem. I will check your pdf asap.
-- 
luigi
___________________________________________________________________________________
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] 10+ messages in thread

* Re: solution for missing bookmark (minimal example)
  2012-02-23 13:45             ` Steffen Wolfrum
  2012-02-23 13:53               ` luigi scarso
@ 2012-02-23 14:48               ` Philipp Gesang
  2012-02-23 15:01                 ` Steffen Wolfrum
  1 sibling, 1 reply; 10+ messages in thread
From: Philipp Gesang @ 2012-02-23 14:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On 2012-02-23 14:45, Steffen Wolfrum wrote:
> I ran the resulting PDF (attached) with every PDF reader on Mac and Windows ... and all results were the same:
> no link for bookmark FIVE, SIX, SEVEN.

Confirmed for version 2012-01-16/Linux x64 with Okular. (Current
beta seems fine, though.)

Philipp


> 
> Did you actually test to click on the link?
> 
> Steffen
> -------


> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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] 10+ messages in thread

* Re: solution for missing bookmark (minimal example)
  2012-02-23 14:48               ` Philipp Gesang
@ 2012-02-23 15:01                 ` Steffen Wolfrum
  0 siblings, 0 replies; 10+ messages in thread
From: Steffen Wolfrum @ 2012-02-23 15:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 23.02.2012 um 15:48 schrieb Philipp Gesang:

> On 2012-02-23 14:45, Steffen Wolfrum wrote:
>> I ran the resulting PDF (attached) with every PDF reader on Mac and Windows ... and all results were the same:
>> no link for bookmark FIVE, SIX, SEVEN.
> 
> Confirmed for version 2012-01-16/Linux x64 with Okular. (Current
> beta seems fine, though.)


but current beta shouldn't be used, as it has not yet (fully) working footnotes.

thus, a version before february must be used ... (that's a problem).

Steffen
___________________________________________________________________________________
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] 10+ messages in thread

* Re: solution for missing bookmark (minimal example)
  2012-02-23  8:53         ` solution for missing bookmark (minimal example) Steffen Wolfrum
  2012-02-23 13:19           ` luigi scarso
@ 2012-02-25  9:32           ` Steffen Wolfrum
  2012-02-27 22:21             ` Hans Hagen
  1 sibling, 1 reply; 10+ messages in thread
From: Steffen Wolfrum @ 2012-02-25  9:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi,

is there a chance that this problem can be solved within the next days (the publishers won't wait too long for the working PDF).

Sorry for being persistent,
Steffen


Am 23.02.2012 um 09:53 schrieb Steffen Wolfrum:

> Hi Hans
> 
> I managed to narrow down my example to just one bibliography, no index, no register, nothing fancy.
> If I run this example with a pre-Feb.2012 version (say 2012.01.16), then the bookmarks FIVE, SIX and SEVEN do not work.
> 
> If you run this minimal example with all your tracing magic, can't you find where the bug hides (that was part of MkIV at least since May 2011 and vanished no more than with your experimental February 2012 versions)?
> 
> Steffen
> -------
> 
> 
> \setuppublications[state=start,refcommand=author]
> 
> \setupcite   [author]   [pubsep={},    lastpubsep={},    inbetween={},    left={},    right={},    andtext={|::|}, otherstext={ \tf et al.}]
> 
> \newbibfield[shorttitle]
> \newbibfield[shortauthor]
> 
> \unexpanded\def\mycite
> {\dodoubleempty\domycite}
> 
> \def\domycite[#1][#2]#3%
> {\bgroup
>  \nocite[#3]%
>   \getcitedata[shortauthor][#3] to \myshortauthor%
>   \getcitedata[shorttitle][#3] to \myshorttitle%
>   \getcitedata[title][#3] to \mytitle%
>   \getcitedata[journal][#3] to \myjournal%
>  \doifsomethingelse{#2}
>   {{\em #1} in: \doifsomethingelse{\myshortauthor}{\myshortauthor}{\cite[#3]},
>   \doifsomethingelse{\myshorttitle}{\myshorttitle}{\mytitle}\doifsomethingelse{#1}{, #2}{}}
>   {{\em\doifsomethingelse{\myshortauthor}{\myshortauthor}{\cite[#3]}}, \doifsomethingelse{\myjournal}{{\doifsomethingelse{\myshorttitle}{\myshorttitle}{\doifsomethingelse{\myjournal}{\myjournal\doifsomethingelse{\myvolume}{\ \myvolume\ [\mypubyear]}{\ \mypubyear}}{\mytitle}}}}{\doifsomethingelse{\myshorttitle}{\myshorttitle}{\mytitle}}\doifsomethingelse{#1}{, #1}{}}%
>  \egroup}
> 
> \setuppublicationlist[samplesize={DDBD08},totalnumber=2]
> 
> \startpublication[k=Duetz2008,t=book,
> a={{Dütz}},y=2009,
> n=53,s=Düt09]
> \title{Arbeitsrecht}
> \stoppublication
> 
> % --------------------------------------------------------
> 
> \starttext
> 
> \setupinteraction
>   [state=start,style=,color=black]
> 
> \placebookmarks
> [chapter,section,subsection,subsubsection]
> [chapter,section,subsection,subsubsection][force=yes] 
> 
> 
> \chapter{ONE}
> 
> \section{TWO}
> 
> \input tufte \footnote{\input ward}
> 
> \subsection{THREE}
> 
> \subsubsection{FOUR}
> 
> Text.\footnote{%
> Siehe
> \cite{Duetz2008}; 
> \mycite[Rn. 556 ff.]{Duetz2008}; 
> \mycite[Rn. 556 ff.]{Duetz2008}; 
> }
> 
> 
> \dorecurse{5}{\input tufte \footnote{\input ward}}
> 
> \subsubsection{FIVE}
> 
> {\input tufte \footnote{\input ward}}
> 
> \subsection{SIX}
> 
> \subsubsection{SEVEN}
> 
> {\input tufte \footnote{\input ward}}
> 
> \stoptext
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 10+ messages in thread

* Re: solution for missing bookmark (minimal example)
  2012-02-25  9:32           ` Steffen Wolfrum
@ 2012-02-27 22:21             ` Hans Hagen
  2012-02-28  8:19               ` Steffen Wolfrum
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2012-02-27 22:21 UTC (permalink / raw)
  To: Steffen Wolfrum; +Cc: mailing list for ConTeXt users

On 25-2-2012 10:32, Steffen Wolfrum wrote:
> Hi,
>
> is there a chance that this problem can be solved within the next days (the publishers won't wait too long for the working PDF).
>
> Sorry for being persistent,

I have to catch up after a week of flu and have some deadlines to catch 
as well. Going over old code (that I don't even have on my machine any 
more) is not on the agenda now. If it's just a few bookmarks being 
wrong, can't you just add them in acrobat then?

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 10+ messages in thread

* Re: solution for missing bookmark (minimal example)
  2012-02-27 22:21             ` Hans Hagen
@ 2012-02-28  8:19               ` Steffen Wolfrum
  2012-02-28  8:30                 ` luigi scarso
  0 siblings, 1 reply; 10+ messages in thread
From: Steffen Wolfrum @ 2012-02-28  8:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


Am 27.02.2012 um 23:21 schrieb Hans Hagen:

> On 25-2-2012 10:32, Steffen Wolfrum wrote:
>> Hi,
>> 
>> is there a chance that this problem can be solved within the next days (the publishers won't wait too long for the working PDF).
>> 
>> Sorry for being persistent,
> 
> I have to catch up after a week of flu and have some deadlines to catch as well. Going over old code (that I don't even have on my machine any more) is not on the agenda now. If it's just a few bookmarks being wrong, can't you just add them in acrobat then?



It's about 30 to 40 bookmarks missing. Sure, these can be added in Acrobat.
But the corresponding  30 to 40 links from the table of content to their respective pages are missing too ... and how to add these?

Do you want me to send you a zipped version 2011.05.14?

Steffen
___________________________________________________________________________________
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] 10+ messages in thread

* Re: solution for missing bookmark (minimal example)
  2012-02-28  8:19               ` Steffen Wolfrum
@ 2012-02-28  8:30                 ` luigi scarso
  0 siblings, 0 replies; 10+ messages in thread
From: luigi scarso @ 2012-02-28  8:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Feb 28, 2012 at 9:19 AM, Steffen Wolfrum <context@st.estfiles.de> wrote:
>
> Am 27.02.2012 um 23:21 schrieb Hans Hagen:
>
>> On 25-2-2012 10:32, Steffen Wolfrum wrote:
>>> Hi,
>>>
>>> is there a chance that this problem can be solved within the next days (the publishers won't wait too long for the working PDF).
>>>
>>> Sorry for being persistent,
>>
>> I have to catch up after a week of flu and have some deadlines to catch as well. Going over old code (that I don't even have on my machine any more) is not on the agenda now. If it's just a few bookmarks being wrong, can't you just add them in acrobat then?
>
>
>
> It's about 30 to 40 bookmarks missing. Sure, these can be added in Acrobat.
> But the corresponding  30 to 40 links from the table of content to their respective pages are missing too ... and how to add these?
http://www.ehow.com/how_9665_create-links-pdf.html

(but keep in mind that often I don't understand the questions...)

-- 
luigi
___________________________________________________________________________________
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] 10+ messages in thread

end of thread, other threads:[~2012-02-28  8:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4F43B07F.9040207@wxs.nl>
     [not found] ` <9387EAD9-1687-4A68-A7A6-E27DB0EAB2B6@st.estfiles.de>
     [not found]   ` <4F43CE23.2070901@wxs.nl>
     [not found]     ` <5378E390-249E-4656-813A-B323F74E8399@st.estfiles.de>
     [not found]       ` <4F43D1BD.7040607@wxs.nl>
2012-02-23  8:53         ` solution for missing bookmark (minimal example) Steffen Wolfrum
2012-02-23 13:19           ` luigi scarso
2012-02-23 13:45             ` Steffen Wolfrum
2012-02-23 13:53               ` luigi scarso
2012-02-23 14:48               ` Philipp Gesang
2012-02-23 15:01                 ` Steffen Wolfrum
2012-02-25  9:32           ` Steffen Wolfrum
2012-02-27 22:21             ` Hans Hagen
2012-02-28  8:19               ` Steffen Wolfrum
2012-02-28  8:30                 ` luigi scarso

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).