>From 56e303e44387b2270d154d5ef4ed18d354e11c45 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 6 Aug 2017 12:14:22 +0900 Subject: [PATCH 5/6] Specify 'labelfont=bf' option in captionsetup This change gives similar looks to captions of figures and tables as code snippets with "ruled" style. The bold caption labels have distinct looks from body text. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- perfbook.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/perfbook.tex b/perfbook.tex index bfb1c79..f622708 100644 --- a/perfbook.tex +++ b/perfbook.tex @@ -25,6 +25,7 @@ \usepackage{epsfig} \usepackage{subfig} \newsubfloat{listing} +\captionsetup{labelfont=bf} % \usepackage{breakurl} \usepackage{graphicx} \usepackage{rotating} -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html