trashmrrrc
24-09-2008, 15:58
Hi!
Ich hab eine Tabelle erstellt und hätte den Textinhalt gerne mittig von oben ausgerichtet.
Hier mal der Quellcode:
\documentclass{article}[12pt]
\usepackage{german}
\pagestyle{empty}
\topmargin-20mm
\headheight20mm
\headsep8mm
\begin{document}
\newcommand{\Azeile}[4] {
\textbf{KW #1 #2 - #3 Name 1. Lehrjahr #4}
}
\Azeile {35} {25.08} {29.08.08} {Schulwoche} \\
\\
\begin{tabular} {|c|p{10cm}|}
\hline
\multicolumn{2}{|c|}{Montag} \\\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\multicolumn{2}{|c|}{Dienstag} \\\hline
\textbf {Fach} & Inhalt t \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\multicolumn{2}{|c|}{Mittwoch} \\\hline
\textbf {Fach} & Inhalt. \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\multicolumn{2}{|c|}{Donnerstag} \\\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\multicolumn{2}{|c|}{Freitag} \\\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt\\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\end{tabular}
\end{document}
Auch andere Verbesserungsideen würden mich sehr freuen! :)
Ich hab eine Tabelle erstellt und hätte den Textinhalt gerne mittig von oben ausgerichtet.
Hier mal der Quellcode:
\documentclass{article}[12pt]
\usepackage{german}
\pagestyle{empty}
\topmargin-20mm
\headheight20mm
\headsep8mm
\begin{document}
\newcommand{\Azeile}[4] {
\textbf{KW #1 #2 - #3 Name 1. Lehrjahr #4}
}
\Azeile {35} {25.08} {29.08.08} {Schulwoche} \\
\\
\begin{tabular} {|c|p{10cm}|}
\hline
\multicolumn{2}{|c|}{Montag} \\\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\multicolumn{2}{|c|}{Dienstag} \\\hline
\textbf {Fach} & Inhalt t \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\multicolumn{2}{|c|}{Mittwoch} \\\hline
\textbf {Fach} & Inhalt. \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\multicolumn{2}{|c|}{Donnerstag} \\\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\multicolumn{2}{|c|}{Freitag} \\\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt\\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\textbf {Fach} & Inhalt \\&\\
\hline
\end{tabular}
\end{document}
Auch andere Verbesserungsideen würden mich sehr freuen! :)