<div>It worked!</div><div><br></div><div><br></div><div><div>#lang slideshow</div><div>(require (only-in browser/external send-url))</div><div><br></div><div>(slide</div><div> #:title &quot;FizzBuzz&quot;</div><div> (clickback (tt &quot;Racket home&quot;) (ë () (send-url &quot;<meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://racket-lang.org">http://racket-lang.org</a>&quot;))))</div>

</div><div><br></div><div><br></div>Well, not that I am in the need, but how would I go about to make clickable URLs in PDF files?<div><br></div><div>If that is possible, then I could (try to) write something like (url &quot;<a href="http://racket-lang.org">http://racket-lang.org</a>&quot; &quot;Racket home&quot;) that does its best to work in both cases :)</div>

<div><br></div><div>[]&#39;s</div><div><br></div><div>Rodolfo</div><div><br></div><div><br><div class="gmail_quote">On Tue, May 17, 2011 at 12:28, Matthew Flatt <span dir="ltr">&lt;<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">There&#39;s not currently a clickable-URL function provided with Slideshow.<br>
You&#39;d have to use a combination of `clickback&#39; and `send-url&#39;, and it<br>
would only work when running the show (as opposed to PDF output from<br>
printing the slides).<br>
<div><div></div><div class="h5"><br>
At Tue, 17 May 2011 12:23:36 -0300, Rodolfo Carvalho wrote:<br>
&gt; How do I write URLs with hyperlinks in a slideshow?<br>
&gt;<br>
&gt; I tried something like:<br>
&gt;<br>
&gt;<br>
&gt; (require (only-in scribble/base url))<br>
&gt; (slide<br>
&gt;  #:title &quot;Want more?&quot;<br>
&gt;  (t (url &quot;<a href="http://racket-lang.org" target="_blank">http://racket-lang.org</a>&quot;)))<br>
&gt;<br>
&gt; =&gt; but it is a &quot;contract violation&quot;...<br>
&gt;<br>
&gt; []&#39;s<br>
&gt;<br>
&gt; Rodolfo Carvalho<br>
&gt;<br>
&gt; (PS: previous message was waiting for moderation because I was subscribed<br>
&gt; with a different email address)<br>
</div></div>&gt; _________________________________________________<br>
&gt;   For list-related administrative tasks:<br>
&gt;   <a href="http://lists.racket-lang.org/listinfo/users" target="_blank">http://lists.racket-lang.org/listinfo/users</a><br>
</blockquote></div><br></div>