From 240f9ab7b8316c6528b9141bb0a3c89cd5a271d4 Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Mon, 15 Apr 2019 10:21:07 +0200 Subject: [PATCH] subcaption --- mystyle.sty | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mystyle.sty b/mystyle.sty index 80f25dd..fe326ea 100644 --- a/mystyle.sty +++ b/mystyle.sty @@ -12,6 +12,8 @@ \setlength{\epigraphwidth}{.5\textwidth} \usepackage{xspace} \usepackage{parskip} +\usepackage{caption} +\usepackage{subcaption} %\usepackage[french]{babel} %\usepackage{icomma} @@ -200,8 +202,8 @@ \renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}} \renewcommand{\thesubsubsection}{\arabic{section}.\arabic{subsection}.\arabic{subsubsection}} \renewcommand{\thefigure}{\arabic{figure}} -\usepackage{subfigure} -\setcounter{lofdepth}{1} +%\usepackage{subfigure} +%\setcounter{lofdepth}{1} \renewcommand{\thetable}{\arabic{table}} % \usepackage{listings} -- 2.30.2