Skip to content

Commit

Permalink
Update Typst version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWay1024 committed Dec 24, 2024
1 parent e24958c commit 7ee6039
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

# Step 1: Download the typst archive
- name: Download Typst
run: wget https://github.com/typst/typst/releases/download/v0.11.1/typst-x86_64-unknown-linux-musl.tar.xz
run: wget https://github.com/typst/typst/releases/download/v0.12.0/typst-x86_64-unknown-linux-musl.tar.xz

# Step 2: Extract the typst archive
- name: Extract Typst
Expand Down
2 changes: 1 addition & 1 deletion libs/bw.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/ctheorems:1.1.2": *
#import "@preview/ctheorems:1.1.3": *
#let thmboxparams = (
breakable: true,
separator: [#h(0em).#h(0.2em)],
Expand Down
2 changes: 1 addition & 1 deletion libs/color.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/ctheorems:1.1.2": *
#import "@preview/ctheorems:1.1.3": *

#let theorem = thmbox(
"theorem",
Expand Down
1 change: 0 additions & 1 deletion main.typ
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import "libs/template.typ": *
#import "@preview/ctheorems:1.1.2": *
#show: thmrules

#show: project.with(
Expand Down

0 comments on commit 7ee6039

Please sign in to comment.