von Sepp99 » So 8. Mai 2011, 08:17
monzelmann hat geschrieben: Was muss ich tun?
PaketDoku lesen: S.9:
tabu is fully compatible with colortbl, delarray, hhline, makecell, booktabs, siunitx, dcolumn,
warpcol, etc.. When you are inside a tabu environment, you can use \raggedleft,
\raggedright and \centering without special care about \arraybackslash and conversely
\\ has its “normal” meaning inside a list of items that may appear in a X column...
\listfiles
\documentclass[a4paper, 11pt]{article}
\usepackage[latin1]{inputenc}
\usepackage{ngerman,fancyhdr}
\usepackage{booktabs}
\usepackage{ragged2e}
\usepackage{tabu,longtable}
\usepackage{blindtext}
%Seitenlayout
\setlength{\headheight}{14.1pt}
\setlength{\topmargin}{0cm}
\setlength{\headsep}{1.4cm}
\setlength{\oddsidemargin}{1cm}
\setlength{\textheight}{22.9cm}
\setlength{\textwidth}{15cm}
\setlength{\footskip}{0cm}
\setlength{\headwidth}{\textwidth}
\pagestyle{fancy}
\newcommand{\ecoli}{\textit{Escherichia coli }}
\begin{document}
U-Boote sind Boote, die für die Unterwasserfahrt gebaut wurden. Moderne große U-Boote, die eine Masse von bis zu 26.000 Tonnen haben können, werden auch U-Schiffe genannt. Zivile U-Boote bezeichnet man meist als Tauchboot.
\renewcommand{\arraystretch}{1.5}
\begin{longtabu}{X[1]>{\RaggedRight}X[7]X[2]}
\caption{Verwendete Stämme von \ecoli}\label{Staemme}\\
\toprule
Stamm & Genotyp & Referenz\\
\midrule
\endfirsthead
\toprule
Stamm & Genotyp & Referenz\\
\midrule
\endhead
\bottomrule
\endfoot
XL1-blue & F$^-$, \textit{recA1$^-$}, (\textit{mk$^+$}, \textit{rk$^-$}) \textit{supE44}, \textit{endA1},
\textit{thi-1}, \textit{$\lambda^-$}, \textit{gyrA96}, \textit{relA1}, (\textit{lac$^{-}$})
[F$^-$, \textit{proAB}, \textit{lacI$_q$}, \textit{Z$\Delta$M15} Tn\textit{10} (\textit{Tet$^r$})] & Stratgene\\
& \blindtext & \\
\end{longtabu}
\end{document}
Gruß, Sepp.-
[quote="monzelmann"] Was muss ich tun?[/quote]
PaketDoku lesen: S.9:
[quote]tabu is fully compatible with colortbl, delarray, hhline, makecell, booktabs, siunitx, dcolumn,
warpcol, etc.. When you are inside a tabu environment, you can use \raggedleft,
\raggedright and \centering without special care about \arraybackslash and conversely
\\ has its “normal” meaning inside a list of items that may appear in a X column...[/quote]
[code]\listfiles
\documentclass[a4paper, 11pt]{article}
\usepackage[latin1]{inputenc}
\usepackage{ngerman,fancyhdr}
\usepackage{booktabs}
\usepackage{ragged2e}
\usepackage{tabu,longtable}
\usepackage{blindtext}
%Seitenlayout
\setlength{\headheight}{14.1pt}
\setlength{\topmargin}{0cm}
\setlength{\headsep}{1.4cm}
\setlength{\oddsidemargin}{1cm}
\setlength{\textheight}{22.9cm}
\setlength{\textwidth}{15cm}
\setlength{\footskip}{0cm}
\setlength{\headwidth}{\textwidth}
\pagestyle{fancy}
\newcommand{\ecoli}{\textit{Escherichia coli }}
\begin{document}
U-Boote sind Boote, die für die Unterwasserfahrt gebaut wurden. Moderne große U-Boote, die eine Masse von bis zu 26.000 Tonnen haben können, werden auch U-Schiffe genannt. Zivile U-Boote bezeichnet man meist als Tauchboot.
\renewcommand{\arraystretch}{1.5}
\begin{longtabu}{X[1]>{\RaggedRight}X[7]X[2]}
\caption{Verwendete Stämme von \ecoli}\label{Staemme}\\
\toprule
Stamm & Genotyp & Referenz\\
\midrule
\endfirsthead
\toprule
Stamm & Genotyp & Referenz\\
\midrule
\endhead
\bottomrule
\endfoot
XL1-blue & F$^-$, \textit{recA1$^-$}, (\textit{mk$^+$}, \textit{rk$^-$}) \textit{supE44}, \textit{endA1},
\textit{thi-1}, \textit{$\lambda^-$}, \textit{gyrA96}, \textit{relA1}, (\textit{lac$^{-}$})
[F$^-$, \textit{proAB}, \textit{lacI$_q$}, \textit{Z$\Delta$M15} Tn\textit{10} (\textit{Tet$^r$})] & Stratgene\\
& \blindtext & \\
\end{longtabu}
\end{document} [/code]
Gruß, Sepp.-