Gnus development mailing list
 help / color / mirror / Atom feed
* "Unknown command: anchor" when make'ing latex under texi
@ 2001-01-05  3:05 Jack Twilley
  2001-01-05  3:30 ` ShengHuo ZHU
  0 siblings, 1 reply; 5+ messages in thread
From: Jack Twilley @ 2001-01-05  3:05 UTC (permalink / raw)


I'm trying to print out a copy of the manual, and this is what I get:

$ make latex
srcdir=./../lisp emacs -batch -q -no-site-file -l ./../lisp/dgnushack.el --eval '(byte-compile-file "./texi2latex.el")'
Wrote /users/jmt/gnus/texi/texi2latex.elc
srcdir=. emacs -batch -q -no-site-file -l ./texi2latex.elc -f latexi-translate
Unknown command: anchor
*** Error code 255

Thoughts?

Jack.
-- 
Jack Twilley
jmt at tbe dot net
http colon slash slash www dot tbe dot net slash tilde jmt slash



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

* Re: "Unknown command: anchor" when make'ing latex under texi
  2001-01-05  3:05 "Unknown command: anchor" when make'ing latex under texi Jack Twilley
@ 2001-01-05  3:30 ` ShengHuo ZHU
  2001-01-05  5:04   ` More problems with 'make latex' (was Re: "Unknown command: anchor" when make'ing latex under texi) Jack Twilley
  0 siblings, 1 reply; 5+ messages in thread
From: ShengHuo ZHU @ 2001-01-05  3:30 UTC (permalink / raw)


Jack Twilley <jmt+usenet@tbe.net> writes:

> I'm trying to print out a copy of the manual, and this is what I get:
> 
> $ make latex
> srcdir=./../lisp emacs -batch -q -no-site-file -l ./../lisp/dgnushack.el --eval '(byte-compile-file "./texi2latex.el")'
> Wrote /users/jmt/gnus/texi/texi2latex.elc
> srcdir=. emacs -batch -q -no-site-file -l ./texi2latex.elc -f latexi-translate
> Unknown command: anchor
> *** Error code 255
> 
> Thoughts?

Fixed.

ShengHuo



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

* More problems with 'make latex' (was Re: "Unknown command: anchor" when make'ing latex under texi)
  2001-01-05  3:30 ` ShengHuo ZHU
@ 2001-01-05  5:04   ` Jack Twilley
  2001-01-05  5:20     ` ShengHuo ZHU
  0 siblings, 1 reply; 5+ messages in thread
From: Jack Twilley @ 2001-01-05  5:04 UTC (permalink / raw)


>>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:

[... anchor problem with 'make latex' ...]

Jack> Thoughts?

ZSH> Fixed.

Wow.  Keen.

Here's the new error, since it didn't get this far before. :-)

! LaTeX Error: File `bembo.sty' not found.

I got this on two different installations of LaTeX (RH 6.2 and FreeBSD
4.2) so I'm pretty sure it's not a LaTeX problem.

Has anyone built a paper copy of the manual in a while?

ZSH> ShengHuo

Jack.
(all this work to kill a few trees)
-- 
Jack Twilley
jmt at tbe dot net
http colon slash slash www dot tbe dot net slash tilde jmt slash



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

* Re: More problems with 'make latex' (was Re: "Unknown command: anchor" when make'ing latex under texi)
  2001-01-05  5:04   ` More problems with 'make latex' (was Re: "Unknown command: anchor" when make'ing latex under texi) Jack Twilley
@ 2001-01-05  5:20     ` ShengHuo ZHU
  2001-01-05  6:05       ` Jack Twilley
  0 siblings, 1 reply; 5+ messages in thread
From: ShengHuo ZHU @ 2001-01-05  5:20 UTC (permalink / raw)


Jack Twilley <jmt+usenet@tbe.net> writes:

> >>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:
> 
> [... anchor problem with 'make latex' ...]
> 
> Jack> Thoughts?
> 
> ZSH> Fixed.
> 
> Wow.  Keen.
> 
> Here's the new error, since it didn't get this far before. :-)
> 
> ! LaTeX Error: File `bembo.sty' not found.
> 
> I got this on two different installations of LaTeX (RH 6.2 and FreeBSD
> 4.2) so I'm pretty sure it's not a LaTeX problem.
> 
> Has anyone built a paper copy of the manual in a while?

It seems that only Lars can build a paper copy of the manual. :-(
Besides bembo.sty, many icons are not in the CVS repository either.

ShengHuo



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

* Re: More problems with 'make latex' (was Re: "Unknown command: anchor" when make'ing latex under texi)
  2001-01-05  5:20     ` ShengHuo ZHU
@ 2001-01-05  6:05       ` Jack Twilley
  0 siblings, 0 replies; 5+ messages in thread
From: Jack Twilley @ 2001-01-05  6:05 UTC (permalink / raw)


>>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:

[... my bembo error elided ...]

Jack> Has anyone built a paper copy of the manual in a while?

ZSH> It seems that only Lars can build a paper copy of the manual. :-(
ZSH> Besides bembo.sty, many icons are not in the CVS repository
ZSH> either.

Hah!  This *proves* that Lars is being manipulated by an environmental
conspiracy devoted to ridding the world of paper manuals.  If only
that tease of an author were to *realize* that the Great Evil One is
abusing the conspiracy, devoted to ridding the world of *all*
documentation, and leaving us in disarray and confusion the likes of
which haven't been seen since ... since ... since ...

Aaaaaah!  It's already arrived!

Save us, LMI, you're our only hope!

ZSH> ShengHuo

Jack.
(must eat less spicy foods before bedtime.  what a *spazz*.)
-- 
Jack Twilley
jmt at tbe dot net
http colon slash slash www dot tbe dot net slash tilde jmt slash



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

end of thread, other threads:[~2001-01-05  6:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-05  3:05 "Unknown command: anchor" when make'ing latex under texi Jack Twilley
2001-01-05  3:30 ` ShengHuo ZHU
2001-01-05  5:04   ` More problems with 'make latex' (was Re: "Unknown command: anchor" when make'ing latex under texi) Jack Twilley
2001-01-05  5:20     ` ShengHuo ZHU
2001-01-05  6:05       ` Jack Twilley

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).