Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Typstry.jl to v0.3.0 (#55) #62

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Update Typstry.jl to v0.3.0 (#55) #62

merged 2 commits into from
Nov 5, 2024

Conversation

asinghvi17
Copy link
Member

No description provided.

@@ -38,9 +38,12 @@ function compile_typst(document::AbstractString)
err = Pipe()

try
# `pipeline` is not yet supported for `TypstCommand`
# `pipeline` is not yet supported for `TypstCommand`.
# We need to add Julia Mono as a typst font, but don't want to override user env specs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh good catch! This got me to fix the same issue in a few methods for v0.4 :)

@jakobjpeters
Copy link
Contributor

Typstry.jl v0.4.0 is out now too, primarily to support the latest Typst v0.12 :)

@asinghvi17 asinghvi17 merged commit 68ba1e5 into master Nov 5, 2024
1 of 4 checks passed
@asinghvi17 asinghvi17 deleted the typstry3 branch November 5, 2024 22:53
@asinghvi17
Copy link
Member Author

Thanks for the heads up! I'll register this now and then look at Typstry v0.4 compat.

@jakobjpeters
Copy link
Contributor

Cool! I bumped the minimum Julia version to v1.10, and will continue to support that version as it's the LTS. LaTeXStrings.jl is set at v1.1, since show(::LaTeXString) errors on LaTeXStrings.jl v1.0 and Julia v1.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants