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

hyperref and dvips

123 views
Skip to first unread message

Tobias Wahl

unread,
Mar 31, 2001, 8:03:24 AM3/31/01
to

I am using MikTeX under Windows 2000. Creating my dvi file by calling


\usepackage[dvipdfm,hyperindex,backref]{hyperref}

dvips <document>

The resulting ps-file is actually quit good but I get loads of error
messages saying


dvips: Couldn't find figure file pdf:dest; continuing

or

dvips: Couldn't find figure file pdf:bann; continuing

or

dvips: Couldn't find figure file pdf:eann; continuing

Would be nice if I could solve this problem.

Furthermore, when creating the pdf file I have the Bookmarks and all the
backreferences included but some of the Bookmarks point to the wrong page!

It would be great if anybody has an idea to solve these two problems.

Thanks in advance.

Tobias

Enclosed is a list of my document preparation:

\NeedsTeXFormat{LaTeX2e}

\documentclass[a4paper,DIV9,BCOR0cm,pointlessnumbers]{system/koma/scrreprt}
% Document style for Report, Koma-Script

\usepackage{harvard} % Bibliography in Harvard
Style

\usepackage{makeidx} % provides \index{} for
making the Index, Preprocessor needed: makeindex.exe
\makeindex % switches index on

\usepackage{graphicx} % doing graphics
\usepackage{epsfig} % include *.eps figures
(encapsulated post script)

\usepackage{amsmath} % write advanced math
formula
\usepackage{amssymb} % introduces more symbols
\usepackage{exscale} % scales the math font size
if size font changes
\usepackage{system/trfsigns/trfsigns} % enables sign for
transformations

\usepackage{calc} % calculation package for
<Tool>.tex
\usepackage{ifthen} % ifthenelse{}{}{} package
for <Tool>.tex

\usepackage{system/ltxtable/ltxtable} % longtable and tabularx
\usepackage{array} % table formatting :
|>{\Huge}lp{6.7cm}r| => l. Sp. grosse Schrift, Also for Matrices: see "Not
so short introduction to latex"

\usepackage{system/lastpage/lastpage} % enables 1 of <lastpage> -
entry in footnote
\usepackage{system/koma/scrpage} % Koma's scrpage.sty package

\usepackage[bf]{system/caption/caption2} % makes FIGURE and TABLE in
caption in bold font

\usepackage{system/lineno/lineno} % provided line numbering
pakcage with commands \linenumbers
\nolinenumbers % switches line numbering
off


\usepackage{xspace} % gentle space determination
after text inserted by self-written commands, for LayoutTool.tex
\usepackage{verbatim} % introduces
\verbatiminput{<file>}
\usepackage[english]{babel} % provides multiple-lenguage
support (\selectlenguage), useful for isodate
\usepackage[english]{system/isodate/isodate} % provides command \today
for titlepage
\usepackage{varioref} % provides ...Figure
\vref{label}... = ...Figure 2.1 on the next page... accessable through
\fullRef{label}
\usepackage[squaren]{system/SIunits/SIunits} % provides methods for
proper implementation and use of units

\usepackage[dvipdfm,hyperindex,backref]{hyperref} % this
line should implement sectioning in the pdf file

Todd deGruyl

unread,
Mar 31, 2001, 10:06:19 AM3/31/01
to
> \usepackage[dvipdfm,hyperindex,backref]{hyperref}
>
> dvips <document>

How does it work with dvipdfm?

Heiko Oberdiek

unread,
Mar 31, 2001, 2:56:13 PM3/31/01
to
"Tobias Wahl" <enx...@nottingham.ac.uk> wrote:

>\usepackage[dvipdfm,hyperindex,backref]{hyperref}
^^^^^^^
>dvips <document>
^^^^^

You have said hyperref, you will use dvipdfm, but you use
dvips instead. hyperref has no chance to know that.

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

>\documentclass[a4paper,DIV9,BCOR0cm,pointlessnumbers]{system/koma/scrreprt}
^^^^^^^^^^^^
pathnames for standard files?

>\usepackage{graphicx} % doing graphics
>\usepackage{epsfig} % include *.eps figures

avoid the outdated epsfig, .eps files can already be included
by graphicx: \includegraphics{epsfile}
See grfguide and
CTAN:info/epslatex.{ps,pdf}

>\usepackage{system/lastpage/lastpage} % enables 1 of <lastpage> -

^^^^^^^^^^^^^^^^
avoid pathnames (you will get a lot of LaTeX warnings).

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

Tobias Wahl

unread,
Apr 3, 2001, 4:55:23 AM4/3/01
to

> > \usepackage[dvipdfm,hyperindex,backref]{hyperref}

>
> How does it work with dvipdfm?


I compile in that order: - latex
- bibtex and makeindex if needed
- dvips (with messages as above but
with proper ps-output)
- dvipdfm (proper pdf output)


Heiko Oberdiek

unread,
Apr 3, 2001, 12:40:28 PM4/3/01
to
"Tobias Wahl" <enx...@nottingham.ac.uk> wrote:

You plant one tree and
harvest in that order: - apples
- pears
- cherries
Sorry, but I assume that you need three trees for that.

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

0 new messages