1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
\documentclass{article}
\begin{document}
\begin{center}\small
\begin{tabular}{@{}p{35mm}p{60mm}l@{}}
Course and Date & Brief Description & Prerequisites\\
\hline
Introduction to LSEDIT\newline
14.3. -- 16.3. &
Logging on --- Explanation to the VMS fils system --- Explanation and
intensive application of the VMS editor LSEDIT --- user modifications
& none \\ \hline
Introlduction to \LaTeX\newline
21.3. -- 25.3. &
Word processors and formatting programs --- text and commands ---
environments --- dokument and page styles --- displayed text ---
math equations --- simple user defined structures
& LSEDIT
\end{tabular}\end{center}
\end{document}
|