Hi, I am trying to use hyperref. For some reason, if I use \usepackage[hypertex]{hyperref}, things are underlined. (this doesn't happen if I use \usepackage[hypertex]{hyperref} and compile using dvi pdf, but the link doesn't work...)
Please see example below.
Ignacio
Here is an example:
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage[longnamesfirst,nonamebreak]{natbib}
\usepackage[hypertex]{hyperref}
\hypersetup{ pdftitle =
The title of my PDF,
pdfauthor =
My name,
pdfsubject=
The subject,
pdfkeywords =
keyword1 keyword2 keyword3}
\hypersetup{
colorlinks = true,
linkcolor = red,
anchorcolor = red,
citecolor = black,
filecolor = red,
pagecolor = red,
urlcolor = red
}
\begin{document}
\ref{equat}
\begin{equation}
4+2=6
\label{equat}
\end{equation}
\end{document}
Text Formatting ⇒ hyperref - problem with format
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
hyperref - problem with format
Read Section 1 (Introduction, p. 1ff) of the hyperref manual to learn what the »hypertex« option is for. Compile via PS to PDF and see what happens. Consider to drop this option.
Thorsten
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10