author | wenzelm |
Tue, 03 Dec 2019 16:40:04 +0100 | |
changeset 71222 | 2bc39c80a95d |
parent 68580 | a3723b11bd60 |
child 73404 | 299f6a8faccc |
permissions | -rw-r--r-- |
13950 | 1 |
\documentclass[11pt,a4paper]{article} |
14578 | 2 |
\usepackage{graphicx} |
13950 | 3 |
\usepackage{isabelle,isabellesym} |
14666 | 4 |
\usepackage{amssymb} |
40945 | 5 |
\usepackage{textcomp} |
6 |
\usepackage[utf8]{inputenc} |
|
14666 | 7 |
\usepackage[only,bigsqcap]{stmaryrd} |
68580 | 8 |
\usepackage{amsmath} |
14666 | 9 |
|
10 |
% this should be the last package used |
|
11 |
\usepackage{pdfsetup} |
|
12 |
||
13 |
\urlstyle{rm} |
|
27717
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
14 |
\isabellestyle{tt} |
14706 | 15 |
\pagestyle{myheadings} |
13950 | 16 |
|
17 |
\begin{document} |
|
18 |
||
14706 | 19 |
\title{The Isabelle/HOL Algebra Library} |
27717
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
20 |
\author{Clemens Ballarin (Editor)} |
68580 | 21 |
\date{With contributions by Jesús Aransay, Clemens Ballarin, Martin Baillon, Paulo Emílio de Vilhena, Stephan Hohe, |
40945 | 22 |
Florian Kammüller and Lawrence C Paulson \\ |
27717
21bbd410ba04
Generalised polynomial lemmas from cring to ring.
ballarin
parents:
20318
diff
changeset
|
23 |
\today} |
13950 | 24 |
\maketitle |
25 |
||
26 |
\tableofcontents |
|
27 |
||
14578 | 28 |
\begin{center} |
29 |
\includegraphics[scale=0.5]{session_graph} |
|
30 |
\end{center} |
|
31 |
||
32 |
\clearpage |
|
33 |
||
13950 | 34 |
\parindent 0pt\parskip 0.5ex |
35 |
\input{session} |
|
36 |
||
14706 | 37 |
\pagestyle{headings} |
38 |
\bibliographystyle{abbrv} |
|
39 |
\bibliography{root} |
|
40 |
||
13950 | 41 |
\end{document} |