lib/texinputs/draft.tex
author blanchet
Thu, 01 Sep 2016 12:10:52 +0200
changeset 63731 9f906a2eb0e7
parent 58870 e2c0d8ef29cb
permissions -rw-r--r--
added theory to provide workaround to support nested datatypes in quickcheck (until quickcheck is generalized to support it with new datatypes)

%%
%% root for draft documents
%%

\documentclass[10pt,a4paper]{article}
\usepackage{isabelle,isabellesym,pdfsetup}

%packages for unusual symbols according to 'isabelle latex -o syms'
\usepackage{amssymb}
\usepackage{textcomp}

\pagestyle{myheadings}
\newcommand{\isamarkupfile}[1]%
{{\def\isacharunderscore{\mbox{-}}%
\section*{#1}\markright{FILE~``\isabellecontext''}}}

\begin{document}
\input{session}
\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: