Great template, however it seems to be incompatible with the ‘
subfig
’ package; will not compile if this package is included.Any ideas why?
Regards,
Nick
subfig
’ package; will not compile if this package is included.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\usepackage[scriptsize]{subfigure}
in the thesis.cls
file. It seems you can only have 1 of the following packages in a document: subfig
, subfigure
or subcaption
.subfigure
is obsolete for some time now and has been superseeded by subfig
. However, package subcaption is the only package that supports hyperref satisfactory.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis