Archiv verlassen und diese Seite im Standarddesign anzeigen : Tabelle
Proximus
18-11-2004, 17:28
Hey all,
when inserting a table using Mictex and document class report the table doesn't fit on the page. the tags are as follows:
\begin{table}[htbp]
\centering
\begin{tabular*}{\textwidth}{|@{\extracolsep{\fill }}l|l|l|}
\hline
\textbf{R/3 Services} & \textbf{Anzahl pro R/3 System} & \textbf{Wiederherstellung}\\ \hline
SAPGui & n$\geq 1$ & manueller Neustart durch Anwender\\ \hline
\end{tabular*}
\caption{SAP Komponenten}
\label{tab:SAPKomp}
\end{table}
Can anyone please explain me, how to tell Tex to do a word wrap in each cell of the table?
If the is no word wrap. What other possibility do i have to fit the table on the page?
Kind regards
Proximus
hey
afaik there is no chance to have word wrapping with the tabular environment, but you can use the package tabularx and the tabularx-envirnonment
moe
Proximus
26-11-2004, 09:15
and how do I do a word wrap in the tabularx environment? or does tex do this automatically?
\begin{tabularx}{\textwidth}{|@{\extracolsep{\fill }}l|l|X|}
or:
You know the p-Paramter for tabular?
\begin{tabular}{|l|l|p{5cm}|}
> or does tex do this automatically?
Yes.
Or you can do it manual with \par or \newline
(Können wir nicht alle deutsch?)
Blubb
(Können wir nicht alle deutsch?)
Blubb
hm ja, das viel mir auch auf, das der beispieltext ja deutsch ist :-)
aber es ist viel ja lustiger wenn alle englisch reden
moe
Proximus
27-11-2004, 19:43
:D warum einfach wenns auch kompliziert geht :rolleyes:
Danke für die Hilfe !!
Proximus
28-11-2004, 01:05
hmm. leider funktioniert das doch nicht so wie gewünscht. Wenn ich tabularx verwenden will bekomm ich immer die Fehlermeldung: Environment tabularx undefinded.
hat jemand eine Idee?
ist ein extra paket
(oh sorry, i should write in english: it is an extra packet)
moe
Proximus
28-11-2004, 13:17
woher/wie kann ich das bekommen?
Bei einer Standardinstallation sollte eigentlich
\usepackage{tabularx}
ausreichen.
Ansonsten:
Auf http://texcatalogue.sarovar.org/entries/tabularx.html wird auf Bezugsquellen verwiesen.
Dann FAQ 5.1.3 Was kann ich mit einer Datei mit Endung ,.dtx` anfangen? Benötige ich dazu auf alle Fälle LaTeX?
http://www.dante.de/faq/de-tex-faq/html/makros1.html#5
8.5.10 Ich habe neue Dateien zu dem TeX-Baum hinzugefügt, wieso werden sie von TeX bzw. LaTeX nicht gefunden?
http://www.dante.de/faq/de-tex-faq/html/makros4.html#67
Hey!
Dann hab ich aber noch eine Frage.. Ich verwende auch Tabellen mit dem p-Parameter zur Angabe der Spaltenbreite. Nur ist nach dem Zeilenumbruch der Zeilen-Abstand in der Zelle genauso wie im normalen Textmodus und damit viel größer als wenn 2 Zeilen in der Tabelle durch \hline voneinander getrennt sind. Das sieht leider nich so schön aus. Hat jemand dafür eine Lösung?
MfG Danyo
ist ein extra paket
(oh sorry, i should write in english: it is an extra packet)
moe
das Ding heisst package...
MfG Bischi
peschmae
02-12-2004, 21:27
Solange er auf deutsch nicht Packet schreibt ist die Welt noch nicht aus den Fugen ;)
MfG Peschmä
Powered by vBulletin® Version 4.2.5 Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.