%%%%%%%%%%%%%%%%%%%% %%%%% %%%%% handout.sty %%%%% %%%%% by Bernhard Nickel %%%%% www.bernhardnickel.net %%%%% %%%%% Feel free to distribute and modify %%%%% %%%%%%%%%%%%%%%%%%%% % Package Calls \@input{lettrine.sty} \@input{times.sty} % New Definition of Title \renewcommand\@maketitle{% \newpage \null \let \footnote \thanks \begin{center} \begin{minipage}[b]{0.6\linewidth} \begin{flushleft} {\bf \@title}\\ \@author\\ \@date\\ \end{flushleft} \end{minipage}\hfill \begin{minipage}[b]{0.36\linewidth} \vspace{-10pt} \begin{flushright} \course \end{flushright} \end{minipage} \end{center} \vskip 1em} % In the above re-definition, the reference to the \course command is % used to insert a logo-like element into the title. For a % demonstration, check out my website www.bernhardnickel.net % Redefinition of the Description Environment \renewcommand*\descriptionlabel[1]{\hspace\labelsep \normalfont\sc #1} % New formats for section headings \renewcommand*\section{\@startsection {section}{1}{\z@}% {-1.5ex \@plus -1ex \@minus -.2ex}% {1ex \@plus.2ex}% {\bf}} \renewcommand*\subsection{\@startsection{subsection}{2}{\z@}% {-3.25ex\@plus -1ex \@minus -.2ex}% {1.5ex \@plus .2ex}% {\em}}