Tino Wagner
Tino Wagner
I think that change absolutely makes sense, but the scaling of integer input should be documented properly. Feel free to prepare a PR.
Thanks for the hints!
The template is using `biblatex` for bibliography, which does not support `.bst` styles. You now have two choices: either you adapt `preamble/biblatex.tex` and customize the way how `biblatex` is used...
You also need to change other files to switch to BibTeX, e.g. [thesis.tex](https://github.com/tuxu/ethz-thesis/blob/master/thesis.tex#L17) and [bibliography.tex](https://github.com/tuxu/ethz-thesis/blob/master/frontbackmatter/bibliography.tex).
Just tested with MacTeX 2019 and the TeXShop 4.44. The problem is with the commands for compiling the TeX files and bibliography, which default to `pdflatex` and `bibtex`. Change it...
Seems like [the most elegant way](https://texfaq.org/FAQ-chapbib) is with biblatex' `refsection` environment. Did you try without the `[bibliography]`? There's a complete example on Overleaf: https://de.overleaf.com/latex/examples/per-chapter-bibliographies-with-biblatex/yhdqvxtftwxf
I never had a chance to work with volume data in Gwyddion. This would certainly be nice to support! As far as I can tell from the Gwyddion file format...
Very good point and definitely an oversight. Would you mind giving PR #14 a try?