--- a/ChengsongTanPhdThesis/main.tex Mon Jun 06 16:45:42 2022 +0100
+++ b/ChengsongTanPhdThesis/main.tex Mon Jun 06 23:17:45 2022 +0100
@@ -46,6 +46,7 @@
\usepackage{hyperref}
\usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
\usepackage{stmaryrd}
+\usepackage{caption}
\addbibresource{example.bib} % The filename of the bibliography
@@ -68,6 +69,10 @@
\usepackage{tikz}
\usetikzlibrary{automata, positioning, calc}
+
+
+\DeclareCaptionType{mytype}[Illustration][]
+\newenvironment{envForCaption}{\captionsetup{type=mytype} }{}
%----------------------------------------------------------------------------------------
% MARGIN SETTINGS
%----------------------------------------------------------------------------------------