Initial revision

This commit is contained in:
rschaten
2001-07-02 12:52:18 +00:00
commit 961448f7ce
61 changed files with 2500 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
\begin{longtable}{|l|X|}
% KILLED & LINE!!!! \kill
\hline
\endfirsthead
\endhead
\endfoot
\hline
\endlastfoot
\textsl{n1}\texttt{ -eq }\textsl{n2} & \textsl{n1} ist gleich \textsl{n2} \tabularnewline\STRUT
\textsl{n1}\texttt{ -ge }\textsl{n2} & \textsl{n1} ist gr<67><72>er oder gleich \textsl{n2} \tabularnewline\STRUT
\textsl{n1}\texttt{ -gt }\textsl{n2} & \textsl{n1} ist gr<67><72>er als \textsl{n2} \tabularnewline\STRUT
\textsl{n1}\texttt{ -le }\textsl{n2} & \textsl{n1} ist kleiner oder gleich \textsl{n2} \tabularnewline\STRUT
\textsl{n1}\texttt{ -lt }\textsl{n2} & \textsl{n1} ist kleiner \textsl{n2} \tabularnewline\STRUT
\textsl{n1}\texttt{ -ne }\textsl{n2} & \textsl{n1} ist ungleich \textsl{n2}
\end{longtable}