axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] axiom book


From: Ralf Hemmecke
Subject: [Axiom-developer] axiom book
Date: Wed, 22 Jun 2005 12:02:14 +0200
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

For those who read the axiom book via

xdvi $AXIOM/mnt/linux/doc/book.dvi

... You might want to add the hyperref package at the beginning of
axiom--main--1--patch-40/src/doc/book.pamphlet and remake the book via

cd $AXIOM;
make book

%-- book.pamphlet --
\documentclass{book}
%\usepackage{axiom}
\usepackage{graphicx}
\usepackage{hyperref} %<-- this line
.... (rest of the file)
%-- end book.pamplet

Unfortunately, there are not too many places where this is helpful, but at least one gets hyperlinks from the table of contents to the corresponding section.



To the developers...
It is confusing why in there is code in

axiom--main--1--patch-40/src/doc/Makefile.pamphlet

to make book.dvi and also in

axiom--main--1--patch-40/Makefile.pamphlet

where the latter does not take the commands from src/doc/Makefile.pamphlet into account.

I even suspect that the commands in src/doc/Makefile.pamphlet are never used. They probably don't work anyway in the directory seemingly src/doc, because the variable SRC is not set.

Ralf





reply via email to

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