quarto-dev / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.
https://quarto.org
Other
3.95k stars 326 forks source link

Update Typst to 0.11 #9479

Closed skane88 closed 6 months ago

skane88 commented 6 months ago

Bug description

Can't use the table cell merge feature in templates because it is not supported in earlier versions of Typst. I downloaded the latest binary from Typst, overwrote the one that came with Quarto and it all worked again.

Steps to reproduce

Use table.cell(colspan:number) in your code and you get an error.

Expected behavior

Table should have nicely merged cells.

Actual behavior

Document doesn't compile.

Your environment

Quarto check output

Quarto 1.4.553 [>] Checking versions of quarto binary dependencies... Pandoc version 3.1.11: OK Dart Sass version 1.69.5: OK Deno version 1.37.2: OK [>] Checking versions of quarto dependencies......OK [>] Checking Quarto installation......OK Version: 1.4.553 Path: C:\Users\Sean Kane\AppData\Local\Programs\Quarto\bin CodePage: 1252

[>] Checking tools....................OK TinyTeX: (not installed) Chromium: (not installed)

[>] Checking LaTeX....................OK Tex: (not detected)

[>] Checking basic markdown render....OK

[>] Checking Python 3 installation....(None)

  Unable to locate an installed version of Python 3.
  Install Python 3 from https://www.python.org/downloads/

[>] Checking R installation...........(None)

  Unable to locate an installed version of R.
  Install R from https://cloud.r-project.org/
mcanouil commented 6 months ago

You need the 1.5 pre-release to get Typst 0.11.

skane88 commented 6 months ago

Thanks for letting me know.

mcanouil commented 6 months ago

FYI, that is listed in the changelog of the pre-release: https://quarto.org/docs/download/