mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-15 08:53:26 -06:00
71 lines
1.4 KiB
TeX
71 lines
1.4 KiB
TeX
\documentclass[11pt,a4paper,headinclude,footinclude,DIV16,normalheadings]{scrreprt}
|
|
\usepackage[automark]{scrpage2}
|
|
\usepackage[ansinew]{inputenc}
|
|
\usepackage{amsmath}
|
|
\usepackage{amsfonts}
|
|
\usepackage{theorem}
|
|
\usepackage{color}
|
|
\usepackage{listings}
|
|
\lstset{language=C++, basicstyle=\ttfamily,
|
|
keywordstyle=\color{black}\bfseries, tabsize=4, stringstyle=\ttfamily,
|
|
commentstyle=\it, extendedchars=true, escapeinside={/*@}{@*/}}
|
|
\usepackage{hyperref}
|
|
\usepackage{psfrag}
|
|
\usepackage{makeidx}
|
|
\usepackage{graphicx}
|
|
\usepackage[htt]{hyphenat}
|
|
\usepackage{color}
|
|
|
|
\DeclareGraphicsExtensions{.eps, .jpg}
|
|
|
|
\newcommand{\Dune}{{\sf\bfseries DUNE}}
|
|
\newcommand{\Dumux}{DuMu$^\text{x}$ }
|
|
|
|
%The theorems
|
|
\theorembodyfont{\upshape}
|
|
\theoremheaderfont{\sffamily\bfseries}
|
|
\newtheorem{exc}{Exercise}[chapter]
|
|
\newtheorem{rem}[exc]{Remark}
|
|
\newtheorem{lst}{Listing}
|
|
\newtheorem{warn}[exc]{Warning}
|
|
|
|
\pagestyle{scrheadings}
|
|
|
|
\title{\Dumux Handbook}
|
|
|
|
\author{}
|
|
|
|
\date{\today}
|
|
|
|
\publishers{%
|
|
\vspace{10mm}
|
|
{\normalsize Lehrstuhl f\"ur Hydromechanik und Hydrosystemmodellierung, \\
|
|
Universit\"at Stuttgart, Paffenwaldring 61, D-70569 Stuttgart, Germany}\\
|
|
%
|
|
\bigskip
|
|
{\normalsize \texttt{\url{http://www.dumux.uni-stuttgart.de}}}\\
|
|
}
|
|
|
|
\makeindex
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
|
|
\end{abstract}
|
|
|
|
\tableofcontents
|
|
|
|
\input{intro}
|
|
\input{getting-started}
|
|
\input{tutorial}
|
|
|
|
\bibliographystyle{plain}
|
|
\bibliography{dumux-handbook}
|
|
|
|
\printindex
|
|
|
|
\end{document}
|