Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <ian.jauslin@roma1.infn.it>2015-07-31 05:39:00 +0000
committerIan Jauslin <ian.jauslin@roma1.infn.it>2015-07-31 05:39:00 +0000
commit2157a78b72b0de503cda8ce915df57dfc2e74b53 (patch)
tree8f0d6f5b5ce76805e47effaa45c40f1fa0ef6102 /kiss.cls
As presented at ICMP 2015 on 2015-07-30HEADv1.0master
Diffstat (limited to 'kiss.cls')
-rw-r--r--kiss.cls42
1 files changed, 42 insertions, 0 deletions
diff --git a/kiss.cls b/kiss.cls
new file mode 100644
index 0000000..dc1bdbc
--- /dev/null
+++ b/kiss.cls
@@ -0,0 +1,42 @@
+%%
+%% Barebones class declaration
+%%
+
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+\ProvidesClass{kiss}
+
+\setlength\paperheight {297mm}
+\setlength\paperwidth {210mm}
+
+%% fonts
+\input{size11.clo}
+\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm}
+\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
+\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
+\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
+\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
+\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
+\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
+
+%% something is wrong with \thepage, redefine it
+\gdef\thepage{\the\c@page}
+
+%% default offsets: 1in, correct with \hoffset and \voffset
+%\hoffset=0pt
+%\voffset=0pt
+%% horizontal margins
+%\oddsidemargin=31pt
+%\evensidemargin=31pt
+%% vertical margin
+%\topmargin=20pt
+%% body size
+%\textwidth=390pt
+%\textheight=592pt
+%% header size and margin
+%\headheight=12pt
+%\headsep=25pt
+%% footer size
+%\footskip=30pt
+%% margin size and margin
+%\marginparwidth=35pt
+%\marginparsep=10pt