| author | wenzelm |
| Tue, 16 Feb 2010 20:42:44 +0100 | |
| changeset 35155 | 3011b2149089 |
| parent 27717 | 21bbd410ba04 |
| child 35849 | b5522b51cb1e |
| permissions | -rw-r--r-- |
| 14706 | 1 |
% $Id$ |
| 13950 | 2 |
|
3 |
\documentclass[11pt,a4paper]{article}
|
|
| 14578 | 4 |
\usepackage{graphicx}
|
| 13950 | 5 |
\usepackage{isabelle,isabellesym}
|
| 14666 | 6 |
\usepackage{amssymb}
|
7 |
\usepackage[latin1]{inputenc}
|
|
8 |
\usepackage[only,bigsqcap]{stmaryrd}
|
|
|
27717
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
9 |
%\usepackage{amsmath}
|
| 14666 | 10 |
|
11 |
% this should be the last package used |
|
12 |
\usepackage{pdfsetup}
|
|
13 |
||
14 |
\urlstyle{rm}
|
|
|
27717
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
15 |
\isabellestyle{tt}
|
| 14706 | 16 |
\pagestyle{myheadings}
|
| 13950 | 17 |
|
18 |
\begin{document}
|
|
19 |
||
| 14706 | 20 |
\title{The Isabelle/HOL Algebra Library}
|
|
27717
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
21 |
\author{Clemens Ballarin (Editor)}
|
|
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
22 |
\date{With contributions by Jesús Aransay, Clemens Ballarin, Stephan Hohe,
|
|
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
23 |
Florian Kammüller and Lawrence C Paulson \\ |
|
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
24 |
\today} |
| 13950 | 25 |
\maketitle |
26 |
||
27 |
\tableofcontents |
|
28 |
||
| 14578 | 29 |
\begin{center}
|
30 |
\includegraphics[scale=0.5]{session_graph}
|
|
31 |
\end{center}
|
|
32 |
||
33 |
\clearpage |
|
34 |
||
|
27717
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
35 |
%\renewcommand{\isamarkupheader}[1]%
|
|
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
36 |
%{\section{\isabellecontext: #1}\markright{THEORY~``\isabellecontext''}}
|
| 14706 | 37 |
|
| 13950 | 38 |
\parindent 0pt\parskip 0.5ex |
39 |
\input{session}
|
|
40 |
||
| 14706 | 41 |
\pagestyle{headings}
|
42 |
\bibliographystyle{abbrv}
|
|
43 |
\bibliography{root}
|
|
44 |
||
| 13950 | 45 |
\end{document}
|