help-texinfo
[Top][All Lists]
Advanced

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

Re: [help-texinfo] Re: rms-essays


From: Eli Zaretskii
Subject: Re: [help-texinfo] Re: rms-essays
Date: Thu, 16 Jun 2005 21:41:07 +0200

> From: Sean C Sieger <address@hidden>
> Date: Thu, 16 Jun 2005 01:34:20 -0400
> 
> Did...
> 
> makeinfo rms-essays.texi
> 
> and got...
> 
> /home/sean/rms-essays//editorsnote.texi:130: Unknown command 
> `unnumberedfootnote'.
> /home/sean/rms-essays//editorsnote.texi:130: Misplaced {.
> /home/sean/rms-essays//editorsnote.texi:137: Misplaced }.

These happen because the command `unnumberedfootnote' was defined for
TeX, but not for other forms of output.  The easiest way to work
around this is to add these 3 lines

@ifnottex
@alias unnumberedfootnote = footnote
@end ifnottex

to the beginning of rms-essays.texi.

> /home/sean/rms-essays//software_note.texi:26: warning: @image file 
> `images/code.txt' (for text) unreadable: No such file or directory.

To fix these, add the missing *.txt files.  If you don't care about
the images, an empty file will do.

> /home/sean/rms-essays//topic_guide.texi:21: Unknown command `sp1'.

Add this

@ifnottex
@macro sp1
@sp 1
@end macro
@end ifnottex

to the beginning of rms-essays.texi.

> /home/sean/rms-essays//fs_for_freedom.texi:40: Misplaced }.
> /home/sean/rms-essays//fs_for_freedom.texi:52: Misplaced {.

These happen only in fs_for_freedom.texi because it uses invalid
syntax:

   @heading{Comparing the Two Terms}

But @heading should not use braces.  Solution: remove the braces.




reply via email to

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