IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 135


Ignore:
Timestamp:
Mar 2, 2004, 12:46:38 PM (22 years ago)
Author:
rhl
Message:

Fix LaTeX errors with \code{} in section names

Location:
trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/draft/utils.tex

    r130 r135  
    634634write to \code{stderr} and \code{stdout} respectively.
    635635
    636 \section{The Pan-STARRS \code{psDlist} doubly-linked list type}
     636\section{The Pan-STARRS \texttt{psDlist} doubly-linked list type}
    637637\hlabel{psDlist}
    638638
     
    810810\end{verbatim}
    811811
    812 \subsubsection{Arrays of \code{void *}}
     812\subsubsection{Arrays of \texttt{void *}}
    813813\hlabel{secArrayVoidPtr}
    814814
  • trunk/doc/misc/codeConventions.tex

    r131 r135  
    11661166so all code should be written to explicitly handle aliasing}.
    11671167
    1168 \subsection{\code{struct}s and \code{typedef}s}
     1168\subsection{structs and typedefs}
    11691169
    11701170All structs should be defined as \code{typedef}s.
Note: See TracChangeset for help on using the changeset viewer.