first place?).
+ simply removed the \@makecaption low-level definitions as they
were interfering with our ability to use \captionsetup{...}
inside the mdframed environment (the low-level definitions
always ended up overriding any local captionsetup).
I don't see much point to these low-level definitions, they
can be fairly well replicated with captionsetup anyway.
allow the writer to add optional args to the custom environments
(the definitions would need to be rewritten from scratch to support
that, probably with xparse notation). Anyway, the default behaviour
of the itemize environment produces just the same results as
bulletlist-indent (as far as I can tell).
I could see no effect with or without that hack.
Reasoning behind it was never documented it seems.
Whatever it was originally needed for probably no longer the case.
Feel free to remove the lines completely on next commit.
with decimal points (not sure why LaTeX was not complaining about
that). Anyway, I can't see any changes in the document after
changing the decimal symbol here.
Had to require package luatex85 in the Lua thesis.tex file (see notes in README and cls file).
Re-organised the README to make it easier to get started.
removed the quotation environment (we already use csquotes)
commented out custom font sizes for now (they don't work well with fonts other than class' default)