This commit is contained in:
2022-05-22 14:16:14 +00:00
parent 5436ac85a8
commit 9a59f541e5

View File

@@ -12,10 +12,10 @@
\typeout{Thesis package for Reykjavik University V3.0 <2022/05/2>, by Joseph Timothy Foley, foley at RU.IS} \typeout{Thesis package for Reykjavik University V3.0 <2022/05/2>, by Joseph Timothy Foley, foley at RU.IS}
%% ---------------- Critical packages ----------------------------- %% ---------------- Critical packages -----------------------------
% Toolbox of many many macros that make a lot of latex code smarter and more robust \RequirePackage{etoolbox}% \newbool, \ifbool, etc.
% Incl: \newbool, \ifbool, etc. %% Toolbox of many many macros that make a lot of latex code smarter and more robust
% http://texdoc.net/texmf-dist/doc/latex/etoolbox/etoolbox.pdf %% http://texdoc.net/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
\RequirePackage{etoolbox} \RequirePackage{ifluatex} %% \ifluatex
%% ---------------- Boolean switches ----------------------------- %% ---------------- Boolean switches -----------------------------
%% Booleans make it easy to enable and disable parts of the template %% Booleans make it easy to enable and disable parts of the template