Daniel S. Fowler
Daniel S. Fowler
This has been asked previously, see if the suggestion in [issue 213, _How to reduce the whitespace above the Chapter title text?_](https://github.com/kks32/phd-thesis-template/issues/213), helps.
Does the same occur for `citep{}`? Haven't tested this current template, I use a [modified template](https://github.com/GR8DAN/coventry-thesis) in Overleaf, where the bibliography code has been changed in _preamble.tex_ and _thesis.tex_, and...
The template has a couple of appendices as examples, copy/use them. I.e. create a directory and add a LaTeX file for your appendix and add the directory/file reference in the...
C# supports compilation to WebAssembly (WASM). I've been wondering if using HTML Canvas as a drawing surface for animation would be worth a try. See: [Draw Animated Graphics in the...
Look at line 159 in thesis.tex: `%\bibliographystyle{unsrt} % Use for unsorted references `
See the README for the one-sided option. Default is for double sided printing.
I've had problems with _algpseudocode_, I switched to _algorithm2e_. In the _preamble.tex_ file switch line 49 to: `\usepackage[ruled,vlined]{algorithm2e}` Details on options here: http://tug.ctan.org/macros/latex/contrib/algorithm2e/doc/algorithm2e.pdf Another alternative would be the _algorithmic_ package,...
What is required is a native Tex to DOCX, but that hasn't emerged yet. As you pointed out, the bibliography becomes hard coded. When I need to give a DOCX...
I believe this can be achieved with the [glossaries](https://ctan.org/pkg/glossaries?lang=en) package. [TEX Q&A on StackExchange](https://tex.stackexchange.com/search?q=Nomenclature+per+chapter) is good for general LaTeX questions.
The original template supports _nomenclature_, see line 132 of _thesis.tex_.