From 383ef4949361c1107bd2c18f33ef8f280ccdc7a6 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Mon, 26 Oct 2015 01:07:55 +0000 Subject: Initial Commit --- kiss.cls | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 kiss.cls (limited to 'kiss.cls') diff --git a/kiss.cls b/kiss.cls new file mode 100644 index 0000000..9af0cfa --- /dev/null +++ b/kiss.cls @@ -0,0 +1,50 @@ +%% +%% 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} + +%% array lines +\setlength\arraycolsep{5\p@} +\setlength\arrayrulewidth{.4\p@} + + +%\hoffset=1in +\hoffset=-50pt +%\voffset=1in +\voffset=-72pt +%% horizontal margins +%\oddsidemargin=31pt +%\evensidemargin=31pt +%% vertical margin +%\topmargin=20pt +%% body size +%\textwidth=390pt +\textwidth=460pt +%\textheight=592pt +\textheight=704pt +%% header size and margin +%\headheight=12pt +%\headsep=25pt +%% footer size +%\footskip=30pt +%% margin size and margin +%\marginparwidth=35pt +%\marginparsep=10pt -- cgit v1.2.3-54-g00ecf