[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Defining a latex environment in texinfo
From: |
Daniel J Sebald |
Subject: |
Re: Defining a latex environment in texinfo |
Date: |
Wed, 18 Apr 2007 18:08:59 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020 |
makeinfo -I.. -I. -I./.. ./octave.texi
.//preface.texi:66: @include `contributors.texi': No such file or directory.
./octave.texi:567: @include `package.texi': No such file or directory.
.//testfun.texi:8: Prev reference to nonexistent node `Packages' (perhaps
incorrect sectioning?).
.//system.texi:7: Next reference to nonexistent node `Packages' (perhaps
incorrect sectioning?).
./octave.texi:480: Cross reference to nonexistent node `PKG_ADD and PKG_DEL
directives' (perhaps incorrect sectioning?).
./octave.texi:479: Cross reference to nonexistent node `The INDEX file' (perhaps
incorrect sectioning?).
./octave.texi:478: Cross reference to nonexistent node `The DESCRIPTION File'
(perhaps incorrect sectioning?).
./octave.texi:477: Cross reference to nonexistent node `Creating Packages'
(perhaps incorrect sectioning?).
./octave.texi:476: Cross reference to nonexistent node `Administrating Packages'
(perhaps incorrect sectioning?).
./octave.texi:475: Cross reference to nonexistent node `Using Packages' (perhaps
incorrect sectioning?).
./octave.texi:474: Cross reference to nonexistent node `Installing and Removing
Packages' (perhaps incorrect sectioning?).
./octave.texi:159: Menu reference to nonexistent node `Packages' (perhaps
incorrect sectioning?).
makeinfo: Removing output file
`/usr/local/src/octave-cvs/octave/doc/interpreter/octave.info' due to errors;
use --force to preserve.
make[3]: [octave.info] Error 1 (ignored)
TEXINPUTS="..:.:./..:.:~sebald/latex::" \
texi2dvi ./octave.texi
This is e-TeXk, Version 3.14159-2.1 (Web2C 7.4.5)
file:line:error style messages enabled.
entering extended mode
(/usr/local/src/octave-cvs/octave/doc/interpreter/octave.texi
(/usr/local/src/octave-cvs/octave/doc/texinfo.tex
Loading texinfo [version 2004-11-25.16]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, (/usr/share/texmf/tex/generic/misc/epsf.tex)
localization, and turning on texinfo input format.) (./octave.aux)
(/usr/local/src/octave-cvs/octave/doc/conf.texi) [1] [2] (./octave.toc [-1]
[-2] [-3] [-4] [-5] [-6] [-7] [-8]) [-9] [-10] (./preface.texi (Preface)
./preface.texi:66: I can't find file `contributors.texi'.
@temp ->@input contributors.texi
@includezzz ...mp address@hidden #1 address@hidden address@hidden
@popthisfilestack
l.66 @include contributors.texi
Please type another input file name:
[I type CNTRL-C ... a few dozen pages are processed]
/usr/local/src/octave-cvs/octave/doc/interpreter/octave.texi:567: I can't find
file `package.texi'.
@temp ->@input package.texi
@includezzz ...mp address@hidden #1 address@hidden address@hidden
@popthisfilestack
l.567 @include package.texi
Please type another input file name:
[I type CNTRL-C ... nothing happens ... I type return]
Transcript written on octave.log.
/usr/bin/texi2dvi: etex exited with bad status, quitting.
/usr/bin/texi2dvi: see octave.log for errors.
make[3]: [octave.dvi] Error 1 (ignored)
make[2]: *** [install] Interrupt
make[1]: *** [install] Interrupt
make: *** [install] Interrupt