Skip to content

Commit a6ad608

Browse files
committed
[std, styles] Adjust table captions as per ISO request
ISO has asked for captions to be bold and table numbers to be separated by a dash.
1 parent fdce2a7 commit a6ad608

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

source/std.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
{listings} % code listings
1414
\usepackage{longtable} % auto-breaking tables
1515
\usepackage{ltcaption} % fix captions for long tables
16+
\usepackage{caption} % caption style
1617
\usepackage{relsize} % provide relative font size changes
1718
\usepackage{textcomp} % provide \text{l,r}angle
1819
\usepackage{underscore} % remove special status of '_' in ordinary text

source/styles.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
%%--------------------------------------------------
114114
%% set caption style
115115
\captionstyle{\centering}
116+
\DeclareCaptionLabelSeparator{emdash}{ --- }
117+
\captionsetup{labelsep=emdash,font+=bf}
116118

117119
%%--------------------------------------------------
118120
%% set global styles that get reset by \mainmatter

0 commit comments

Comments
 (0)