bug-texinfo
[Top][All Lists]
Advanced

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

Re: Errors running texi2dvi on r5rs.texi from the Guile docs distro


From: Dale P. Smith
Subject: Re: Errors running texi2dvi on r5rs.texi from the Guile docs distro
Date: Sun, 29 Oct 2000 20:37:17 -0500

Neil Jerram wrote:
> OK - the relevant r5rs.texi and texinfo.tex are now available at
> 
> http://www.ossau.uklinux.net/r5rs.texi
> 
> and
> 
> http://www.ossau.uklinux.net/texinfo.tex
> 
> Please let me know if you need anything else, and thanks for looking
> at this problem.

Hmmmm.. Dropping the files into the guile-doc/ref directory and a make
dvi:

TEXINPUTS=.:$TEXINPUTS \
  MAKEINFO='makeinfo -I .' texi2dvi r5rs.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)
(/tmp/t2d5210/src/r5rs.texi (texinfo.tex
Loading texinfo package [Version 1.2]: Basics, fonts, page headings,
tables,
indexing, sectioning, toc printing, environments, defuns, cross
reference,
(/usr/share/texmf/tex/plain/dvips/epsf.tex)
and turning on texinfo input format.) (r5rs.aux) (Summary) [1] [2] [3]
(Introduction) [1] Chapter1 [2] [3] [4]
! Unbalanced parentheses in @def.
@defunargs ...age {Unbalanced parentheses in @def}
                                                  @fi @interlinepenalty
=100...

@deffnheader ...p @defname address@hidden {#3}
                                                  @endgroup @catcode
address@hidden 

@spacesplitfoo ...lax address@hidden #1{#2}{#3#4}
                                                  @fi 
l.605 ...cedure} (vector-ref @var{vector} @var{k})
                                                  
? 

I thought the () wasn't supposed to be there (according to the mail I
was cc'ed)?
The texinfo.tex and r5rs.texi appear to be the same as cvs.  Did you
point me to the wrong files?

I made this change and got it to build.

Index: r5rs.texi
===================================================================
RCS file: /cvs/guile/guile-doc/ref/r5rs.texi,v
retrieving revision 1.1
diff -c -r1.1 r5rs.texi
*** r5rs.texi   1999/12/07 22:42:01     1.1
--- r5rs.texi   2000/10/30 01:33:01
***************
*** 711,717 ****
  
  
  @noindent
! @deffn {procedure} (vector-ref @var{vector} @var{k})
  
  @end deffn
  
--- 711,717 ----
  
  
  @noindent
! @deffn {procedure} vector-ref @var{vector} @var{k}
  
  @end deffn
  
***************
*** 722,731 ****
  
  @noindent
  
! @deffn {procedure} (make-vector @var{k})
  
  
! @deffnx {procedure} (make-vector @var{k} @var{fill})
  
  @end deffn
  
--- 722,731 ----
  
  @noindent
  
! @deffn {procedure} make-vector @var{k}
  
  
! @deffnx {procedure} make-vector @var{k} @var{fill}
  
  @end deffn
  
***************
*** 1611,1617 ****
  
  
  
! @deffn {syntax} (@r{<operator>} @r{<operand1>} @dots{},)
  
  
  A procedure call is written by simply enclosing in parentheses
--- 1611,1617 ----
  
  
  
! @deffn {syntax} @r{<operator>} @r{<operand1>} @dots{},
  
  
  A procedure call is written by simply enclosing in parentheses




But now I'm getting another error in goops.texi. ;^(

-Dale


-- 
Dale P. Smith
Altus Technologies Corp.
address@hidden
400-746-9000 x309



reply via email to

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