Deutsch   English   Français   Italiano  
<uts6ej$15r03$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: db <dieterhansbritz@gmail.com>
Newsgroups: comp.text.tex
Subject: Link in LaTeX
Date: Mon, 25 Mar 2024 15:49:39 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <uts6ej$15r03$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 16:49:39 +0100 (CET)
Injection-Info: dont-email.me; posting-host="955b6e0539ed4b8e29f39f8b0fed9eb1";
	logging-data="1240067"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18OnTM4f/IJR7Uzn1Uwiqenl0LtU1dGw54="
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
Cancel-Lock: sha1:PpD5BrwxEOIqzlswW521saK5tyk=
Bytes: 1322

I want to present a link to a pdf file in a pdf.
In the LaTeX body I have
http://www.dieterbritz.dk/bla.pdf
but I want this to be a link. I tried href, adding
the package hyperref, and that hides the link text,
and puts a red frame around each line in the
Contents section for some reason.

I also tried framing the link text with \ url{...}
but that didn't work.

So, how do I display the link text and make it a
link that can be clicked on to get to the pdf?