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