Ignore:
Timestamp:
Jun 5, 2006, 10:45:41 AM (19 years ago)
Author:
howard
Message:

Fixed another LaTeX error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r3066 r3068  
    8383
    8484\begin{abstract}
     85\label{
    8586
    8687\noindent \anuga\index{\anuga} is a hydrodynamic modelling tool that
     
    12381239    Module: \module{pyvolution.domain}
    12391240
    1240     Returns the data directory set by \code{set_datadir} or, 
     1241    Returns the data directory set by \code{set_datadir} or,
    12411242    if \code{set_datadir} has not
    12421243    been run, returns the value \code{default_datadir} specified in
     
    12521253
    12531254\begin{funcdesc} {set_default_order}{n}
    1254     Sets the default (spatial) order to the value specified by \code{n}, which must be either 1 or
    1255     2. (Assigning any other value to \code{n} will cause an error.)
     1255    Sets the default (spatial) order to the value specified by
     1256    \code{n}, which must be either 1 or 2. (Assigning any other value
     1257    to \code{n} will cause an error.)
    12561258\end{funcdesc}
    12571259
     
    21542156  \end{funcdesc}
    21552157
    2156   \begin{funcdesc}{separate_points_by_polygon}{points, polygon,
    2157       closed = True, verbose = False}
     2158  \begin{funcdesc}{separate_points_by_polygon}{points, polygon, closed = True, verbose = False}
    21582159    \indexedcode{separate_points_by_polygon}
    21592160  Module: \code{utilities.polygon}
     2161
     2162  \end{funcdesc}
    21602163
    21612164  \begin{funcdesc}{polygon_area}{polygon}
     
    22162219        If None, the default is the 'first'
    22172220
    2218         file_name: Name of input NetCDF file or XYA file. NetCDF file must
    2219         have dimensions, "points", etc.
     2221        file_name: Name of input NetCDF file or xya file. NetCDF file must
     2222        have dimensions "points" etc.
    22202223        XYA file is a CVS file with lats(x), longs(y) and elevation(a).
    22212224        first line must be attribute name eg elevation
     
    23402343\chapter{Glossary}
    23412344
    2342 \begin{tabular}{|l|p{4cm}|c|}   \hline
     2345\begin{tabular}{|l|p{10cm}|c|}   \hline
    23432346    \indexedbold{\anuga} & Name of software (joint development between ANU and
    23442347    GA) &\\
     
    23992402    z) &\\
    24002403
    2401     \indexedbold{ymomentum}  & conserved quantity & \\
     2404    \indexedbold{ymomentum}  & conserved quantity & \\ \hline
     2405
     2406    \end{tabular}
     2407
     2408    \begin{tabular}{|l|p{10cm}|c|}   \hline
    24022409
    24032410    \indexedbold{resolution} &  The maximal area of a triangular cell in a
Note: See TracChangeset for help on using the changeset viewer.