Skip to content
Snippets Groups Projects
Commit 4e91a479 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

dito. für "table"

parent 48d50d03
Branches
No related tags found
No related merge requests found
...@@ -457,11 +457,13 @@ ...@@ -457,11 +457,13 @@
\setlength\labelsep{.5em} \setlength\labelsep{.5em}
} }
% TODO: Dasselbe auch für "table"
\renewenvironment{figure}[1][]{% \renewenvironment{figure}[1][]{%
%\def\@captype{figure}% ???
\renewcommand*\caption[2][]{\captionof{figure}{##2}}% \renewcommand*\caption[2][]{\captionof{figure}{##2}}%
}{} }{}
\renewenvironment{table}[1][]{%
\renewcommand*\caption[2][]{\captionof{table}{##2}}%
}{}
\addtokomafont{caption}{\small} \addtokomafont{caption}{\small}
\addtokomafont{captionlabel}{\bfseries} \addtokomafont{captionlabel}{\bfseries}
\setcapindent{1em} \setcapindent{1em}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment