axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] build-improvement and latex 2


From: Waldek Hebisch
Subject: [Axiom-developer] build-improvement and latex 2
Date: Sun, 22 Oct 2006 20:45:31 +0200 (CEST)

I needed the patch below to run latex (make dvi) on build-improvements.
This patch does NOT correct the following problems:
1) mangled latex file
     - src/doc/Rosetta.pamphlet
2) unescaped underscores
     - src/hyper/parse_aux.pamphlet
     - src/hyper/parse_paste.pamphlet
     - src/hyper/parse_types.pamphlet
     - src/hyper/show_types.pamphlet
     - configure.ac.pamphlet
3) Axiom book is not build at all

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

Corrections:
        * configure.ac.pamphlet: remove '\usepackage{noweb}'
        * Makefile.pamphlet: correct typo '\subusection' ->
        '\subsubsection'
        * src/Makefile.pamphlet: remove bogus patch from '\usepackage'
        line
        * src/hyper/Makefile.pamphlet (hypertex_sources): correct suffix
        to 'scrollbar.c'

diff -ru /home/s/test/tt/axiom1/build-improvements/configure.ac.pamphlet 
build-improvements.nn/configure.ac.pamphlet
--- /home/s/test/tt/axiom1/build-improvements/configure.ac.pamphlet     
2006-10-12 23:34:47.000000000 +0200
+++ build-improvements.nn/configure.ac.pamphlet 2006-10-22 18:16:31.000000000 
+0200
@@ -5,7 +5,6 @@
 \usepackage[T1]{fontenc}
 \usepackage{fancyvrb}
 \usepackage{pslatex}
-\usepackage{noweb}
 \usepackage{url}
 
 \newcommand{\file}[1]{\textsf{#1}}
diff -ru /home/s/test/tt/axiom1/build-improvements/src/Makefile.pamphlet 
build-improvements.nn/src/Makefile.pamphlet
--- /home/s/test/tt/axiom1/build-improvements/src/Makefile.pamphlet     
2006-10-16 19:30:33.000000000 +0200
+++ build-improvements.nn/src/Makefile.pamphlet 2006-10-22 18:16:49.000000000 
+0200
@@ -1,6 +1,6 @@
 %% Oh Emacs, this is a -*- Makefile -*-, so give me tabs.
 \documentclass{article}
-\usepackage{scripts/tex/axiom}
+\usepackage{axiom}
 \begin{document}
 \title{\$SPAD/src Makefile}
 \author{Timothy Daly}
diff -ru /home/s/test/tt/axiom1/build-improvements/src/hyper/Makefile.pamphlet 
build-improvements.nn/src/hyper/Makefile.pamphlet
--- /home/s/test/tt/axiom1/build-improvements/src/hyper/Makefile.pamphlet       
2006-10-12 23:34:42.000000000 +0200
+++ build-improvements.nn/src/hyper/Makefile.pamphlet   2006-10-22 
18:17:19.000000000 +0200
@@ -65,7 +65,7 @@
                extent2.c form_ext.c group.c halloc.c hash.c hterror.c \
                htinp.c hyper.c initx.c input.c item.c keyin.c lex.c \
                macro.c mem.c parse.c parse_aux.c parse_input.c \
-               parse_paste.c parse_types.c ReadBitmap.c scrollbar.o \
+               parse_paste.c parse_types.c ReadBitmap.c scrollbar.c \
                show_types.c spadint.c titlebar.c
 
 hypertex_SOURCES = $(hypertex_sources:.c=.pamphlet)
--- /home/s/test/tt/axiom1/build-improvements/Makefile.pamphlet 2006-10-13 
20:00:35.000000000 +0200
+++ build-improvements.nn/Makefile.pamphlet     2006-10-22 18:20:29.000000000 
+0200
@@ -313,7 +313,7 @@
 
 @
 
-\subusection{[[subdir]]}
+\subsubsection{[[subdir]]}
 
 This variable should be defined every Makefile.  It shall contain the
 relative path (ending with a slash) from the toplevel source directory 

-- 
                              Waldek Hebisch
address@hidden 




reply via email to

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