From 9bb3e5bb3be08fd12dda3c7c4ddf7384ca629612 Mon Sep 17 00:00:00 2001 From: Ezerous Date: Tue, 7 Sep 2021 16:28:55 +0300 Subject: [PATCH] feat: caption styling --- thesis-general.sty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thesis-general.sty b/thesis-general.sty index 85c45ea..853fef8 100644 --- a/thesis-general.sty +++ b/thesis-general.sty @@ -8,4 +8,5 @@ \usepackage{authblk} % Support for footnote style author/affiliation \usepackage{enumitem} % For item lists \usepackage{greek-enumerate} % Greek enumeration for ordered item lists -\usepackage{float} % Fpr \begin{figure}[H] +\usepackage{float} % For \begin{figure}[H] +\usepackage[font={footnotesize, it}]{caption} % For captions under figures \ No newline at end of file