blob: 9027eabbd40377282805a7a9e59fac0c35c812e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
% Style file for Simon's documents
\batchmode
\sloppy
%****************************************************************
%* *
%* Page and paragraph format *
%* *
%****************************************************************
% Margins and page layout
\input{a4wide.sty}
%\setlength{\topmargin}{-1cm}
%\setlength{\oddsidemargin}{-0.5cm}
%\setlength{\evensidemargin}{-0.5cm}
%\setlength{\headheight}{0cm}
%\setlength{\headsep}{0cm}
%\setlength{\textwidth}{17cm}
%\setlength{\textheight}{23.5cm}
\setlength{\marginparwidth}{1.5cm}
% Block paragraphs
\setlength{\parskip}{0.25cm}
\setlength{\parsep}{0.25cm}
\setlength{\topsep}{0cm} % Reduces space before and after verbatim,
% which is implemented using trivlist
\setlength{\parindent}{0cm}
\renewcommand{\textfraction}{0.2}
\renewcommand{\floatpagefraction}{0.7}
\input{useful.sty}
|