Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 296)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 299)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.9 2004-03-24 03:39:01 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.10 2004-03-24 03:41:57 price Exp $
 \documentclass[panstarrs]{panstarrs}
 %\documentclass[panstarrs]{panstarrs}
@@ -251,5 +251,4 @@
 are shown below.
 
-\begin{table}
 \begin{verbatim}
 /// prototype of a basic callback used by memory functions 
@@ -2711,13 +2710,13 @@
 \textbf{Value} & \textbf{Type} & \textbf{member of union} & \textbf{Comments}\\
 \hline
-PS_META_FLOAT & float & f & value, not pointer, is stored \\
-PS_META_INT & int & i &  value, not pointer, is stored \\
-PS_META_STR & string & v &  value, not pointer to original, is stored \\
-PS_META_IMG & psImage & v &  \\
-PS_META_JPEG & JPEG & v &  \\
-PS_META_PNG & PNG & v &  \\
-PS_META_ASTROM & psAstrom & v &  \\
-PS_META_UNKNOWN & other & v &  \\
-PS_META_NTYPE & (none) & & The number of types defined
+\code{PS_META_FLOAT} & float & f & value, not pointer, is stored \\
+\code{PS_META_INT} & int & i &  value, not pointer, is stored \\
+\code{PS_META_STR} & string & v &  value, not pointer to original, is stored \\
+\code{PS_META_IMG} & psImage & v &  \\
+\code{PS_META_JPEG} & JPEG & v &  \\
+\code{PS_META_PNG} & PNG & v &  \\
+\code{PS_META_ASTROM} & psAstrom & v &  \\
+\code{\code{PS_META_UNKNOWN} & other & v &  \\
+PS_META_NTYPE} & (none) & & The number of types defined
 \end{tabular}
 \begin{caption}{Supported Metadata Types}
