| author | wenzelm |
| Thu, 11 Jun 2020 14:13:04 +0200 | |
| changeset 71933 | aec0f7b58cc6 |
| parent 68364 | 5c579bb9adb1 |
| child 72319 | 76bb6dd505c0 |
| 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 |
|
| 68364 | 5 |
%shortens document but can cause odd page breaks |
6 |
%\oddsidemargin=4.6mm |
|
7 |
%\evensidemargin=4.6mm |
|
8 |
%\textwidth=150mm |
|
9 |
%\topmargin=4.6mm |
|
10 |
%\headheight=0mm |
|
11 |
%\headsep=0mm |
|
12 |
%\textheight=234mm |
|
| 30440 | 13 |
|
|
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
42511
diff
changeset
|
14 |
\usepackage{isabelle,isabellesym}
|
| 30401 | 15 |
\usepackage{amssymb}
|
16 |
\usepackage[only,bigsqcap]{stmaryrd}
|
|
| 30293 | 17 |
|
18 |
% this should be the last package used |
|
|
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
42511
diff
changeset
|
19 |
\usepackage{pdfsetup}
|
| 30293 | 20 |
|
| 57939 | 21 |
% urls in roman style, theory text in math-similar italics, with literal underscore |
| 30293 | 22 |
\urlstyle{rm}
|
| 57939 | 23 |
\isabellestyle{literal}
|
| 30293 | 24 |
|
25 |
% for uniform font size |
|
26 |
\renewcommand{\isastyle}{\isastyleminor}
|
|
27 |
||
28 |
\parindent 0pt\parskip 0.5ex |
|
29 |
||
30 |
\usepackage{supertabular}
|
|
31 |
||
32 |
\begin{document}
|
|
33 |
||
34 |
\title{What's in Main}
|
|
| 30401 | 35 |
\author{Tobias Nipkow}
|
| 30442 | 36 |
\date{\today}
|
| 30293 | 37 |
\maketitle |
38 |
||
|
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
42511
diff
changeset
|
39 |
\input{Main_Doc.tex}
|
| 30293 | 40 |
|
41 |
\end{document}
|