1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
|
\documentclass[11pt,twoside,a4paper]{book}
\usepackage{latexsym,amssymb,amsthm,amsmath}
%\usepackage[notcite,notref]{showkeys}
\usepackage[english]{babel}
\usepackage{xspace}
\usepackage{fancyvrb}
\usepackage{newvbtm}
\usepackage{verbdef}
\usepackage{listings} %% better support for source-code listing
\usepackage{url}
\usepackage{path}
% Better processing of multiple indices, unfortunately this package is
% not standard on my machine. (DK) :-|
%\usepackage{makeidx}
\usepackage[makeindex,idxcommands]{splitidx}
\usepackage{comment}
\usepackage{xr}
\usepackage{xr-hyper}
\newif\ifletter
%\lettertrue
\letterfalse
\ifletter
%% Letter Option
\setlength{\topmargin}{1.0cm}
\setlength{\textheight}{22.7cm}
\setlength{\textwidth}{16.4cm}
\setlength{\oddsidemargin}{0cm}
\setlength{\evensidemargin}{0cm}
\setlength{\floatsep}{2mm}
\setlength{\textfloatsep}{2.5mm}
\setlength{\intextsep}{2.5mm}
\else
%% Din A4 Option
\usepackage{a4wide}
\fi
\newlength{\MPwidth}
\setlength{\MPwidth}{0.8\textwidth}
\renewcommand{\textfraction}{0.05}
\renewcommand{\topfraction}{0.95}
\renewcommand{\bottomfraction}{0.95}
\renewcommand{\floatpagefraction}{1}
\usepackage{graphicx}
\DeclareGraphicsExtensions{.jpg,.pdf,.png}
\usepackage{tocbibind}
\usepackage[colorlinks=true,bookmarks=true,linkcolor=blue,plainpages=false]{hyperref}
\graphicspath{{./EPS/}{./Logo/}}
% Settings for the depth of subsub...section numbering
\setcounter{secnumdepth}{3} % Only to \subsubsections!
\setcounter{tocdepth}{2} % Only to \subsections!
\frenchspacing
\sloppy
% Index definitions
\newindex[Index]{idx} % General index
\newindex[List of data types]{ddx}
\newindex[List of symbolic constants]{cdx}
\newindex[List of functions]{fdx}
\newindex[List of macros]{mdx}
\pagestyle{headings}
\input defs.tex
\providecommand{\lstname}{}
\lstset{language=C,caption={[\lstname]},breaklines=true,breakautoindent=true,basicstyle=\footnotesize,breakatwhitespace=true}
\renewcommand{\lstlistlistingname}{Source Code Listings}
\renewcommand{\lstlistingname}{Source Code Listing}
%% For external references to the book. Note: that optional argument
%% ``book'' means, that any references to the ``boot''-part need to be
%% prefixed by ``man:'', like \secref{man:S:introduction} or so.
\externaldocument[man:]{alberta-man}
\includeonly{intro,concept,examples,impl,tools}
\begin{document}
%% title-page
\frontmatter
%\title{\ALBERTA: An adaptive hierarchical finite element toolbox}
\title{Design of Adaptive Finite Element Software:
The Finite Element Toolbox \ALBERTA}
%\author{Alfred Schmidt and Kunibert G.~Siebert\\[0.2cm]%
%Institut f\"ur Angewandte Mathematik\strut\\%
%Universit\"at Freiburg i.~Br.\strut\\%
%{\small\tt alfred, kunibert@mathematik.uni-freiburg.de}}
\author{Alfred Schmidt and Kunibert G.\ Siebert}
\vspace*{10mm}
\thispagestyle{empty}
\begin{center}
\LARGE
%\ALBERTA: An adaptive hierarchical finite element toolbox\\[5mm]
Design of adaptive finite element software:\\[2mm]
The finite element toolbox \ALBERTA
\vfil\vfil
\small
\begin{minipage}{0.4\textwidth}
\textbf{Alfred Schmidt}\\[1mm]
Zentrum für Technomathematik\strut\\
%Fachbereich 3 Mathematik/Informatik\strut\\
Universit\"at Bremen\strut\\
Bibliothekstr. 2\\
D-28359 Bremen, Germany
\\[5mm]
\textbf{Daniel K\"oster}\\[1mm]
Department of Applied Mathematics\strut\\%
University of Twente\strut\\%
P.O. Box 217\strut\\
7500AE Enschede, The Netherlands
\end{minipage}\hfill
\begin{minipage}{0.4\textwidth}
\textbf{Kunibert G.~Siebert}\\[1mm]
Institut f\"ur Mathematik\strut\\%
Universit\"at Augsburg\strut\\%
Universit\"atstr. 14\strut\\
D-86159 Augsburg, Germany
\\[5mm]
\textbf{Claus-Justus Heine}\\[1mm]
Abteilung f\"ur Angewandte Mathematik\strut\\%
Albert-Ludwigs-Universit\"at Freiburg\strut\\%
Hermann-Herder-Str. 10\strut\\
D-79104 Freiburg im Breisgau, Germany
\end{minipage}
\vspace{5mm}
{\normalsize\url{http://www.alberta-fem.de}}
\vfil
\includegraphics[scale=1.0]{alberta}
\vfil
\ALBERTA is an \textsf{A}daptive multi-\textsf{L}evel finite element
toolbox using \textsf{B}i\-sec\-tion\-ing refinement and \textsf{E}rror
control by \textsf{R}esidual \textsf{T}echniques for scientific
\textsf{A}pplications.
\vfil
Version: \ALBERTA-3.1, \today\strut
\end{center}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage
\input{preface}
\newpage
\tableofcontents % Inhaltsverzeichnis
\newpage
\cleardoublepage
\include{intro} % Titel, Abstrakt, Einleitung
\cleardoublepage
\mainmatter
%%%%%%%%%%% THIS IS NOW SEPARATED FROM THE TECHNICAL MANUAL %%%%%%%%%%%%%%%%%%
\include{concept} % Ch. 1 Concepts and abstract algorithms
%\cleardoublepage
%\include{examples} % Ch. 2 Implementation of model problems
%\cleardoublepage
%\include{impl} % Ch. 3 Data structures and implementation
%\cleardoublepage
%\include{tools} % Ch. 4 Tools for finite element calculations
% Literaturverzeichnis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\backmatter
\cleardoublepage
\bibliographystyle{siam}
\bibliography{alberta} % Literaturverzeichnis
%% Index %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\cleardoublepage
%addcontentsline{toc}{chapter}{\indexname}%{Index}
%\printindex[idx]
%\cleardoublepage
%\input{struct-func} % List of data structures and functions
\end{document}
|