von Mondain » Do 28. Jan 2010, 14:58
Danke. Wahrscheinlich liegt es an meiner captionsetup Formatierung:
\documentclass[DIV14,BCOR2cm,smallheadings,ngerman,bibtotoc,headsepline,openright,12pt]{scrbook}
\usepackage{babel}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{booktabs}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{calc}
\usepackage{multicol}
\package{supertabular}
\usepackage[intlimits]{amsmath}
\usepackage{amssymb}
\usepackage[latin1]{inputenc}
\usepackage[sf,tight,FIGBOTCAP]{subfigure}
\usepackage[round]{natbib}
\usepackage[margin=35pt]{caption}
\usepackage{dpfloat,subfig,placeins}
\usepackage{titlesec}
\usepackage[rightcaption]{sidecap}
\makeatletter
\newenvironment{myfig}{\SC@float[c]{figure}}{\endSC@float}
\makeatother
\clubpenalty = 10000
\widowpenalty = 10000
\parskip 2mm
\captionsetup{
font={sf,footnotesize},
labelfont={bf,tiny}
}
\captionsetup[subfloat]{
format=hang,
font={tm,small},
labelfont={bf,small},
labelformat=simple,
labelsep=period,
margin=5pt,
justification=raggedright,
singlelinecheck=false
}
Was könnte ich ändern, damit es passt?
Danke. Wahrscheinlich liegt es an meiner captionsetup Formatierung:
\documentclass[DIV14,BCOR2cm,smallheadings,ngerman,bibtotoc,headsepline,openright,12pt]{scrbook}
\usepackage{babel}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{booktabs}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{calc}
\usepackage{multicol}
\package{supertabular}
\usepackage[intlimits]{amsmath}
\usepackage{amssymb}
\usepackage[latin1]{inputenc}
\usepackage[sf,tight,FIGBOTCAP]{subfigure}
\usepackage[round]{natbib}
\usepackage[margin=35pt]{caption}
\usepackage{dpfloat,subfig,placeins}
\usepackage{titlesec}
\usepackage[rightcaption]{sidecap}
\makeatletter
\newenvironment{myfig}{\SC@float[c]{figure}}{\endSC@float}
\makeatother
\clubpenalty = 10000
\widowpenalty = 10000
\parskip 2mm
\captionsetup{
font={sf,footnotesize},
labelfont={bf,tiny}
}
\captionsetup[subfloat]{
format=hang,
font={tm,small},
labelfont={bf,small},
labelformat=simple,
labelsep=period,
margin=5pt,
justification=raggedright,
singlelinecheck=false
}
Was könnte ich ändern, damit es passt?