= Templates = === pm === {{{ \documentclass{pm} \usepackage{schoolbook} \begin{document} \end{document} }}} === rapport === {{{ \documentclass{rapport} % options [chapter,final] \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \end{document} }}} === avhandling, doktors- === {{{ \documentclass{avhandling} % options [final,cropmarks] \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \end{document} }}} === lic-avhandling === {{{ \documentclass{lic} % options [final,magnify,pdf] \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \end{document} }}} === tentamen === {{{ \documentclass[final]{tentamen} % [final] only for final version %% [problemsonly] % Gives problems only %% [solutionsonly] % Gives solutions only %% [svenska] % Header in Swedish (default) %% [english] % Header in English \begin{document} \begin{titlepage} \titel{} \datum{} \runninghead{} \subsection{Poängberäkning och betygssättning} Lösningar och svar till alla uppgifter skall vara klart motiverade. Tentamen omfattar totalt 25 poäng. Poängberäkningen finns markerad vid varje uppgift. \begin{betyg} \item[3] lägst 12 poäng \item[4] lägst 17 poäng \item[5] lägst 22 poäng \end{betyg} \subsection{Tillåtna hjälpmedel} \subsection{Tentamensresultat} \end{titlepage} \begin{problemtext} \end{problemtext} \begin{solutiontext} \end{solutiontext} \begin{problems} % Beginning of the problems and solutions part \begin{problem} \end{problem} \begin{solution} \end{solution} \end{problems} % End of the problems and solutions part \end{document} }}} === artikel === {{{ \documentclass[]{artikel} \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \end{document} }}} === brev === {{{ \documentclass[]{brev} % options [brevhuvud] [letterhead] %\date{} % Om inte standarddatum duger %\email{} % E-mail. "@control.lth.se" is added automatically. %\phone{} % Phone number. Default: 222 00 00 %\dokumentnamn{ANSÖKAN} % The document name is printed on top of the page, % above date. %\diarienummer{234} % Diarium number. We usually don't use it but % it's here for completeness' sake. \begin{document} \begin{address} \end{address} \subject{ } % Subject here. \begin{closing} \end{closing} %\cc{} \end{document} }}} === oneslide / fourslides === {{{ \documentclass{oneslide} %option [landscape] %\documentclass{fourslides} %option [landscape] \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \begin{slide} \lefthead{} % heading, left adjusted \centerhead{} % heading, centered \end{slide} \end{document} }}} === Cover for report === {{{ \documentclass[final]{rapport} \usepackage{schoolbook} \begin{document} \begin{titlepage} \def\docnumber#1{\large ISSN 0280--5316\\ ISRN LUTFD2/TFRT-{\hskip0.1em}-#1-{\hskip0.1em}-SE} \def\title{\\[0pt plus 0.3fill]\Huge} \def\author{\\[0pt plus 0.2fill]\Large} \def\bottom{\\[0pt plus 0.5fill]\large} % \begin{flushright} \hrule height 0pt \docnumber{...} % Fill in report number here. \title Evaluation of Control Systems\\ % The title, if on one row only for Important Applications % remove the first. \author Olle Teknolog\\ % Authors. If only one author Nisse Exjobb % remove the first line. \bottom Department of Automatic Control\\ Lund Institute of Technology\\ November 1992 \end {flushright} \end{titlepage} \end{document} }}} <> === Licentiate Thesis with Title Pages === {{{ \documentclass{lic} % options [final,pdf] \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \begin{titlepages} \title{A Very Important Contribution} \author{Nisse Nilsson} \year{2011} \month{June} \TFRT{1234} \dedication{To Emma} \end{titlepages} \tableofcontents \chapter{Introduction} In this thesis I will explain everything \end{document} }}} === Cover for Licentiate Thesis === {{{ \documentclass[pdf]{lic} \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \begin{cover} \title{A Very Important Contribution} \author{Nisse Nilsson} \year{2011} \TFRT{5123} \end{cover} \end{document} }}}