\documentstyle{article}
\textwidth=6.25in
\oddsidemargin=0.25in
\begin{document}
{\center{\Large{The summary commands for {\TeX}etting}}}
\newline
\newline
{\center{\bf{\underline{{Mc\LaTeX} functions}}}}\\
\begin{center}
\begin{tabular}{|l|l|}  \hline\hline
{\em Function}                  & {\em Description} \\  \hline
{\tt latex(exp[,"file.tex"]);}  & Mc{\LaTeX} main function \\
${\tt latexinit("file.tex"[,style[,size]]);}^{*}$  & Mc{\LaTeX} file initialization  \\
{\tt latexautolabel();}  & {Mc\LaTeX} autolabeling mode function\\
{\tt latexezwks("file.tex");}  & {Mc\LaTeX} easy worksheet recorder\\
{\tt latexworksheet();} & {Mc\LaTeX} initialization for {\tt worksheet("file");}\\ \hline\hline
\multicolumn{2}{|l|}{\footnotesize arg in [~] is an option}\\
\multicolumn{2}{|l|}{\footnotesize * Default is article and 10pt. [style = article, book, report] [size = 11, 12 ]}\\
\hline\hline
\end{tabular}
\end{center}
\vspace{.25in}
{\center{\bf{\underline{{Mc\TeX} functions}}}}\\
\begin{center}
\begin{tabular}{|l|l|}  \hline\hline
{\em Function}                  & {\em Description} \\  \hline
{\tt tex(exp[,"file.tex"]);}  & {Mc\TeX} main function \\
{\tt texinit("file.tex");}  & {Mc\TeX} file initialization  \\
{\tt texautolabel(integer);}  & {Mc\TeX} autolabeling mode setting function\\
{\tt texezwks("file.tex");}  & {Mc\TeX} easy worksheet recorder\\
{\tt texworksheet();} & {Mc\TeX} initialization for {\tt worksheet("file");}\\ \hline\hline
\multicolumn{2}{|l|}{\footnotesize arg in [~] is an option}\\
\hline\hline
\end{tabular}
\end{center}
\vspace{.25in}
{\center{\bf{\underline{The {\TeX}etting functions for both {Mc\TeX} and {Mc\LaTeX}}}}}\newline
\begin{center}
\begin{tabular}{|l|l|}  \hline\hline
{\em Function}                  & {\em Description} \\  \hline
{\tt texdisplaytype();} & display style mode setting function  \\
{\tt textexttype();} & text style mode setting function  \\
{\tt texeval();} & expression evaluation mode on function\\
{\tt texnoeval();} & expression evaluation mode off function\\
{\tt texlabelleft();}  & left labeling mode setting function \\
{\tt texlabelright();}  & right labeling mode setting function \\
{\tt texworksheet();}  & worksheet mode setting function \\
{\tt texdefault();}  & default resetting function \\
{\tt lessparen();}  & setting function to get less parenthesises output \\
{\tt parenback();}  & setting function to get more parenthesises output \\
${\tt worksheet("file.tex"[,list~of~labels]);}^{\dag}$  & simple worksheet function \\ \hline\hline
\multicolumn{2}{|l|}{\footnotesize \dag arg in [~] is an option ; list of labels are VAXIMA c-line  and d-line with single quote in front}\\
\hline\hline
\end{tabular}
\end{center}
\end{document}