KOMA Template

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

A Template for LATEX KomaScript

Author

1 Template
This document shows a template for LATEX with use in conjuction with Komascript’s
scrartcl.

\documentclass[12pt, DIV=12]{scrartcl} % DIV: inverse margins


\addtokomafont{disposition}{\rmfamily} % make sections serif
\usepackage[T1]{fontenc}
\usepackage{mlmodern} %font family -- tg are also good
\usepackage[british]{babel} % e[set language here]{...}
\usepackage{titling} % droptitle and pre/post___
\usepackage{microtype} % better microtypography (by def.)
\usepackage{natbib}

\newcommand{\shabby}{ % a better \sloppy, shamelessly stolen.


\tolerance 1414
\hbadness 1414
\emergencystretch 1.5em
\hfuzz 0.3pt
\widowpenalty=10000
\vfuzz \hfuzz
}

\title{A Template for \LaTeX{} KomaScript}


\author{Author}
\date{\vspace{-5ex}}

\setlength{\droptitle}{-50pt} %default ‘scrartcl’ is +60, set to whatever


\pretitle{\begin{center}\bfseries\huge}
\posttitle{\end{center}}
\shabby
\frenchspacing

You might also like