Salnic
16-01-2005, 23:29
habe neue Gleitumgebung erstellt, ging mit float sehr gut. Nun möchte ich, dass deren Caption die gleiche Formatierung wie figure oder table hat. Wie erstellt man neuen style für neue float-Umgebung?
% Beschriftsstile für table und figure ändern
\usepackage[flushleft]{caption2}
\newcaptionstyle{left}{\flushleft{\textbf{\caption label} \captiontext}}
\captionstyle{left}
% neue Gleitumgebung "Schema" erstellen
\usepackage{float}
\newfloat{schema}{tbh}{los}[chapter]
\floatname{schema}{Schema}
% Beschriftsstile für table und figure ändern
\usepackage[flushleft]{caption2}
\newcaptionstyle{left}{\flushleft{\textbf{\caption label} \captiontext}}
\captionstyle{left}
% neue Gleitumgebung "Schema" erstellen
\usepackage{float}
\newfloat{schema}{tbh}{los}[chapter]
\floatname{schema}{Schema}