From fd491ddc416f5772e489bac6018fe4a58a2ebb88 Mon Sep 17 00:00:00 2001 From: Philipp Nuske Date: Fri, 20 Jul 2012 08:34:41 +0000 Subject: [PATCH] pimped Nicolas table: to be verified: please check sb when installing on a new system Cherry picked from Dumux SVN trunk (revision 8683) --- doc/handbook/dumux-handbook.tex | 1 + doc/handbook/install.tex | 36 ++++++++++++++++----------------- doc/handbook/models.tex | 4 ++-- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/doc/handbook/dumux-handbook.tex b/doc/handbook/dumux-handbook.tex index 92f72ff78..14659b5a5 100644 --- a/doc/handbook/dumux-handbook.tex +++ b/doc/handbook/dumux-handbook.tex @@ -4,6 +4,7 @@ \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} +\usepackage{booktabs} \usepackage{theorem} \usepackage{color} \usepackage{listings} diff --git a/doc/handbook/install.tex b/doc/handbook/install.tex index 888d6286f..9996dcc6a 100644 --- a/doc/handbook/install.tex +++ b/doc/handbook/install.tex @@ -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} diff --git a/doc/handbook/models.tex b/doc/handbook/models.tex index 4b4473731..ed8ec7aba 100644 --- a/doc/handbook/models.tex +++ b/doc/handbook/models.tex @@ -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}