src/HOL/IMP/document/root.tex
author wenzelm
Sat, 12 Jan 2013 14:56:57 +0100
changeset 50844 b95ff3744815
parent 50043 e8af18896060
child 54930 f2ec28292479
permissions -rw-r--r--
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;

\documentclass[11pt,a4paper]{article}
\usepackage{isabelle,isabellesym}
\usepackage{latexsym}
% this should be the last package used
\usepackage{pdfsetup}

% snip
\newcommand{\repeatisanl}[1]{\ifnum#1=0\else\isanewline\repeatisanl{\numexpr#1-1}\fi}
\newcommand{\snip}[4]{\repeatisanl#2#4\repeatisanl#3}

\urlstyle{rm}
\isabellestyle{it}

\renewcommand{\isacharunderscore}{\_}
\renewcommand{\isacharunderscorekeyword}{\_}

% for uniform font size
\renewcommand{\isastyle}{\isastyleminor}

\begin{document}

\title{Concrete Semantics}
\author{TN \& GK}
\maketitle

\setcounter{tocdepth}{2}
\tableofcontents
\newpage

% generated text of all theories
\input{session}

\nocite{Nipkow}

\bibliographystyle{abbrv}
\bibliography{root}

\end{document}