linksbündige Überschrift über zentrierter Tabelle?Hilfe!
Verfasst: Mi 5. Aug 2015, 09:59
Ich möchte die linksbündige Überschrift über die zentrierte Tabelle bekommen....wäre sehr wichtig und ich wäre sehr dankbar! Habe wirklich schon viel probiert..
\documentclass [a4paper,ngerman, 12pt, twoside,openright, % ersatzweise 11pt halfparskip,%Absatzabstand ngerman]%neue deutsche Rechtschreibung {scrbook} \usepackage{ltcaption} \usepackage{caption} \renewcommand*{\captionformat}{}%Tabellen werden APA konform \setcapindent*{1sp}% 1sp ist so winzig, dass man den nicht sehen kann \setkomafont{caption}{\upshape} \setkomafont{captionlabel}{\itshape} \usepackage{longtable,array} \usepackage{chngcntr} \counterwithout{figure}{chapter} \counterwithout{table}{chapter} %\DeclareCaptionJustification{raggedright}{\raggedright} \DeclareCaptionLabelSeparator{enspace}{\newline} \captionsetup[table]{name=Tabelle, labelsep=enspace,labelformat=simple,labelfont=up, textfont=it, justification=justified,singlelinecheck=false} \captionsetup[figure]{labelsep=period,labelformat=simple, name=Abbildung} %macht Punkt nach Abbildung \begin{document} \begin{table}[htbp] % \centering \normalsize \caption{Deskriptive Statistik der Schattenwirtschaft} \begin{tabular}{p{4cm}r} \textbf{\textit{N}=162} &\textbf{Schattenwirtschaft} \\% \textbf{Mittelwert} & 34.48 \\% \textbf{Median} & 35.35 \\ \textbf{Standardabweichung} & 13.28 \\ \textbf{Minimum} & 8.70 \\ \textbf{Maximum} & 68.80 \\ \end{tabular} \end{table} % Ende des Dokumentes \end{document}