General ⇒ \hyperref hyperlinks
-
- Posts: 7
- Joined: Fri Jan 04, 2019 6:41 pm
\hyperref hyperlinks
\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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
\hyperref hyperlinks
-
- Posts: 7
- Joined: Fri Jan 04, 2019 6:41 pm