Merge pull request #27 from muzimuzhi/enumitem-duplicate

delete duplicate package loading
This commit is contained in:
Dongsheng Deng
2019-05-20 14:31:27 +08:00
committed by GitHub

View File

@@ -216,8 +216,6 @@
\setlist{nolistsep} \setlist{nolistsep}
% caption settings % caption settings
\RequirePackage{caption}
\captionsetup{labelfont = bf}
\RequirePackage[font=small,labelfont={bf,color=structurecolor}]{caption} \RequirePackage[font=small,labelfont={bf,color=structurecolor}]{caption}
\captionsetup[table]{skip=3pt} \captionsetup[table]{skip=3pt}
\captionsetup[figure]{skip=3pt} \captionsetup[figure]{skip=3pt}
@@ -351,9 +349,6 @@
%%define the note and proof environment %%define the note and proof environment
\RequirePackage{pifont,manfnt,bbding} \RequirePackage{pifont,manfnt,bbding}
% list/itemize/enumerate setting
\RequirePackage[shortlabels]{enumitem}
\setlist{nolistsep}
\RequirePackage[many]{tcolorbox} \RequirePackage[many]{tcolorbox}
@@ -720,4 +715,4 @@
framerule=0.2pt, framerule=0.2pt,
columns=flexible, columns=flexible,
% backgroundcolor=\color{lightgrey} % backgroundcolor=\color{lightgrey}
} }