To get the shock results in LATEX of
The following lines have to be inserted in the end of the main function.
int isTex = yes; int isRange = no; whatInfo = infoStandard ; variableName = MxV; Mx = 2.0 ; s.makeTable(whatInfo, isRange, isTex, variableName, variableValue);
*******************************************
The following stuff is the same as above/below
if you use showResults with showHeads but the
information is setup for the latex text processing.
You can just can cut and paste it in your latex file.
You must use longtable style file and dcolumn
style files.
*******************************************
\setlongtables
\begin{longtable}
{|D..{1.4}|D..{1.4}|D..{1.4}|D..{1.4}|D..{1.4}|D..{1.4}|D..{1.4}|}
\caption{ ?? \label{?:tab:?}}\\
\hline
\multicolumn{1}{|c|} {$\rule[-0.1in]{0.pt}{0.3 in}\mathbf{M} $} &
\multicolumn{1}{|c|} {$\mathbf{4fL \over D} $} &
\multicolumn{1}{|c|} {$\mathbf{P \over P^{*}} $} &
\multicolumn{1}{|c|} {$\mathbf{P_0 \over {P_0}^{*}} $} &
\multicolumn{1}{|c|} {$\mathbf{\rho \over \rho^{*}} $} &
\multicolumn{1}{|c|} {$\mathbf{U \over {U}^{*}} $} &
\multicolumn{1}{|c|} {$\mathbf{T \over T^{*}} $}
\\\hline
\endfirsthead
\caption{ ?? (continue)} \\\hline
\multicolumn{1}{|c|} {$\rule[-0.1in]{0.pt}{0.3 in}\mathbf{M} $} &
\multicolumn{1}{|c|} {$\mathbf{4fL \over D} $} &
\multicolumn{1}{|c|} {$\mathbf{P \over P^{*}} $} &
\multicolumn{1}{|c|} {$\mathbf{P_0 \over {P_0}^{*}} $} &
\multicolumn{1}{|c|} {$\mathbf{\rho \over \rho^{*}} $} &
\multicolumn{1}{|c|} {$\mathbf{U \over {U}^{*}} $} &
\multicolumn{1}{|c|} {$\mathbf{T \over T^{*}} $}
\\\hline
\endhead
2.176& 2.152& 0.3608& 1.000& 0.5854& 3.773& 0.6164 \\
\hline\end{longtable}