zero82
21-03-2011, 09:51
Hallo folgendes Problem, ich kriege es leider nicht hin eine Tabelle vom Text zu umfließen. Es soll quasi wenn die Tabelle endet kurz darunter der Text weitergehen Hier der Code:
\documentclass{scrreprt}
\usepackage[table]{xcolor}
\usepackage{rotating}
\usepackage{wrapfig}
\usepackage{lipsum}
\usepackage{eurosym}
\usepackage[a4paper,right=1cm,left=6cm,top=2cm,foot=1cm]{geometry}
\usepackage[figurewithin=none,tablewithin=none,position=bottom]{caption}
\captionsetup[figure]{labelsep=colon,labelfont=bf,font=bf,justification =centering}
\usepackage{floatrow}
\floatsetup[figure]{capposition=bottom}
\begin{document}
\chapter{Kapitel 1}
\lipsum
\begin{wrapfigure}[33]{l}{4cm}%<-- + Anzahl verkürzter Zeilen als neue Höhe der wrapfigure-Umgebung
\vspace{300pt}%<--und den Inhalt nach unten schieben
\begin{sideways}
\ffigbox[\FBwidth]{%<--
\begin{tabular}{cccccc}
& {\bf LR} & {\bf Barwert LR} & {\bf Zinsanteil} & {\bf Tilgungsanteil} & {\bf Verbindlichkeit} \\ \rowcolor{gray!50}\hline
{\bf 2008} & 12.000 \euro & 10.938,80 \euro & 2.910,30 \euro & 9.089,70 \euro & 30.000,00 \euro \\\hline
{\bf 2009} & 12.000 \euro & 10.938,80 \euro & 2.028,51 \euro & 9.971,49 \euro & 20.910,30 \euro \\\rowcolor{gray!50} \hline
{\bf 2010} & 12.000 \euro & 10.938,80 \euro & 1.061,17 \euro & 10.938,80 \euro & 10.938,80 \euro \\
\end{tabular}%
}{%<--
\caption{Leasingraten}%
}%<--
\end{sideways}
\end{wrapfigure}
\lipsum
\end{document}
\documentclass{scrreprt}
\usepackage[table]{xcolor}
\usepackage{rotating}
\usepackage{wrapfig}
\usepackage{lipsum}
\usepackage{eurosym}
\usepackage[a4paper,right=1cm,left=6cm,top=2cm,foot=1cm]{geometry}
\usepackage[figurewithin=none,tablewithin=none,position=bottom]{caption}
\captionsetup[figure]{labelsep=colon,labelfont=bf,font=bf,justification =centering}
\usepackage{floatrow}
\floatsetup[figure]{capposition=bottom}
\begin{document}
\chapter{Kapitel 1}
\lipsum
\begin{wrapfigure}[33]{l}{4cm}%<-- + Anzahl verkürzter Zeilen als neue Höhe der wrapfigure-Umgebung
\vspace{300pt}%<--und den Inhalt nach unten schieben
\begin{sideways}
\ffigbox[\FBwidth]{%<--
\begin{tabular}{cccccc}
& {\bf LR} & {\bf Barwert LR} & {\bf Zinsanteil} & {\bf Tilgungsanteil} & {\bf Verbindlichkeit} \\ \rowcolor{gray!50}\hline
{\bf 2008} & 12.000 \euro & 10.938,80 \euro & 2.910,30 \euro & 9.089,70 \euro & 30.000,00 \euro \\\hline
{\bf 2009} & 12.000 \euro & 10.938,80 \euro & 2.028,51 \euro & 9.971,49 \euro & 20.910,30 \euro \\\rowcolor{gray!50} \hline
{\bf 2010} & 12.000 \euro & 10.938,80 \euro & 1.061,17 \euro & 10.938,80 \euro & 10.938,80 \euro \\
\end{tabular}%
}{%<--
\caption{Leasingraten}%
}%<--
\end{sideways}
\end{wrapfigure}
\lipsum
\end{document}