From 0334c43102e38fa770b58ad5830dc6f8411d9642 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Tue, 23 Jun 2015 17:09:50 +0000 Subject: Initial commit --- kiss.cls | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 kiss.cls (limited to 'kiss.cls') diff --git a/kiss.cls b/kiss.cls new file mode 100644 index 0000000..1703c4d --- /dev/null +++ b/kiss.cls @@ -0,0 +1,22 @@ +%% +%% 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} -- cgit v1.2.3-70-g09d2