Gnus development mailing list
 help / color / mirror / Atom feed
From: Jonas Steverud <tvrud@bredband.net>
Subject: Re: problem with pdf manual
Date: Wed, 25 Aug 2004 16:19:06 +0200	[thread overview]
Message-ID: <m2k6vni9lx.fsf@c-e15372d5.036-4-67626721.cust.bredbandsbolaget.se> (raw)
In-Reply-To: <yuyllg3bokj.fsf@colargol.tihlde.org> (Aasmund Oestvold's message of "Wed, 25 Aug 2004 10:37:48 +0200")

Aasmund Oestvold <asmundo@tihlde.org> writes:

> Hi
>
> First I want to thank you all for making a very good news/mail reader.
>
> When I do "make gnus.pdf" in /texi I get a pdf document with bookmarks
> that all links to the front page.  While I compile I get allot of this
> error messages that I think is realated to the problem:
>
>
> ! pdfTeX warning (dest): name{2} has been referenced but does not
> exist, replaced by a fixed one

What is happening is that (La)TeX is trying to find where the
reference points to but since it haven't processed the entire file
yet, it does not yet know. This information is written to an external
file (named .aux) during the process and when (La)TeX is started it
checks if this file exist and reads the information in it. It is
designed this way. The drawback is that if you modify your LaTeX-file
and moves around the sections this aux-file will be out of date and
the result will contain errors.

What you need to do is to run the program twice (sometimes one needs
to run it more then that if there are references that is hard to
resolve or if the content changes due to e.g. automatic inclusion).

Bottom line: run pdflatex several times until you see no error
messages related to references (errors like "underfull hbox" or
"overfull hbox" can be ignored, the same goes for font substitution).

In case make think there isn't anything to make since the file are up
to date, remove the PDF file but leave the aux, log and toc files intact.


(In case you don't know: pdfTeX/pdfLaTeX is the same as LaTeX and Tex
but produces PDF files instead of DVI files. LaTeX is an extension to
TeX similar to the way modern programming languages are an extension
to assembler programming.)


HTH, ask again if I didn't make sense.

-- 
(        http://hem.bredband.net/steverud/        !     Wei Wu Wei     )
(        Meaning of U2 Lyrics, Roleplaying        !  To Do Without Do  )




      reply	other threads:[~2004-08-25 14:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-25  8:37 Aasmund Oestvold
2004-08-25 14:19 ` Jonas Steverud [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2k6vni9lx.fsf@c-e15372d5.036-4-67626721.cust.bredbandsbolaget.se \
    --to=tvrud@bredband.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).