unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41100: 2 undefined references and missing character (Emacs manual, PDF)
@ 2020-05-05 20:17 Sebastian Urban
  2020-05-08 11:32 ` Eli Zaretskii
  2020-05-08 17:10 ` Glenn Morris
  0 siblings, 2 replies; 9+ messages in thread
From: Sebastian Urban @ 2020-05-05 20:17 UTC (permalink / raw)
  To: 41100

When I was building PDF of Emacs manual (doc/emacs from 3.05.2020),
there were problems with 2 references and missing character.

1. References.

pdfTeX warning (dest): name {\(Hooks\)} has been referenced but does
not exist, replaced by a fixed one

pdfTeX warning (dest): name{VC\040Delete/Rename} has been referenced
but does not exist, replaced by a fixed one

After digging:

For DIRED.TEXI (from build log):
   l.726: Undefined cross reference `VC Delete/Rename-snt'.
   l.726: Undefined cross reference `VC Delete/Rename-snt'.
   l.726: Undefined cross reference `VC Delete/Rename-pg'.
In VC1-XTRA.TEXI (L206-211), this reference is for non-TeX formats,
for TeX there is longer name.

For CUSTOM.TEXI (from build log):
   l.1885: Undefined cross reference `(Hooks)-snt'.
   l.1885: Undefined cross reference `(Hooks)-snt'.
   l.1885: Undefined cross reference `(Hooks)-pg'.
I think I fixed this:

--- old/custom.texi     2020-05-05 21:20:12.301698100 +0200
+++ new/custom.texi     2020-05-05 21:21:05.926993100 +0200
@@ -1882,7 +1882,7 @@

    Since a mode's keymaps are not constructed until it has been loaded,
  you must delay running code which modifies them, e.g., by putting it
-on a @dfn{mode hook} (@pxref{(Hooks)}).  For example, Texinfo mode
+on a @dfn{mode hook} (@pxref{Hooks}).  For example, Texinfo mode
  runs the hook @code{texinfo-mode-hook}.  Here's how you can use the
  hook to add local bindings for @kbd{C-c n} and @kbd{C-c p}, and remove
  the one for @kbd{C-c C-x x} in Texinfo mode:


2. Missing character.

As for missing character, there is a problem with word "Bahá'í" in
CALENDAR.TEXI.  In the log I found:
   Missing character: There is no Ă in font cmr10!
   Missing character: There is no Ą in font cmr10!
   Missing character: There is no Ă in font cmr10!
   Missing character: There is no - in font cmr10!
After changing "Bahá'í" to "Baha'i", so ASCII only, the lines above
disappeared from the log.


S. U.





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-09 10:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 20:17 bug#41100: 2 undefined references and missing character (Emacs manual, PDF) Sebastian Urban
2020-05-08 11:32 ` Eli Zaretskii
2020-05-08 15:07   ` Sebastian Urban
2020-05-08 15:16     ` Eli Zaretskii
2020-05-08 15:31       ` Sebastian Urban
2020-05-09 10:04       ` Sebastian Urban
2020-05-09 10:15         ` Eli Zaretskii
2020-05-08 17:10 ` Glenn Morris
2020-05-08 17:26   ` Sebastian Urban

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).