lib/texinputs/draft.tex
author boehmes
Tue, 03 Nov 2009 14:51:55 +0100
changeset 33418 1312e8337ce5
parent 29145 b1c6f4563df7
child 40893 7d88ebdce380
permissions -rw-r--r--
added a specific SMT exception captured by smt_tac (prevents the SMT method from failing with an exception), replaced unspecific 'error' invocations with raising of specific SMT exceptions, added annotations to traced SMT problem and solver output

%%
%% root for draft documents
%%

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

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

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

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

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