Initial revision
This commit is contained in:
17
tab_if.tex
Normal file
17
tab_if.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
\begin{longtable}{|X l|}
|
||||
% KILLED & LINE!!!! \kill
|
||||
\hline
|
||||
\endfirsthead
|
||||
\endhead
|
||||
\endfoot
|
||||
\hline
|
||||
\endlastfoot
|
||||
|
||||
\multicolumn{2}{|X|}{\texttt{if }\textsl{Bedingung1}} \\
|
||||
\multicolumn{2}{|X|}{\texttt{then }\textsl{Befehle1}} \\
|
||||
\multicolumn{2}{|X|}{\textsl{[}\texttt{ elif }\textsl{Bedingung2}} \\
|
||||
\multicolumn{2}{|X|}{\texttt{ then }\textsl{Befehle2 ]}} \\
|
||||
\multicolumn{2}{|X|}{\texttt{ \vdots}} \\
|
||||
\multicolumn{2}{|X|}{\textsl{[}\texttt{ else }\textsl{Befehle3 ]}} \\
|
||||
\multicolumn{2}{|X|}{\texttt{fi}} \\
|
||||
\end{longtable}
|
Reference in New Issue
Block a user