Skip to content

Releases: nmfs-opensci/quarto_titlepages

fix coverpage theme error with date-fontsize

06 Feb 23:54
Compare
Choose a tag to compare

Fix bug if user selected date-fontsize in the coverpage-theme. The lua filter was not setting a default spacing so the fontspec latex was failing.

fix coverpage author errors

04 Dec 18:46
Compare
Choose a tag to compare

Two bugs

  • was ignoring author-style: "none" if coverpage: true
  • was throwing an error if there was not author at all

Fix the titlepage missing error

08 Dec 23:03
Compare
Choose a tag to compare
  • Fix the missing titlepage bug
  • Make the coverpage demos more robust
  • Provide a simple example in addition to the more complex one with coverpage

v3.3.5 Fix Palatino font

04 Nov 19:28
9f326e5
Compare
Choose a tag to compare

This font is not on Windows which uses "Palatino Linotype". Replaced with Arial which is more commonly available.

v3.3.4 Various formatting additions

01 Nov 03:25
Compare
Choose a tag to compare
  • Add affiliation sep so can have affiliations on new line
  • Add author-space-between so can have each author-address block separated by space
  • Allow author, affiliation, header, footer, date to have color
  • Add date to coverpage
  • Add -node-spec for coverpage elements so you get full control over the nodes and can make the text boxes filled with color.
  • Add some info to the documentation on how to define your own color in the LaTeX header

v3.3.3 add coverpage-include-file

22 Oct 23:23
Compare
Choose a tag to compare
  • add coverpage-include-file so that you can have copyright or other static pages after the cover page.
  • fixed some typos in the documentation

v3.3.2 Minor clean-up

21 Oct 17:36
186dea0
Compare
Choose a tag to compare
  • A few typos.
  • Fix the links to the github source.
  • Add some more yaml in the static chapter

v3.3.1 Add documentation in a folder

04 Oct 18:44
Compare
Choose a tag to compare

The documentation is now included with a release in folder documentation. The GitHub Action in .github/workflows builds the documentation book from this folder.

v3.3.0 Include files

04 Oct 00:26
Compare
Choose a tag to compare

Allows the static pages to be added to the front matter using

titlepage-include-file:
  - file1.tex
  - file2.tex
  - file3.tex

v3.2.1 Patch to fix error with version number

03 Oct 16:36
Compare
Choose a tag to compare

Latest Quarto version requires three numbers (Major.Minor.Patch) for Quarto extension versions.