axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] bookvol5 does not compile


From: Ralf Hemmecke
Subject: [Axiom-developer] bookvol5 does not compile
Date: Sun, 02 Jul 2006 15:21:53 +0200
User-agent: Thunderbird 1.5.0.4 (X11/20060516)

Another problem...

axiomFront.ps is missing

Well, it appears under src/doc/ps/axiomFront.ps but could not be found for the compilation of the book.

The reason is that there is on ps directory in the place where bookvol5 is compiled.

The corresponding chunk in src/interp/Makefile.pamphlet is

<<bookvol5.dvi (DOC from IN)>>=
${DOC}/bookvol5.dvi: ${IN}/bookvol5.pamphlet ${DOC}/axiom.sty
        @echo 299 making ${DOC}/bookvol5.dvi from ${IN}/bookvol5.pamphlet
        @(cd ${DOC} ; \
        cp ${IN}/bookvol5.pamphlet ${DOC} ; \
        ${DOCUMENT} ${NOISE} bookvol5 ; \
        rm -f ${DOC}/bookvol5.pamphlet ; \
        rm -f ${DOC}/bookvol5.tex ; \
        rm -f ${DOC}/bookvol5 )
@

and it is missing a dependency on the directory src/doc/ps.

I still have no complete picture of the building process, but maybe a simple solution would be to say

TEXINPUTS=${SRC}/doc:${TEXINPUTS} ${DOCUMENT} ${NOISE} bookvol5 ; \

instead of the line above.

Otherwise copying of the ps directory is necessary, but then one would have to take care that this is not done in some other place.

In any case referring to ${SRC}/doc is not a good thing since that directory lives at the same level as src/interp and I would rather prefer if src/interp does not know about other directories on the same directory level.

Ralf

------------------------

299 making /home/hemmecke/OTHER/Axiom/silver/axiom/mnt/linux/doc/src/interp/bookvol5.dvi from /home/hemmecke/OTHER/Axiom/silver/axiom/src/interp/bookvol5.pamphlet
This is e-TeX, Version 3.14159-2.1 (Web2C 7.4.5)
entering extended mode
(./bookvol5.tex
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, b ahasa, basque, catalan, croatian, czech, danish, dutch, finnish, greek, iceland ic, irish, italian, latin, magyar, norsk, norsk, portuges, romanian, russian, s
lovak, slovene, spanish, swedish, turkish, ukrainian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/book.cls
Document Class: book 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/bk10.clo)) (./axiom.sty)
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/graphics/dvips.def)))
No file bookvol5.aux.

LaTeX Warning: File `ps/axiomFront.ps' not found on input line 15.


! LaTeX Error: File `ps/axiomFront.ps' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.15 \center{\includegraphics{ps/axiomFront.ps}
                                               }
?





reply via email to

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