From 0014dd231108ec37964c5939cab9416cbb9b43e8 Mon Sep 17 00:00:00 2001 From: Ced Date: Sat, 27 May 2023 18:41:12 +0100 Subject: [PATCH] Make headrow in tables bold --- book/tables/vars.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/tables/vars.tex b/book/tables/vars.tex index e9764c8..38c8823 100644 --- a/book/tables/vars.tex +++ b/book/tables/vars.tex @@ -1,2 +1,4 @@ \documentclass{standalone} \usepackage{booktabs} +\usepackage{makecell} +\renewcommand\theadfont{\bfseries}