- Hide the abstract title by default
- Add
hide-abstract-title: falseto show abstract label
- Rename
monofonttocodefont - Remove
leading; uselinestretch
- Clean source (remove independent Typst package)
- Include new Quarto variables:
thanksmathfontcodefontlinestretchcitecolorfilecolor
- Support some Quarto brand variables
- 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
- Fix counter resetting in appendices
- Don't set default
citeproc: true- This may affect previous uses of the template. To fix, include
citeproc: truein your YAML configuration
- This may affect previous uses of the template. To fix, include
- Fix critical bug (#48) (thanks @martinfleis)
- Easter egg!
- Refactor to include a standalone Typst template
- Improve documentation
- Improve appendix function
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.
- Remove deprecated
blockquote()from definitions.typ.
- Document all features
- Standard Quarto variables
- Variables passed to Typst
- preprint-typst-specific variables
- Use custom definitions.typ to customize more elements
- Fix appendix alignment from center to left
- Fix figure caption alignment
- Fix callout body text alignment
- Fix author footnote bug
- 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
- Support "themes" that bundle layout settings
theme-jou: trueis a two-column layout with smaller margins and text
- Support full-width floats in two-column documents using https://github.com/christopherkenny/typst-function
- Support
line-number(true/false)
This release brings quarto-preprint closer to parity with updates to the default Quarto Typst template.
- Update
andrewheiss/word-countand required Quarto version
- Add vertical space around floats
- Remove spurious callout captions
- Support
equal-contributorauthor metadata
- Allow more control over layout settings with YAML variables
- Use
first-line-indentandallto control paragraph indents
- Use
- Small layout improvements to level 4 & 5 headers
- Document more YAML variables
- Fix issue with author notes
- Fix issue with citations (#23)
- Switch to MIT license
- Automate releases
- Use "categories" instead of "keywords" for Quarto HTML compatibility