summaryrefslogtreecommitdiffstats
path: root/Doc/myformat.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/myformat.sty')
-rw-r--r--Doc/myformat.sty6
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&#4\\
+\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&#4&#5\\
\hline}{\hline\end{tabular}\end{center}}