User Tools

Site Tools


latex_preamble

Latex Preamble

\documentclass[a4paper,12pt]{report}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{german}
\usepackage{graphicx}
\usepackage{times}
\usepackage[colorlinks=true]{hyperref}
\usepackage{html}
 
% avoid widows:
\clubpenalty = 10000
\widowpenalty = 10000
\displaywidowpenalty = 10000
 
% no indent on paragraphs:
\setlength{\parindent}{0pt}
 
\flushbottom % same heigth on all pages
\sloppy      % be sloppy on linebreaks
 
\author{Andreas Gohr}
\title{My Report}
 
\begin{document}
\maketitle
\tableofcontents
 
blah blah blah... \htmladdnormallinkfoot{emph{Sample URL as footnote}}{http://www.splitbrain.org}
 
\end{document}
latex_preamble.txt · Last modified: 2006/12/27 01:57 by 87.7.218.197