diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/myformat.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 398c2f3..c4fa2d8 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -12,9 +12,6 @@ \parindent = 0mm \parskip = 2mm -% Frequently used system name -%\newcommand{\UNIX}{U{\sc nix}} - % Variable used by begin code command \newlength{\codewidth} @@ -178,6 +175,9 @@ \newif\iftexi\texifalse %not supported yet%\newif\iflatex\latextrue +\newenvironment{tableii}[4]{\begin{center}\def\lineii##1##2{\csname#2\endcsname{##1}&##2\\}\begin{tabular}{#1}\hline#3\\ +\hline}{\hline\end{tabular}\end{center}} + \newenvironment{tableiii}[5]{\begin{center}\def\lineiii##1##2##3{\csname#2\endcsname{##1}&##2&##3\\}\begin{tabular}{#1}\hline#3\\ \hline}{\hline\end{tabular}\end{center}} |