peyo
19-11-2010, 10:53
Hallo Leute,
ich habe nochmal eine Frage.
Ich habe eine ganz normale Tabelle mit 3 spalten, die sich über die ganze dinA4 Seite zieht.
der Inhalt der Tabelle wird automatisch generiert, d.h. ich weiß nicht, ob die Spalte bis zum Ende mit Text gefüllt wird oder nicht. Falls dies nicht der Fall ist, ist alles ok.
Wenn die Spalte aber bis zum Ende mit Text gefüllt ist, soll der Text dann in der nächsten Spalt von oben bis unten weiter laufen.
Ich habe das gerade mit multicol ausprobiert, aber Latex passt das Layout an, dass es schön ausschaut, soll aber erst die nächste Spalte anfangen, wenn die erste voll ist.
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage{multicol}
\setlength{\columnseprule}{0.5pt}
\begin{document}
\section{abc}
abc%\\
\begin{multicols}{2}
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
\end{multicols}
\end{document}
| |t|h|
| |e|i|
| |x|e|
| |t|r|
| | | |
| |g|w|
| |e|e|
| |h|i|
| |t|t|
...
Soll dann am Ende so wie in meinem Minimalbeispiel aussehen.
Hab zu sowas leider noch nichts gefunden :(
Schonmal vielen Dank für eure Antworten!
ich habe nochmal eine Frage.
Ich habe eine ganz normale Tabelle mit 3 spalten, die sich über die ganze dinA4 Seite zieht.
der Inhalt der Tabelle wird automatisch generiert, d.h. ich weiß nicht, ob die Spalte bis zum Ende mit Text gefüllt wird oder nicht. Falls dies nicht der Fall ist, ist alles ok.
Wenn die Spalte aber bis zum Ende mit Text gefüllt ist, soll der Text dann in der nächsten Spalt von oben bis unten weiter laufen.
Ich habe das gerade mit multicol ausprobiert, aber Latex passt das Layout an, dass es schön ausschaut, soll aber erst die nächste Spalte anfangen, wenn die erste voll ist.
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage{multicol}
\setlength{\columnseprule}{0.5pt}
\begin{document}
\section{abc}
abc%\\
\begin{multicols}{2}
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
fhfhfhjfjhf multicol multicol multicol fhfhfhjfjhf multicol multicol multicol
\end{multicols}
\end{document}
| |t|h|
| |e|i|
| |x|e|
| |t|r|
| | | |
| |g|w|
| |e|e|
| |h|i|
| |t|t|
...
Soll dann am Ende so wie in meinem Minimalbeispiel aussehen.
Hab zu sowas leider noch nichts gefunden :(
Schonmal vielen Dank für eure Antworten!