source: trunk/anuga_core/user_manual/definitions.tex @ 9088

Last change on this file since 9088 was 9088, checked in by steve, 11 years ago

Made changes to maths section of manual

File size: 1.8 KB
RevLine 
[8728]1%Common definitions for the ANUGA documentation
2%
3
4\newcommand{\indexedcode}[1]{\code{#1}\indexascode{#1}}
5\newcommand{\indexascode}[1]{\index{#1@{\texttt {#1}}}}
6\newcommand{\indexedcodeheader}[1]{{\bigskip \large \bf \code{#1}}\indexascode{#1}\\}
7\newcommand{\indexedbold}[1]{\textbf{#1}\index{#1}}
8%\newcommand{\anuga}{\textbf{ANUGA}$^{\scriptscriptstyle \copyright}$ v1.0\ }
9\newcommand{\anuga}{\textbf{ANUGA} }
10%\newcommand{\anugav}[1]{\textbf{ANUGA}$^\copyright$ V#1\ }
11
12
13\newcommand{\Python}{\textsc{Python}}
14\newcommand{\VPython}{\textsc{VPython}}
15\newcommand{\pypar}{\textsc{mpi}}
16\newcommand{\Metis}{\textsc{Metis}}
17\newcommand{\mpi}{\textsc{mpi}}
18
19\newcommand{\hmin}{h_{\min}}
20
21\newcommand{\UU}{\mathbf{U}}
22\newcommand{\VV}{\mathbf{V}}
23\newcommand{\EE}{\mathbf{E}}
24\newcommand{\GG}{\mathbf{G}}
25\newcommand{\FF}{\mathbf{F}}
26\newcommand{\HH}{\mathbf{H}}
27\newcommand{\SSS}{\mathbf{S}}
28\newcommand{\nn}{\mathbf{n}}
[9088]29\newcommand{\xx}{\mathbf{x}}
[8728]30
[9088]31% My Defs
[8728]32%\newcommand{\code}[1]{\texttt{#1}}
[9088]33%\newcommand{\indexedcode}[1]{\code{#1}\indexascode{#1}}
34%\newcommand{\indexascode}[1]{\index{#1@{\texttt {#1}}}}
35%\newcommand{\indexedcodeheader}[1]{{\bigskip \large \bf \code{#1}}\indexascode{#1}\\}
36%\newcommand{\indexedbold}[1]{\textbf{#1}\index{#1}}
37%\newcommand{\anuga}{\textsc{ANUGA} }
38%\newcommand{\ANUGA}{\anuga}
39%\newcommand{\Python}{\textsc{Python}}
40%%\newcommand{\ScalablePython}{\textsc{ScalablePython}}
41%\newcommand{\VPython}{\textsc{VPython}}
42%\newcommand{\pypar}{\textsc{pypar}}
43%\newcommand{\Metis}{\textsc{Metis}}
44\newcommand{\MPI}{\textsc{MPI}}
45%\newcommand{\Numexpr}{\textsc{NumExpr}}
46%\newcommand{\Numpy}{\textsc{Numpy}}
47%\newcommand{\OpenMP}{\textsc{OpenMP}}
[8728]48
[9088]49%\newcommand{\hmin}{h_{\min}}
[8728]50
51
52
53
[9088]54%\newcommand{\code}[1]{\texttt{#1}}
[8728]55
[9088]56
57
58
59
60
[8728]61%Used with \code.
62%
63\newenvironment{displayedcode}
64   {\begin{tabular}{p{0.41cm}l}}
65{\end{tabular}} 
Note: See TracBrowser for help on using the repository browser.