source: documentation/user_manual/definitions.tex @ 2574

Last change on this file since 2574 was 2574, checked in by ole, 19 years ago

From meeting with Howard

File size: 543 bytes
Line 
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{\anugav}[1]{\textbf{ANUGA}$^\copyright$ V#1\ }
10
11%Used with \code.
12%
13\newenvironment{displayedcode}
14   {\begin{tabular}{p{0.41cm}l}}
15   {\end{tabular}} 
Note: See TracBrowser for help on using the repository browser.