author | wenzelm |
Wed, 14 Sep 2016 14:37:38 +0200 | |
changeset 63871 | f745c6e683b7 |
parent 60185 | cc71f01f9fde |
child 68364 | 5c579bb9adb1 |
permissions | -rw-r--r-- |
30440 | 1 |
\documentclass[12pt,a4paper]{article} |
60185
cc71f01f9fde
prefer lmodern, which produces scalable T1 fonts even with Debian-ized TeXLive;
wenzelm
parents:
57940
diff
changeset
|
2 |
\usepackage{lmodern} |
57940
ca3be9612d85
T1 font encoding with searchable underscore (requires proper cm-super fonts);
wenzelm
parents:
57939
diff
changeset
|
3 |
\usepackage[T1]{fontenc} |
30440 | 4 |
|
5 |
\oddsidemargin=4.6mm |
|
6 |
\evensidemargin=4.6mm |
|
7 |
\textwidth=150mm |
|
8 |
\topmargin=4.6mm |
|
9 |
\headheight=0mm |
|
10 |
\headsep=0mm |
|
11 |
\textheight=234mm |
|
12 |
||
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
42511
diff
changeset
|
13 |
\usepackage{isabelle,isabellesym} |
30401 | 14 |
\usepackage{amssymb} |
15 |
\usepackage[only,bigsqcap]{stmaryrd} |
|
30293 | 16 |
|
17 |
% this should be the last package used |
|
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
42511
diff
changeset
|
18 |
\usepackage{pdfsetup} |
30293 | 19 |
|
57939 | 20 |
% urls in roman style, theory text in math-similar italics, with literal underscore |
30293 | 21 |
\urlstyle{rm} |
57939 | 22 |
\isabellestyle{literal} |
30293 | 23 |
|
24 |
% for uniform font size |
|
25 |
\renewcommand{\isastyle}{\isastyleminor} |
|
26 |
||
27 |
\parindent 0pt\parskip 0.5ex |
|
28 |
||
29 |
\usepackage{supertabular} |
|
30 |
||
31 |
\begin{document} |
|
32 |
||
33 |
\title{What's in Main} |
|
30401 | 34 |
\author{Tobias Nipkow} |
30442 | 35 |
\date{\today} |
30293 | 36 |
\maketitle |
37 |
||
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
42511
diff
changeset
|
38 |
\input{Main_Doc.tex} |
30293 | 39 |
|
40 |
\end{document} |