[NTG-context] Links

2024-01-08 Thread Ursula Hermann
Dear List, Is this the right way? I want to use linked bibliography numbers, linked Chapter, section subsection, linked margin numbers, in the text. \setupinteraction[state=start] \starttext Der Wert von \m{y = f(x)} ist unabhängig von der Wahl\par von \m{x\doubleprime} ist gleichbedeutend mit \

[NTG-context] links in LMTX

2020-12-19 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuppapersize[A9] \setupinteraction[state=start] \enabledirectives[references.border] \unexpanded\def\MyURL#1% {\bgroup\goto{{\tt\hyphenatedurl{#1}}}[url(#1)]\egroup} \starttext \startitemize \dorecurse{2}{\item \MyURL{a.b\\/c.d\letterha

Re: [NTG-context] links don’t work with focus=standard

2018-04-16 Thread Pablo Rodriguez
On 04/16/2018 01:31 PM, Christoph Reller wrote: > On Sun, 15 Apr 2018 18:45:40 +0200 , Pablo Rodriguez wrote: > > I’m afraid that links with "focus=standard" are broken after beta from > 2018.04.13 14:53. > > In version 2018.04.15 23:11 everything seems to work fine. Many thanks for your reply

Re: [NTG-context] links don’t work with focus=standard

2018-04-16 Thread Christoph Reller
On Sun, 15 Apr 2018 18:45:40 +0200 , Pablo Rodriguez wrote: > > > I’m afraid that links with "focus=standard" are broken after beta from > 2018.04.13 14:53. > > In version 2018.04.15 23:11 everything seems to work fine. > > I think that all links that worked fine before the latest fix > (https:/

[NTG-context] links don’t work with focus=standard

2018-04-15 Thread Pablo Rodriguez
Hans, I’m afraid that links with "focus=standard" are broken after beta from 2018.04.13 14:53. \setupinteraction[state=start, focus=standard] \starttext \completecontent \chapter{Chapter} a\footnote{footnote} \stoptext I think that all links that worked fine before the l

Re: [NTG-context] links for notes

2015-07-29 Thread Pablo Rodriguez
On 07/29/2015 01:17 PM, Hans Hagen wrote: > [...] > you have to be more explicit Sorry for the cryptic message, Hans. Yesterday I was in a hurry. This sample shows the issue: \setupinteraction[state=start, focus=standard] \starttext \completecontent \dorecurse{10}{\chapter{Ch

Re: [NTG-context] links for notes

2015-07-29 Thread Hans Hagen
On 7/28/2015 5:02 PM, Pablo Rodriguez wrote: Hans, many thanks for having fixed the issues with bookmarks in latest beta from 2015.07.28 15:15. I have a pending issue with interactive documents. We discussed here some months ago (). The issue is that notes (footnotes and linenotes) have the sa

[NTG-context] links for notes

2015-07-28 Thread Pablo Rodriguez
Hans, many thanks for having fixed the issues with bookmarks in latest beta from 2015.07.28 15:15. I have a pending issue with interactive documents. We discussed here some months ago (). The issue is that notes (footnotes and linenotes) have the same kind of interactive links as the rest of the

Re: [NTG-context] links to external documents

2014-04-05 Thread Alan Bowen
Hi, Hans-- The LinkTest file does not work with either ConTeXt ver: 2014.04.04 or my backup installation, ConTeXt ver: 2014.02.14. Do I things properly encoded? Alan On Thu, Apr 3, 2014 at 10:49 AM, Alan Bowen wrote: > Hi, Hans-- > > The new beta now processes without interruption but does

Re: [NTG-context] links to external documents

2014-04-03 Thread Alan Bowen
Hi, Hans-- The new beta now processes without interruption but does not actually collect and display the reference. All I get right now is: page note rather than page 1 note 1 The setup (revised)-- %testA.tex \starttext text text.\reference[firstpage]{} text text.\footnote[fnote]{A n

Re: [NTG-context] links to external documents

2014-04-03 Thread Alan Bowen
Thanks, Hans--for the new beta *and* the tip about the filename. Alan On Thu, Apr 3, 2014 at 4:47 AM, Hans Hagen wrote: > On 4/2/2014 9:11 PM, Alan Bowen wrote: > >> I am exploring the feasibility of presenting two interacting PDF files >> side by side. Thus far my experiments with \usereferen

Re: [NTG-context] links to external documents

2014-04-03 Thread Hans Hagen
On 4/2/2014 9:11 PM, Alan Bowen wrote: I am exploring the feasibility of presenting two interacting PDF files side by side. Thus far my experiments with \usereferences have managed only to produce a lua error: fixed in next beta (there can be more issues for a while as i'm cleanign up that co

[NTG-context] links to external documents

2014-04-02 Thread Alan Bowen
I am exploring the feasibility of presenting two interacting PDF files side by side. Thus far my experiments with \usereferences have managed only to produce a lua error: .../ConTeXt/tex/texmf-context/tex/context/base/strc-ref.lua:1394: attempt to call field 'reference' (a nil value) stack trace

[NTG-context] Links into items in the itemize list are not working

2012-04-02 Thread Jaroslav Hajtmar
Hello all, Where is error when not work links into items in the itemize list. Links are active but not working? Thanx Jaroslav Hajtmar Here is example: \setupinteraction[state=start] \starttext \in{First link}[bibl:7] and \in{second link}[bibl:1] \page \startitemize[n] \item [bibl:7]

Re: [NTG-context] Links in TOC not working properly?! SOLVED

2012-02-01 Thread Verhaag, G.C.H.M.
On 02/01/2012 11:16 AM, Hans Hagen wrote: you can put this in cont-new.mkiv (after \unprotect) \unexpanded\def\strc_lists_apply_renderingsetup {\the\t_lists_every_renderingsetup \edef\currentlistalternative{\listparameter\c!alternative}% \directsetup{\listalternativeparameter\c!rendering

Re: [NTG-context] Links in TOC not working properly?!

2012-02-01 Thread Hans Hagen
you can put this in cont-new.mkiv (after \unprotect) \unexpanded\def\strc_lists_apply_renderingsetup {\the\t_lists_every_renderingsetup \edef\currentlistalternative{\listparameter\c!alternative}% \directsetup{\listalternativeparameter\c!renderingsetup}\relax \the\t_lists_every_renderin

Re: [NTG-context] Links in TOC not working properly?!

2012-02-01 Thread Hans Hagen
On 1-2-2012 10:27, Verhaag, G.C.H.M. wrote: No tips or answers yet, sorry, but I'm very much in need for help, because I don't know what's wrong with the example! The included test file (test.tex) doesn't give the expected result when it comes to interaction! Jumping to the selected section fr

Re: [NTG-context] Links in TOC not working properly?!

2012-02-01 Thread Verhaag, G.C.H.M.
On 01/31/2012 10:55 AM, Verhaag, G.C.H.M. wrote: On 01/30/2012 06:35 PM, Wolfgang Schuster wrote: Am 30.01.2012 um 16:23 schrieb Verhaag, G.C.H.M.: Hi, I installed the newest upgrade of ConTeXt, but processing my files yields strange results! In an interactive document the links to the dif

Re: [NTG-context] Links in TOC not working properly?!

2012-01-31 Thread Verhaag, G.C.H.M.
On 01/30/2012 06:35 PM, Wolfgang Schuster wrote: Am 30.01.2012 um 16:23 schrieb Verhaag, G.C.H.M.: Hi, I installed the newest upgrade of ConTeXt, but processing my files yields strange results! In an interactive document the links to the different sections are not working any more. Sele

Re: [NTG-context] Links in TOC not working properly?!

2012-01-30 Thread Wolfgang Schuster
Am 30.01.2012 um 16:23 schrieb Verhaag, G.C.H.M.: > Hi, > > I installed the newest upgrade of ConTeXt, but processing my files yields > strange results! > > In an interactive document the links to the different sections are not > working any more. Selecting the different sections from the tab

[NTG-context] Links in TOC not working properly?!

2012-01-30 Thread Verhaag, G.C.H.M.
Hi, I installed the newest upgrade of ConTeXt, but processing my files yields strange results! In an interactive document the links to the different sections are not working any more. Selecting the different sections from the table-of-contents (with \placelist command!) all yield a jump to t

Re: [NTG-context] Links in exported XHTML file

2011-10-25 Thread Andreas Harder
On 25.10.2011, at 00:20, Hans Hagen wrote: > On 24-10-2011 23:22, Andreas Harder wrote: >> >> On 24.10.2011, at 15:01, Hans Hagen wrote: >> >>> On 21-10-2011 11:27, Andreas Harder wrote: \setupinteraction[state=start] \setupbackend[export=yes,xhtml=yes,css=export-example.css] >>

Re: [NTG-context] Links in exported XHTML file

2011-10-24 Thread Hans Hagen
On 21-10-2011 11:27, Andreas Harder wrote: \setupinteraction[state=start] \setupbackend[export=yes,xhtml=yes,css=export-example.css] \starttext \useURL[google][http://www.google.com/][][Google] \from[google] \textreference[txt:ref]{some text} \in[txt:ref] % OK \goto{Google}[url(http://

[NTG-context] Links in exported XHTML file

2011-10-21 Thread Andreas Harder
Hi all, how do I manage to get proper links in the exported XHTML document. It works well with intern references. \setupinteraction[state=start] \setupbackend[export=yes,xhtml=yes,css=export-example.css] \starttext \useURL[google][http://www.google.com/][][Google] \from[google] \textrefer

Re: [NTG-context] Links

2011-07-12 Thread Hans Hagen
On 12-7-2011 7:26, Martin Schröder wrote: 2011/7/12 Hans Hagen: Sure, you have to be a ntg member in order to read the latest two issues. So being a member has some benefits (and also helps tex continue to exist). I got the paper. How can I access the pdf now? via member login (you get remin

Re: [NTG-context] Links

2011-07-12 Thread Martin Schröder
2011/7/12 Hans Hagen : > Sure, you have to be a ntg member in order to read the latest two issues. So > being a member has some benefits (and also helps tex continue to exist). I got the paper. How can I access the pdf now? Best Martin __

Re: [NTG-context] Links

2011-07-12 Thread luigi scarso
2011/7/12 Procházka Lukáš Ing. - Pontex s. r. o. : > Hello, > > the link http://www.ntg.nl/maps/42/maps.pdf (= all MAPS together) seems to > be broken; > also other links to http://www.ntg.nl/maps/42/*.pdf; > could they be recovered? As Hans said, you have to be a ntg member in order to read the la

Re: [NTG-context] Links

2011-07-12 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, the link http://www.ntg.nl/maps/42/maps.pdf (= all MAPS together) seems to be broken; also other links to http://www.ntg.nl/maps/42/*.pdf; could they be recovered? TIA. Best regards, Lukas On Tue, 12 Jul 2011 15:35:40 +0200, Cecil Westerhof wrote: De links naar de PDF bestanden o

Re: [NTG-context] Links

2011-07-12 Thread Hans Hagen
On 12-7-2011 3:35, Cecil Westerhof wrote: De links naar de PDF bestanden op http://www.ntg.nl/maps/42/index.html werken niet. Sure, you have to be a ntg member in order to read the latest two issues. So being a member has some benefits (and also helps tex continue to exist). Hans

[NTG-context] Links

2011-07-12 Thread Cecil Westerhof
De links naar de PDF bestanden op http://www.ntg.nl/maps/42/index.html werken niet. -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-conte

Re: [NTG-context] links generated by \in don't work

2010-06-03 Thread Yury G. Kudryashov
luigi scarso wrote: > On Thu, Jun 3, 2010 at 5:32 PM, Yury G. Kudryashov wrote: >> Hi! >> >> I try the following with current beta: >> >> \setupinteraction[state=start] >> \starttext >> \placeformula[eq:test] >> \startformula >> 1=1 >> \stopformula >> \pagebreak >> \in[eq:test] >> \stoptext >> >>

Re: [NTG-context] links generated by \in don't work

2010-06-03 Thread luigi scarso
On Thu, Jun 3, 2010 at 5:32 PM, Yury G. Kudryashov wrote: > Hi! > > I try the following with current beta: > > \setupinteraction[state=start] > \starttext > \placeformula[eq:test] > \startformula >        1=1 > \stopformula > \pagebreak > \in[eq:test] > \stoptext > > When I click on the link, noth

[NTG-context] links generated by \in don't work

2010-06-03 Thread Yury G. Kudryashov
Hi! I try the following with current beta: \setupinteraction[state=start] \starttext \placeformula[eq:test] \startformula 1=1 \stopformula \pagebreak \in[eq:test] \stoptext When I click on the link, nothing happens. The links generated by LaTeX+hyperref work in the same viewer (okular,

Re: [NTG-context] links down

2006-02-21 Thread Mojca Miklavec
On 2/21/06, Patrick Gundlach <[EMAIL PROTECTED]> wrote: > > >> I'm having many of these while searching for sample in contextgarden: > >> > >> request http://www.pragma-ade.com/general/manuals/mag-0001.pdf cannot > >> be honored > > > > Oh, it's http://www.pragma-ade.com/general/magazines/mag-0001.

Re: [NTG-context] links down

2006-02-21 Thread Patrick Gundlach
>> I'm having many of these while searching for sample in contextgarden: >> >> request http://www.pragma-ade.com/general/manuals/mag-0001.pdf cannot >> be honored > > Oh, it's http://www.pragma-ade.com/general/magazines/mag-0001.pdf > (magazines, not manuals). I guess it was probably me who replac

Re: [NTG-context] links down

2006-02-20 Thread Hans Hagen
andrea valle wrote: > Hi to all, > > I'm having many of these while searching for sample in contextgarden: > > request http://www.pragma-ade.com/general/manuals/mag-0001.pdf cannot > be honored > should be http://www.pragma-ade.com/general/magazines/mag-0001.pdf

Re: [NTG-context] links down

2006-02-20 Thread Alexandre Billon
I seems to me that you can get to the right place by replacing the .pdf by a .html and by clicking on the link that appears on the html page. Not a definitive solution though...2006/2/20, Mojca Miklavec < [EMAIL PROTECTED]>:On 2/20/06, andrea valle wrote:> Hi to all, >> I'm having many of these whi

Re: [NTG-context] links down

2006-02-20 Thread Mojca Miklavec
On 2/20/06, andrea valle wrote: > Hi to all, > > I'm having many of these while searching for sample in contextgarden: > > request http://www.pragma-ade.com/general/manuals/mag-0001.pdf cannot > be honored Oh, it's http://www.pragma-ade.com/general/magazines/mag-0001.pdf (magazines, not manuals).

[NTG-context] links down

2006-02-20 Thread andrea valle
Hi to all, I'm having many of these while searching for sample in contextgarden: request http://www.pragma-ade.com/general/manuals/mag-0001.pdf cannot be honored Best -a- Andrea Valle DAMS - Facoltà di Scienze della Formazione Università degli Studi di Torino http://www.semiotiche.it/andr