[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#227301: Package count1to conflict with package hyperref



On Tue, 13 Jan 2004, +23:44:42 EET (UTC +0200),
Hilmar Preusse <hille42@web.de> pressed some keys:

> On 13.01.04 Juhapekka Tolvanen (juhtolv@cc.jyu.fi) wrote:

> > Anyway, now I use package totpages and it just
> > works. I use it like this:
> > 
> >  \ref{TotPages} sivua.
> > 
> > If you want to test count1to, that distorted picture of LaTeX-package,
> > you need to change that place according to it.
   ***********************************************

Change that line to:

\ref{TotalPages} sivua.

> at the end I get "LaTeX Warning: There were undefined references."

Can you use bibtex at all? For example, if document is in file doc.tex
and bibtex-database is in file biblio.bib , you need to do like this:

latex doc.tex
bibtex biblio
latex doc.tex
latex doc.tex

Latex will tell you, if you need to run it one more time.

> Your example doesn't even use count1to.
> I can only repeat: If you want us to proceed dealing with that bug,
> please provide a minimal example, which shows up that bug.

You also need to change this line...:

\usepackage{totpages}

 to:

\usepackage{count1to}

... of course! package called hyperref must be enabled, too:

\usepackage[a4paper,dvips]{hyperref}


-- 
Juhapekka "naula" Tolvanen * http colon slash slash iki dot fi slash juhtolv
"Kun katsoo suuren tyhjyyden ilkkuvaan ilvehahmoon, ponnistaa tahtonsa ja
repii viimein reiän varjoihin: Hämärillä teillä tyttö, tähtisilmä,
kultakutri, taivaallisen puhemiehen tarjoama mielitietty!"               CMX



Reply to: