From b49a553032072b4e3a8a4f74987376386c02df6e Mon Sep 17 00:00:00 2001 From: "W. Joel Schneider" Date: Fri, 3 May 2024 07:37:48 -0400 Subject: [PATCH] typst fixes --- .../apaquarto/typst/typst-template.typ | 5 +++ bibliography.bib | 8 ++++ changelog.qmd | 5 ++- docs/changelog.html | 4 +- docs/installation.html | 2 +- docs/options.html | 2 +- docs/search.json | 2 +- docs/writing.html | 17 +++++--- example.qmd | 43 +++++++++++++------ options.qmd | 2 +- writing.qmd | 10 +++-- 11 files changed, 71 insertions(+), 29 deletions(-) diff --git a/_extensions/apaquarto/typst/typst-template.typ b/_extensions/apaquarto/typst/typst-template.typ index b7c0599..12e73ae 100644 --- a/_extensions/apaquarto/typst/typst-template.typ +++ b/_extensions/apaquarto/typst/typst-template.typ @@ -76,6 +76,11 @@ set table( lang: lang ) + show link: set text(blue) + + show quote: set pad(x: 0.5in) + show quote: set par(leading: leading) + show quote: set block(spacing: spacing, above: spacing, below: spacing) // show LaTeX show "TeX": TeX show "LaTeX": LaTeX diff --git a/bibliography.bib b/bibliography.bib index 123b437..b3669ff 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -1,3 +1,11 @@ +@book{brownHowKilledPluto2012, + address = {New York}, + title = {How {I} killed {Pluto} and why it had it coming}, + publisher = {Spiegel \& Grau}, + author = {Brown, Mike}, + year = {2012}, +} + @book{CameronTrivedi2013, author = {A. Colin Cameron and Pravin K. Trivedi}, title = {Regression Analysis of Count Data}, diff --git a/changelog.qmd b/changelog.qmd index 9d2b15d..f0b12d6 100644 --- a/changelog.qmd +++ b/changelog.qmd @@ -15,6 +15,7 @@ engine: knitr * Full language option support + # Version 4.0.1 (2024-05-01) - Improvemements for typst @@ -22,7 +23,9 @@ engine: knitr * Implemented NoIndent feature for typst * Proper indenting for multi-paragraph abstracts * Fixed numbering of tables in appendices -- Fixed bug that reversed floatsintext to the opposite of expectations. + * Block quote indenting corrected + * Color links blue +- Fixed bug that reversed `floatsintext` to the opposite of expectations. - On the remote chance that anyone needs more than 26 appendices, subsequent appendices are AA, AB, AC, ..., BA, BB, BC, ... AAA, AAB, ... # Version 4.0.0 (2024-05-01) diff --git a/docs/changelog.html b/docs/changelog.html index 3a0585f..e9d6835 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -219,8 +219,10 @@

Version 4.0.1 (2024-05-01)

  • Implemented NoIndent feature for typst
  • Proper indenting for multi-paragraph abstracts
  • Fixed numbering of tables in appendices
  • +
  • Block quote indenting corrected
  • +
  • Color links blue
  • -
  • Fixed bug that reversed floatsintext to the opposite of expectations.
  • +
  • Fixed bug that reversed floatsintext to the opposite of expectations.
  • On the remote chance that anyone needs more than 26 appendices, subsequent appendices are AA, AB, AC, …, BA, BB, BC, … AAA, AAB, …
  • diff --git a/docs/installation.html b/docs/installation.html index 05796bf..80cd0fb 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -1015,7 +1015,7 @@

    An existing file

    }); - -