ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/keywordTable.tex
(Generate patch)

Comparing trunk/oopsePaper/keywordTable.tex (file contents):
Revision 1148 by mmeineke, Thu May 6 16:54:50 2004 UTC vs.
Revision 1149 by mmeineke, Thu May 6 19:15:52 2004 UTC

# Line 110 | Line 110 | These are the bass keywords.
110   \end{table}
111  
112   \begin{table}
113 + \caption{The Global Keywords: Energy Minimizer Parameters}
114 + \begin{center}
115 + % Note when adding or removing columns, the \hsize numbers must add up to the total number
116 + % of columns.
117 + \begin{tabularx}{\linewidth}%
118 +  {>{\setlength{\hsize}{1.00\hsize}}X%
119 +  >{\setlength{\hsize}{0.4\hsize}}X%
120 +  >{\setlength{\hsize}{1.2\hsize}}X%
121 +  >{\setlength{\hsize}{1.4\hsize}}X}
122 +
123 + {\bf keyword} & {\bf units} & {\bf use} & {\bf remarks} \\ \hline
124 +
125 + {\tt minimizer} & &  & \\
126 + {\tt minMaxIter} & &  & \\
127 + {\tt minWriteFreq} & &  & \\
128 + {\tt minStepSize} & &  & \\
129 + {\tt minFTol} & &  & \\
130 + {\tt minGTol} & &  & \\
131 + {\tt minLSTol} & &  & \\
132 + {\tt minLSMaxIter} & &  & \\
133 +
134 + \end{tabularx}
135 + \end{center}
136 + \end{table}
137 +
138 + \begin{table}
139 + \caption{The Global Keywords: Z-Constraint Parameters}
140 + \begin{center}
141 + % Note when adding or removing columns, the \hsize numbers must add up to the total number
142 + % of columns.
143 + \begin{tabularx}{\linewidth}%
144 +  {>{\setlength{\hsize}{1.00\hsize}}X%
145 +  >{\setlength{\hsize}{0.4\hsize}}X%
146 +  >{\setlength{\hsize}{1.2\hsize}}X%
147 +  >{\setlength{\hsize}{1.4\hsize}}X}
148 +
149 + {\bf keyword} & {\bf units} & {\bf use} & {\bf remarks} \\ \hline
150 +
151 + {\tt zconsTime} & &  & \\
152 + {\tt nZconstraints} & &  & \\
153 + {\tt zconsForcePolicy} & &  & \\
154 + {\tt zconsGap} & &  & \\
155 + {\tt zconsFixtime} & &  & \\
156 + {\tt zconsUsingSMD} & &  & \\
157 +
158 + \end{tabularx}
159 + \end{center}
160 + \end{table}
161 +
162 +
163 + \begin{table}
164   \caption{{\sc bass} Block Statements}
165   \begin{center}
166   % Note when adding or removing columns, the \hsize numbers must add up to the total number
# Line 151 | Line 202 | These are the bass keywords.
202   {\tt \#else} & If the preceding {\tt \#if} statement was false, then the statements following the {\tt \#else} will be processed instead. & Closed by the {\tt \#endif} statement. \\
203   {\tt \#endif} & Ends an {\tt \#if} clause. & All {\tt \#if} clauses must be closed, or the {\sc bass} parser will fail with an error. \\
204  
154
205   \end{tabularx}
206   \end{center}
207   \end{table}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines