ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Breaking url into multiple lines results in broken link in rendered PDF
@ 2022-03-30 17:35 A A via ntg-context
  2022-03-31 16:21 ` Pablo Rodriguez via ntg-context
  0 siblings, 1 reply; 2+ messages in thread
From: A A via ntg-context @ 2022-03-30 17:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: A A


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

I would like to be able to break up URLs into multiple lines in my
bibliography source file and still get the link to work. Here's what I have
so far:












*\setupinteraction  [state=start]\starttext\useURL  [myUrl]  [
"https://www.g <https://www.g>    oogle.com <http://oogle.com>"
]\goto{link}[url(myUrl)]\stoptext*

Unfortunately the link does not work. When I *don't* split the URL into
multiple lines, the link works again.

In reality my link is very long and forces uncomfortable line continuation
in my `vim` editor. How can I break up long URLs in my source `.tex` file
and still get the link to work in the resulting pdf?

  [1]:
https://tex.stackexchange.com/questions/638541/line-continuation-in-bib-file-url-for-cleaner-bibliography-code

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Breaking url into multiple lines results in broken link in rendered PDF
  2022-03-30 17:35 Breaking url into multiple lines results in broken link in rendered PDF A A via ntg-context
@ 2022-03-31 16:21 ` Pablo Rodriguez via ntg-context
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-03-31 16:21 UTC (permalink / raw)
  To: A A via ntg-context; +Cc: Pablo Rodriguez

On 3/30/22 19:35, A A via ntg-context wrote:
> I would like to be able to break up URLs into multiple lines in my
> bibliography source file and still get the link to work.

I think this would work as you intend:

  \setupinteraction[state=start]
  \starttext
  \useURL[myUrl][https:%
  //www.%
  goo%
  gle%
  .com]
  \goto{link}[url(myUrl)]
  \stoptext

I hope it helps,

Pablo
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2022-03-31 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 17:35 Breaking url into multiple lines results in broken link in rendered PDF A A via ntg-context
2022-03-31 16:21 ` Pablo Rodriguez via ntg-context

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