Releases: nmfs-opensci/quarto-thesis
Releases · nmfs-opensci/quarto-thesis
fix logo bug
Fix minor typos in documentation
and update the README to be clearer on how to use.
Version 0.2.3 fix \mathbf
There is a conflict between mathpazo package and xelatex. Deleted mathpazo from header file.
Version 0.2.2 Fixed bug with math rendering
The header.tex file had
\usepackage[T1]{fontenc}
and that causes math not to render with xelatex, the default engine that Quarto uses. It is not needed anyhow as it was only there for international letter rendering and Quarto's tex headers should add the appropriate packages and specs.
version 0.2.1 Remove Quarto 1.2 dependency
Actually it doesn't need Quarto 1.2. Works fine w 1.1.
version 0.2.0 Quarto version 1.2 update
Quarto version 1.2 does not allow custom metadata in the book:
part of the yaml. So I added a new section to the yaml
thesis:
supervisor: name
group: name
etc.
A few other changes
- add a requirement for quarto > 1.2 in
_extension.yml
- added toclinkcolor to change the link color in the toc, lot, and lof