diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-06-23 17:14:51 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-06-23 17:14:51 +0000 |
commit | 121c2ba1a367a87700316d2b4f69318352c75fa2 (patch) | |
tree | a37c946462817270b8badb9c22da58b564f59ef6 /kiss.cls | |
parent | 276335e73036c8f7550278a955e84271c400f724 (diff) |
Update to version 0.1v0.1
More detailed comparison with [Wilson, 1975].
Proof of the uniqueness of the non-trivial fixed point.
Reformatting, relabeling.
Diffstat (limited to 'kiss.cls')
-rw-r--r-- | kiss.cls | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -20,3 +20,23 @@ %% something is wrong with \thepage, redefine it \gdef\thepage{\the\c@page} + +%% default offsets: 1in, correct with \hoffset and \voffset +\hoffset=-50pt +\voffset=-72pt +%% horizontal margins +%\oddsidemargin=31pt +%\evensidemargin=31pt +%% vertical margin +%\topmargin=20pt +%% body size +\textwidth=460pt +\textheight=704pt +%% header size and margin +%\headheight=12pt +%\headsep=25pt +%% footer size +%\footskip=30pt +%% margin size and margin +\marginparwidth=35pt +%\marginparsep=10pt |