von Mia_a_liabe » Fr 7. Aug 2015, 08:31
Hey, vielen lieben Dank!! macht jetzt genau was ich will!!
\documentclass
[a4paper,ngerman,
12pt, twoside,openright, % ersatzweise 11pt
halfparskip,%Absatzabstand
ngerman]%neue deutsche Rechtschreibung
{scrbook}
\usepackage{ltcaption}
\usepackage{caption}
\usepackage {threeparttable}
\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
\begin{threeparttable}[t]
\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{threeparttable}
\end{table}
\end{document}
Hey, vielen lieben Dank!! macht jetzt genau was ich will!!
[code]
\documentclass
[a4paper,ngerman,
12pt, twoside,openright, % ersatzweise 11pt
halfparskip,%Absatzabstand
ngerman]%neue deutsche Rechtschreibung
{scrbook}
\usepackage{ltcaption}
\usepackage{caption}
\usepackage {threeparttable}
\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
\begin{threeparttable}[t]
\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{threeparttable}
\end{table}
\end{document}[/code]