Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Hyperref package error - \Hy@setref@link

4,864 views
Skip to first unread message

Jay

unread,
Dec 7, 2007, 2:32:07 AM12/7/07
to
Dear TeXies:

While compiling my thesis paper with kapmono.cls, I am getting mention
below error when I am using hyperref.sty:

=====================================================
!!! File OT1pcr.fd loading Adobe Courier
) ("C:\Program Files\MiKTeX 2.5\tex\latex\amsfonts\amsfonts.sty")
("C:\Program Files\MiKTeX 2.5\tex\latex\base\makeidx.sty")
Writing index file book.idx
("C:\Program Files\MiKTeX 2.5\tex\latex\hyperref\hyperref.sty"
("C:\Program Files\MiKTeX 2.5\tex\latex\graphics\keyval.sty")
("C:\Program Files\MiKTeX 2.5\tex\latex\oberdiek\hycolor.sty")
("C:\Program Files\MiKTeX 2.5\tex\latex\hyperref\pd1enc.def")
("C:\Program Files\MiKTeX 2.5\tex\generic\oberdiek\etexcmds.sty"
("C:\Program Files\MiKTeX 2.5\tex\generic\oberdiek\infwarerr.sty"))
("C:\Program Files\MiKTeX 2.5\tex\latex\00miktex\hyperref.cfg")
("C:\Program Files\MiKTeX 2.5\tex\latex\oberdiek\kvoptions.sty")
Implicit mode ON; LaTeX internals redefined
("C:\Program Files\MiKTeX 2.5\tex\latex\ltxmisc\url.sty"))
*hyperref using default driver hdvips*
("C:\Program Files\MiKTeX 2.5\tex\latex\hyperref\hdvips.def"
("C:\Program Files\MiKTeX 2.5\tex\latex\hyperref\pdfmark.def"))
(book.aux (book.aux))
("C:\Program Files\MiKTeX 2.5\tex\latex\hyperref\nameref.sty"
("C:\Program Files\MiKTeX 2.5\tex\latex\oberdiek\refcount.sty"))
(book.out) (book.out)

LaTeX Warning: Citation `conf' undefined on input line 52.

LaTeX Warning: Citation `nemeth-mon' undefined on input line 53.

LaTeX Warning: Citation `nemeth-moncom' undefined on input line 54.

LaTeX Warning: Citation `nemeth-gmon' undefined on input line 55.

LaTeX Warning: Citation `nemeth-homeom' undefined on input line 56.

LaTeX Warning: Citation `nemeth-var' undefined on input line 57.

(chapte1.tex
Chapter 1.
("C:\Program Files\MiKTeX 2.5\tex\latex\amsfonts\umsa.fd")
("C:\Program Files\MiKTeX 2.5\tex\latex\amsfonts\umsb.fd")
Runaway argument?
{\@firstoffive }\fi .
! Paragraph ended before \Hy@setref@link was complete.
<to be read again>
\par
l.19

=====================================================

Tex file as follow:

*****************************************************************
\documentclass{kapmono}

\usepackage{T1enc}
\usepackage{monops}
\usepackage[mtbold,noTS1]{m-times}
\usepackage{subfigure}
\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{makeidx}
\usepackage{multicol}
\usepackage{epsf}
\usepackage{verbatim}
\usepackage[active]{srcltx}

\makeindex
\newcommand{\im}{\mbox{\rm im}}

\newenvironment{proof}{{\bf Proof.}}{}
\newtheorem{remark}{Remark}[chapter]
\newtheorem{proposition}{Proposition}[chapter]
\makeindex
\kluwerbib
\chaptersection

\usepackage{hyperref}

\begin{document}

\chapter{Chapter Title}
\chaptitlerunninghead{1. Chapter Title}

\section{Section Head}\label{skt}

\noindent The behaviour of the scalar product $\langle f(x)-f(y),\,x-y
\rangle$
(with $f:\,\mathbb{R}^n\to\mathbb{R}^n$ and $\langle\,.\,,\,.\,\rangle
$ the
usual scalar product in $\mathbb{R}^n$) when $x$ and $y$ run over
$\mathbb{R}^n$ is a good tool in characterizing important properties
of $f$. If
$f$ is bounded, then this product converges to $0$ for $x\to y$.
Therefore it
cannot be used in obtaining a local characterization. Hence it is
natural to
consider at $y$ limits of the expressions of the form
$\langle f(x)-f(y),\,x-y\rangle/\langle x-y,\,x-y\rangle$ for $x\to y
$. Thus we
arrive naturally at a notion that we call the scalar derivative
\index{scalar derivatives}. It is in
general a multivalued mapping\index{mappings!set-valued} from $
\mathbb{R}^n$ to $\mathbb{R}$ even if $f$ is linear\index{mappings!
linear}.

See section~\ref{skt}.

\end{document}

******************************************************************

Kindly suggest how to eradicate such error. Thanking you with
anticipation for your earliest and favorable reply.

...Jay

Heiko Oberdiek

unread,
Dec 7, 2007, 3:05:34 AM12/7/07
to
Jay <coolj...@gmail.com> wrote:

> ! Paragraph ended before \Hy@setref@link was complete.

> Tex file as follow:

Make a *minimal* example.

> \documentclass{kapmono}

And try to use standard classes and packages if possible.

Yours sincerely
Heiko <ober...@uni-freiburg.de>

Jay

unread,
Dec 8, 2007, 2:27:25 AM12/8/07
to
On Dec 7, 1:05 pm, Heiko Oberdiek <oberd...@uni-freiburg.de> wrote:

> Jay <cooljay2...@gmail.com> wrote:
> > ! Paragraph ended before \Hy@setref@link was complete.
> > Tex file as follow:
>
> Make a *minimal* example.
>
> > \documentclass{kapmono}
>
> And try to use standard classes and packages if possible.
>
> Yours sincerely
> Heiko <oberd...@uni-freiburg.de>

Thanks for your suggestion. Now it is working fine.

...Jay

Heiko Oberdiek

unread,
Dec 8, 2007, 4:58:12 AM12/8/07
to
Jay <coolj...@gmail.com> wrote:

What was the cause of the problem?
(And I meant using standard classes/packages for the
minimal example to ease the analysis of the problem.)

Yours sincerely
Heiko <ober...@uni-freiburg.de>

Jay

unread,
Dec 9, 2007, 11:25:17 PM12/9/07
to
>
> What was the cause of the problem?
> (And I meant using standard classes/packages for the
> minimal example to ease the analysis of the problem.)
>
> Yours sincerely
> Heiko <oberd...@uni-freiburg.de>

Actually \label and \ref was redefined in said cls file that is why I
was unable to get the desired output. I have commented those redefined
macros and got the output.

...Jay

0 new messages