src/HOL/IMP/document/root.tex
author wenzelm
Sun, 17 Mar 2013 22:02:06 +0100
changeset 51450 a8e3a72b348c
parent 50043 e8af18896060
child 54930 f2ec28292479
permissions -rw-r--r--
re-init last window without flipping its visible/disposed state, to avoid odd focus inversion problems;

\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}