Changeset 3063


Ignore:
Timestamp:
Jun 5, 2006, 9:47:18 AM (18 years ago)
Author:
ole
Message:

Fixed some LaTeX bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r3061 r3063  
    4444\settimeformat{oclock} % Verbose
    4545\date{\today, \ \currenttime}
    46 \hyphenation{set\_datadir}
     46%\hyphenation{set\_datadir}
    4747
    4848\ifhtml
     
    12381238    Module: \module{pyvolution.domain}
    12391239
    1240     Returns the data directory set by \code{set\_datadir} or, if \code{set\_datadir} has not
     1240    Returns the data directory set by \code{set_datadir} or,
     1241    if \code{set_datadir} has not
    12411242    been run, returns the value \code{default_datadir} specified in
    12421243    \code{config.py}.
     
    12511252
    12521253\begin{funcdesc} {set_default_order}{n}
    1253     Sets the default (spatial) order to the value specified by \code{n), which must be either 1 or
    1254     2. (Assigning any other value to \code{n} will cause an error.)
     1254    Sets the default (spatial) order to the value specified by
     1255    \code{n}, which must be either 1 or 2. (Assigning any other value
     1256    to \code{n} will cause an error.)
    12551257\end{funcdesc}
    12561258
     
    21542156
    21552157  \begin{funcdesc}{separate_points_by_polygon}{points, polygon,
    2156                                closed = True, verbose = False}\indexedcode{separate_points_by_polygon}
     2158      closed = True, verbose = False}
     2159    \indexedcode{separate_points_by_polygon}
    21572160  Module: \code{utilities.polygon}
    21582161
     
    21792182coordinates along with named attribute values.
    21802183
    2181 \declaremodule{geospatial_data}
    2182 
    2183 \begin{classdesc}{Geospatial_data}{data_points = None,
    2184                  attributes = None,
    2185                  geo_reference = None,
    2186                  default_attribute_name = None,
    2187                  file_name = None}
     2184%FIXME (Ole): This gives a LaTeX error
     2185%\declaremodule{standard}{geospatial_data}
     2186%\refmodindex{geospatial_data}
     2187
     2188
     2189
     2190\begin{classdesc}{Geospatial_data}
     2191  {data_points = None,
     2192    attributes = None,
     2193    geo_reference = None,
     2194    default_attribute_name = None,
     2195    file_name = None}
    21882196
    21892197Create instance from data points and associated attributes
     
    23602368    \indexedbold{Manning friction coefficient} & &\\
    23612369
    2362     \indexedbold{mesh} & Triangulation of domain & &\\
     2370    \indexedbold{mesh} & Triangulation of domain &\\
    23632371
    23642372    \indexedbold{meshfile} & [generic word for either .tsh or
Note: See TracChangeset for help on using the changeset viewer.