Skip to content

Latest commit

 

History

History
160 lines (100 loc) · 3.54 KB

File metadata and controls

160 lines (100 loc) · 3.54 KB

1.5.1

  • Hide the abstract title by default
  • Add hide-abstract-title: false to show abstract label

1.5.0

Breaking changes

  • Rename monofont to codefont
  • Remove leading; use linestretch

Other changes

  • Clean source (remove independent Typst package)
  • Include new Quarto variables:
    • thanks
    • mathfont
    • codefont
    • linestretch
    • citecolor
    • filecolor
  • Support some Quarto brand variables

1.4.3

  • Add space around math blocks
  • Reduce space around block quotes
  • Suggest only one font included in Typst
  • Include page-width content example in template document

1.4.2

  • Fix counter resetting in appendices

1.4.1

  • Don't set default citeproc: true
    • This may affect previous uses of the template. To fix, include citeproc: true in your YAML configuration

1.4.0

  • Fix author information and authornote footnotes (#50)
  • Support corresponding-text (#40)

1.3.1

  • Fix critical bug (#48) (thanks @martinfleis)

1.3.0

  • Easter egg!

1.2.0

  • Refactor to include a standalone Typst template
  • Improve documentation
  • Improve appendix function

1.1.0

Appendices

Appendices are now created by prepending them with, rather than wrapping in, a Typst function. This enables appendices to spread across pages. To create an appendix, use the appendix.with() function in a raw Typst block. For example:

```{=typst}
#show: appendix.with()
```

# Appendix A: Example stuff {.appendix}

Text goes here.

Other changes

  • Remove deprecated blockquote() from definitions.typ.

1.0.0

  • Document all features
    • Standard Quarto variables
    • Variables passed to Typst
    • preprint-typst-specific variables

0.19.0

0.18.1

  • Fix author footnote bug

0.18.0

  • Implement appendices
    • Requires using citeproc with known Typst bibliography formatting problems
  • Fix a bug where author-related footnotes didn't show up
  • Refactor codebase for improved maintainability and clarity
    • Create functions to format author info
    • Simplify theme-jou conditional logic

0.17.0

  • Support "themes" that bundle layout settings
    • theme-jou: true is a two-column layout with smaller margins and text

0.16.0

0.15.0

This release brings quarto-preprint closer to parity with updates to the default Quarto Typst template.

0.14.3

  • Update andrewheiss/word-count and required Quarto version

0.14.2

  • Add vertical space around floats

0.14.1

  • Remove spurious callout captions

0.14.0

  • Support equal-contributor author metadata

0.13.0

  • Allow more control over layout settings with YAML variables
    • Use first-line-indent and all to control paragraph indents
  • Small layout improvements to level 4 & 5 headers
  • Document more YAML variables

0.12.2

  • Fix issue with author notes

0.12.1

  • Fix issue with citations (#23)

0.12.0

  • Switch to MIT license
  • Automate releases

0.11.2

  • Use "categories" instead of "keywords" for Quarto HTML compatibility