Skip to content

Releases: nmfs-opensci/quarto-thesis

fix logo bug

15 Dec 22:51
Compare
Choose a tag to compare

Logo would not show up on the cover page. Changed to add logo in thesis part of _quarto.yml

Fix minor typos in documentation

05 Dec 22:30
Compare
Choose a tag to compare

and update the README to be clearer on how to use.

Version 0.2.3 fix \mathbf

21 Jan 00:22
Compare
Choose a tag to compare

There is a conflict between mathpazo package and xelatex. Deleted mathpazo from header file.

Version 0.2.2 Fixed bug with math rendering

20 Jan 21:09
Compare
Choose a tag to compare

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

04 Nov 15:37
Compare
Choose a tag to compare

Actually it doesn't need Quarto 1.2. Works fine w 1.1.

version 0.2.0 Quarto version 1.2 update

04 Nov 15:30
Compare
Choose a tag to compare

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