Skip to content

Commit

Permalink
Set caption separator to whitespace (#200 #223)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin committed Feb 26, 2022
1 parent ab57015 commit dced940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/format/general/caption.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
% It only determines weather the `skip` inserted above/below `caption`
\captionsetup{position=bottom}

% Use whitespace as caption separators
\captionsetup[figure]{labelsep=space}
\captionsetup[table]{labelsep=space}

%% Uncomment the following lines to use dual-language caption
%% E.g.: https://github.com/TheNetAdmin/zjuthesis/issues/181
% \usepackage[list=off]{bicaption}
Expand Down

0 comments on commit dced940

Please sign in to comment.