Unable to use Typsium package (Using VScodium as editor)

Hi, I am writing up a thesis and need to write some chemical equations and formulae. I have been trying to use the typsium package, and have been importing it using the following code, as per the package documentation:

#import "@preview/typsium:0.3.0"

However I get the following error message:

package requires typst 0.13.1 or newer (current version is 0.12.0)

I checked the version via CLI using typst -V, it says the version is 0.13.1 (8ace67d9), so I’m not sure how to fix this issue.

I am running Windows 11, and am using VScodium with the Tinymist Typst extension.

EDIT: I was able to import the whalogen package for writing up chemical equations. Others may be facing the same issue as I am with importing typsium.

using VScodium with the Tinymist Typst extension.

Have you tried to upgrade tinymist? Tinymist has its own mechanism to preview typst documents.

The latest version is tinymist 0.13.16, just released a few hours ago.

https://open-vsx.org/extension/myriad-dreamin/tinymist

1 Like