src/HOL/Examples/document/root.tex
author wenzelm
Wed, 19 May 2021 11:54:58 +0200
changeset 73740 c46ff0efa1ce
parent 73404 299f6a8faccc
child 74889 7dbac7d3cdab
permissions -rw-r--r--
more direct use of latex tools: avoid diversion into "isabelle latex -o pdf" and its confusion of ISABELLE_PDFLATEX vs. ISABELLE_LUALATEX; clarified ISABELLE_MAKEINDEX options;

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[only,bigsqcap]{stmaryrd}
\usepackage{ifthen,proof,amssymb,isabelle,isabellesym}

\isabellestyle{literal}
\usepackage{pdfsetup}\urlstyle{rm}


\hyphenation{Isabelle}

\begin{document}

\title{Notable Examples in Isabelle/HOL}
\maketitle

\tableofcontents

\parindent 0pt \parskip 0.5ex

\input{session}

\bibliographystyle{abbrv}
\bibliography{root}

\end{document}