aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-04 17:44:31 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-04 17:44:31 +0000
commitd3ec46dd9a15a12b6456c70b9e92ab0a780adacf (patch)
tree6513e038eb33e8b13e667007c6602c13203ce34d /src
parent0ad09054cee5b6f2bd578e464f1e53d2389a798d (diff)
downloadopen-axiom-d3ec46dd9a15a12b6456c70b9e92ab0a780adacf.tar.gz
Diffstat (limited to 'src')
-rw-r--r--src/interp/newfort.boot (renamed from src/interp/newfort.boot.pamphlet)22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/interp/newfort.boot.pamphlet b/src/interp/newfort.boot
index dea2a580..1ab40abe 100644
--- a/src/interp/newfort.boot.pamphlet
+++ b/src/interp/newfort.boot
@@ -1,16 +1,3 @@
-\documentclass{article}
-\usepackage{axiom}
-\begin{document}
-\title{\$SPAD/src/interp newfort.boot}
-\author{The Axiom Team}
-\maketitle
-\begin{abstract}
-\end{abstract}
-\eject
-\tableofcontents
-\eject
-\section{License}
-<<license>>=
-- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-- All rights reserved.
--
@@ -42,9 +29,6 @@
-- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-@
-<<*>>=
-<<license>>
import '"macros"
)package "BOOT"
@@ -962,9 +946,3 @@ segment2(e,topSize) ==
newVar := newFortranTempVar()
[newVar,['"=",newVar,newE],:exprs]
-@
-\eject
-\begin{thebibliography}{99}
-\bibitem{1} nothing
-\end{thebibliography}
-\end{document}