emacs-devel
[Top][All Lists]
Advanced

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

Re: texi2dvi --pdf emacs-lisp-intro.texi


From: Glenn Morris
Subject: Re: texi2dvi --pdf emacs-lisp-intro.texi
Date: Tue, 27 Oct 2009 14:35:32 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Robert J. Chassell wrote:

> I use texinfo version 4.13, a year later than that included in the
> Emacs sources and it still fails.

This seems to be caused by lines 33-34 of emacs-lisp-intro.texi:

  \global\let\urlcolor=\Black % don't print links in grayscale
  \global\let\linkcolor=\Black

I suggest just removing these lines, and updating misc/texinfo.tex in
Emacs. In the 2009-08-14.15 version of texinfo.tex, these colours are
defined as:

  % by default, use a color that is dark enough to print on paper as
  % nearly black, but still distinguishable for online viewing.
  \def\urlcolor{\rgbDarkRed}
  \def\linkcolor{\rgbDarkRed}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]