General\hyperref hyperlinks

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
maxhikorski
Posts: 7
Joined: Fri Jan 04, 2019 6:41 pm

\hyperref hyperlinks

Post by maxhikorski »

I have the following code;

\documentclass[12pt]{article}
\usepackage[ansinew]{inputenc}
\usepackage{array}
\usepackage{color}
\usepackage{amsmath,amsthm}

\usepackage{amsxtra}
\usepackage{amstext}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{enumerate}
\usepackage{hyperref}

\begin{document}

To purchase further copies of this pdf, or to purchase the hard copy version, please visit \url{<http://www.further-risps.co.uk>}\\

\begin{center}
Please visit the \href{<https://www.facebook.com/furtherrisps/>}{<Further Risps Facebook Page>} to comment or feed back on the tasks.
\end{center}

\end{document}

When I click on the http://www.further-risps.co.uk url, Adobe Acrobat says it 'does not allow connection to...'.

The second \href link gives me strange punctuation in the pdf and the same 'does not allow...' message.

Any help gratefully received. Best wishes, Jonny

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

\hyperref hyperlinks

Post by Johannes_B »

Why do you have < and > around the url? Remove it.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
maxhikorski
Posts: 7
Joined: Fri Jan 04, 2019 6:41 pm

\hyperref hyperlinks

Post by maxhikorski »

Yes, this looks to be working fine now; many thanks for your help.
Post Reply