From 18c041b1fd8af1c5fb8548984c2118aeba0e96bb Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Wed, 10 Nov 2021 22:54:27 +0100 Subject: Doc corrections from feedback --- doc/thesis/tex/docstyle.sty | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/thesis/tex/docstyle.sty') diff --git a/doc/thesis/tex/docstyle.sty b/doc/thesis/tex/docstyle.sty index b33e206..2adec0f 100644 --- a/doc/thesis/tex/docstyle.sty +++ b/doc/thesis/tex/docstyle.sty @@ -84,4 +84,9 @@ urlcolor = black, } +%% Set up subfigures to look like in IEEE classes +\RequirePackage{subcaption} +\usepackage[labelformat=simple]{subcaption} +\renewcommand\thesubfigure{(\alph{subfigure})} + % vim: set ts=2 sw=2 noet: -- cgit v1.2.1