lib/texinputs/draft.tex
author wenzelm
Wed, 08 Jun 2011 17:11:00 +0200
changeset 43280 e5dd0ae1b054
parent 40893 7d88ebdce380
child 58870 e2c0d8ef29cb
permissions -rw-r--r--
support fresh build of jars; prefer pushd/popd, to avoid unclarity about fail/exit within sub-shell;

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