pimped Nicolas table: to be verified: please check sb when installing on a new system

Cherry picked from Dumux SVN trunk (revision 8683)
This commit is contained in:
Philipp Nuske 2012-07-20 08:34:41 +00:00 committed by Andreas Lauser
parent 5f1b79c88b
commit fd491ddc41
3 changed files with 21 additions and 20 deletions

View File

@ -4,6 +4,7 @@
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{booktabs}
\usepackage{theorem}
\usepackage{color}
\usepackage{listings}

View File

@ -54,28 +54,28 @@ additional software packages may be required. Some hints on that are given in Se
For the extraction of the content of tar files, the GNU version of \texttt{tar} is used.
The subversion (svn) software repositories can be accessed with help of a subversion client. We recommend the Apache Subversion command-line client \texttt{svn}
contained in Apache Subversion of version $\geqslant$ 1.6.0 \cite{APACHE-SUBVERSION-HP}.
contained in Apache Subversion of version $\geqslant$ 1.6.0 \cite{APACHE-SUBVERSION-HP}.
\begin{table}
\centering
\begin{tabular}{lll}
subversion & git & libtool \\
automake & build-essential & libboost-all-dev \\
texlive-latex-base & doxygen & csh\\
\hline
for alberta: & & \\
freeglut3-dev & & \\
\hline
for parallel use: & & \\
openmpi-common & mpi-default-bin & mpi-default-dev \\
\hline
for ug parallel: & & \\
flex & bison & \\
\hline
for alberta parallel: & & \\
libblas-dev & & \\
\end{tabular}
\caption{Ubuntu package names for Ubuntu 12.04}
\begin{tabular}{llll}
\toprule
\textbf{purpose} & \textbf{package names} \\
\midrule
general: & subversion & git & libtool \\
& automake & build-essential & libboost-all-dev \\
& texlive-latex-base & doxygen & csh\\
\midrule
for alberta: & freeglut3-dev & \\
\midrule
for parallel use: & openmpi-common & mpi-default-bin & mpi-default-dev \\
\midrule
for ug parallel: & flex & bison & \\
\midrule
for alberta parallel: & libblas-dev &\\
\bottomrule
\end{tabular}
\label{tbl:ubuntu-pkg}
\end{table}

View File

@ -148,8 +148,8 @@ from the Doxygen documentation.
\subsection{Fully-implicit models}
The fully-implicit models described in this section are using the box
scheme as described in~\ref{box} for spatial and the implicit euler
method as temporal discretization. The models itself are located in
scheme as described in Section \ref{box} for spatial and the implicit Euler
method as temporal discretization. The models themselves are located in
subdirectories of \texttt{dumux/boxmodels} of the \Dumux distribution.
\subsubsection{The single-phase model: OnePBoxModel}