src/HOL/document/root.tex
author wenzelm
Sun, 15 Dec 2024 21:39:43 +0100
changeset 81599 ca6b2e49424b
parent 73595 aece5cc9efb7
permissions -rw-r--r--
avoid duplicate markup, notably from "CONST c";

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage{graphicx,isabelle,isabellesym,latexsym}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{textcomp}
\usepackage[only,bigsqcap]{stmaryrd}
\usepackage{pdfsetup}

\urlstyle{rm}
\isabellestyle{it}
\pagestyle{myheadings}

\begin{document}

\title{Isabelle/HOL --- Higher-Order Logic}
\maketitle

\tableofcontents

\begin{center}
  \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{session_graph}
\end{center}

\newpage

\renewcommand{\setisabellecontext}[1]{\markright{THEORY~``#1''}}

\parindent 0pt\parskip 0.5ex
\input{Code_Generator.tex}
\input{session}

\pagestyle{headings}
\bibliographystyle{abbrv}
\bibliography{root}

\end{document}