Mat
13-12-2007, 17:14
Hallo,
ich schaffe es nicht dieselben einstellungen für meine table-umgebungen auch für longtables zu verwenden mit dem paket floatrow.
Ich habe ein Minimalbeispiel das mit pdflatex eine normale Tabelle erstellt. Ich würde aber gerne eine longtable draus machen die aber genau dieselbe caption-breit und denselben style wie die normale table hat.
Leider brauche ich dazu Hilfe von Euch! Für Hilfe bin ich sehr dankbar!
\documentclass[a4paper,11pt,twoside]{article}
\usepackage[utf8]{inputenc}
\usepackage[USenglish, ngerman]{babel}
\usepackage{makeidx}
\usepackage[plainheadsepline,plainfootsepline]{scrpage2}
\automark[chapter]{section}
\usepackage{longtable}
\usepackage{array,colortbl}
\usepackage[table]{xcolor}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{floatrow}
\DeclareFloatVCode{rule}{\vskip4pt\hrule\vskip4pt}
\floatsetup[figure]{style=ruled, precode=none, capposition=bottom}
\floatsetup[table]{style=ruled, postcode=none, capposition=top}
\floatsetup[tabular]{style=ruled, postcode=none, capposition=top}
\floatsetup[longtable]{style=ruled, precode=none, capposition=bottom}
\captionsetup[table]{font=small,format=hang}
\captionsetup[tabular]{font=small,format=hang}
\captionsetup[figure]{font=small, format=hang}
\captionsetup[subfloat]{font=small, format=hang}
\usepackage{graphics}
\usepackage[style=base,font=footnotesize,labelformat=parens,la belsep=space]{subfig}
\usepackage[pdftex]{graphicx}
\usepackage[pdftex,
colorlinks=true,
urlcolor=black,
anchorcolor=brightblue,
filecolor=green,
linkcolor=black,
menucolor=webdarkblue,
pdftitle={ates},
pdfauthor={acek},
pdfkeywords={round and happy},
pagebackref,
citecolor=black,
pdfpagemode=None,
bookmarksopen=true]{hyperref}
\begin{document}
\pagenumbering{roman}
\begin{table}[h]
\centering
\floatbox[\captop]{table}[\FBwidth]{
\begin{tabular}{p{4cm}|p{3cm}}
\hline
\centering{\textbf{ Kollektutine}} & \centering{\textbf{Bescbung}}
\tabularnewline\hline
\textbf{MPier} & Synciner Gruppe.
\tabularnewline
\tabularnewline\hline
\end{tabular}}
{\caption{Kollektive Mbe und deren Auswirkung.}\label{tab:mpicoll}}
\end{table}
\end{document}
ich schaffe es nicht dieselben einstellungen für meine table-umgebungen auch für longtables zu verwenden mit dem paket floatrow.
Ich habe ein Minimalbeispiel das mit pdflatex eine normale Tabelle erstellt. Ich würde aber gerne eine longtable draus machen die aber genau dieselbe caption-breit und denselben style wie die normale table hat.
Leider brauche ich dazu Hilfe von Euch! Für Hilfe bin ich sehr dankbar!
\documentclass[a4paper,11pt,twoside]{article}
\usepackage[utf8]{inputenc}
\usepackage[USenglish, ngerman]{babel}
\usepackage{makeidx}
\usepackage[plainheadsepline,plainfootsepline]{scrpage2}
\automark[chapter]{section}
\usepackage{longtable}
\usepackage{array,colortbl}
\usepackage[table]{xcolor}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{floatrow}
\DeclareFloatVCode{rule}{\vskip4pt\hrule\vskip4pt}
\floatsetup[figure]{style=ruled, precode=none, capposition=bottom}
\floatsetup[table]{style=ruled, postcode=none, capposition=top}
\floatsetup[tabular]{style=ruled, postcode=none, capposition=top}
\floatsetup[longtable]{style=ruled, precode=none, capposition=bottom}
\captionsetup[table]{font=small,format=hang}
\captionsetup[tabular]{font=small,format=hang}
\captionsetup[figure]{font=small, format=hang}
\captionsetup[subfloat]{font=small, format=hang}
\usepackage{graphics}
\usepackage[style=base,font=footnotesize,labelformat=parens,la belsep=space]{subfig}
\usepackage[pdftex]{graphicx}
\usepackage[pdftex,
colorlinks=true,
urlcolor=black,
anchorcolor=brightblue,
filecolor=green,
linkcolor=black,
menucolor=webdarkblue,
pdftitle={ates},
pdfauthor={acek},
pdfkeywords={round and happy},
pagebackref,
citecolor=black,
pdfpagemode=None,
bookmarksopen=true]{hyperref}
\begin{document}
\pagenumbering{roman}
\begin{table}[h]
\centering
\floatbox[\captop]{table}[\FBwidth]{
\begin{tabular}{p{4cm}|p{3cm}}
\hline
\centering{\textbf{ Kollektutine}} & \centering{\textbf{Bescbung}}
\tabularnewline\hline
\textbf{MPier} & Synciner Gruppe.
\tabularnewline
\tabularnewline\hline
\end{tabular}}
{\caption{Kollektive Mbe und deren Auswirkung.}\label{tab:mpicoll}}
\end{table}
\end{document}