aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/tex/docstyle.sty
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-11-10 22:54:27 +0100
committerNao Pross <np@0hm.ch>2021-11-10 22:54:27 +0100
commit18c041b1fd8af1c5fb8548984c2118aeba0e96bb (patch)
tree5da2e5734ee5077cd52e2cf64783c94f71a171c1 /doc/thesis/tex/docstyle.sty
parentMerge branch 'master' of github.com:NaoPross/Fading (diff)
downloadFading-18c041b1fd8af1c5fb8548984c2118aeba0e96bb.tar.gz
Fading-18c041b1fd8af1c5fb8548984c2118aeba0e96bb.zip
Doc corrections from feedback
Diffstat (limited to '')
-rw-r--r--doc/thesis/tex/docstyle.sty5
1 files changed, 5 insertions, 0 deletions
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: