From: deal Date: Mon, 19 Apr 1999 08:55:59 +0000 (+0000) Subject: Nicer latex output, including reasonable title page. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489eee73b3fd6958ac339007f20e13ec6e8e69cc;p=dealii-svn.git Nicer latex output, including reasonable title page. git-svn-id: https://svn.dealii.org/trunk@1174 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/auto/latex/header.tex b/deal.II/doc/auto/latex/header.tex index 44f2047c8b..2be0ff1394 100644 --- a/deal.II/doc/auto/latex/header.tex +++ b/deal.II/doc/auto/latex/header.tex @@ -1,5 +1,6 @@ \documentclass{report} \usepackage{a4wide} +\usepackage{graphicx} \usepackage{times} %\def\presentlib{} \usepackage{docxx} @@ -13,13 +14,19 @@ % it for the titlepage \sbox{\cxxHeadName}{} +\vspace*{3cm} + \begin{center} - {\LARGE \texttt{newdeal} Technical Reference} + {\Huge deal.II Technical Reference} + +\vspace*{1cm} + + {\LARGE Documentation for the \textsf{base}, + \textsf{lac} and \textsf{deal.II} libraries} - {\Large Documentation for the \texttt{deal.II}, \texttt{base}, and - \texttt{lac} libraries} +\vspace*{1.5cm} - \today +\includegraphics[width=.8\textwidth]{../../pictures/deal.eps} \end{center}