Skip to content

Commit

Permalink
Styling of captions
Browse files Browse the repository at this point in the history
This separates the captions from the surrounding text.
  • Loading branch information
henrikt-ma committed Jul 2, 2020
1 parent f641621 commit 5ab62b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions preamble.tex
Expand Up @@ -45,6 +45,14 @@
%\usepackage{subfig}
%\newcommand{\subfigureautorefname}{\figureautorefname}

\RequirePackage[margin=1em, labelfont=bf,
singlelinecheck=true, font=sl,
compatibility=false% Unsupported feature that suppresses the incompatibility checks...
]{caption}
\captionsetup[figure]{position=bottom}
\captionsetup[table]{position=top}
\DeclareCaptionOption{parskip}[]{}% Unclear workaround for conflict between captions, subfig, and parskip.

\usepackage{verbatim}
% The fixltx2e that was used for textsubscript is no longer needed for pdf, but is needed by latexml
\ifpdf
Expand Down

0 comments on commit 5ab62b9

Please sign in to comment.