Skip to content

Commit aa87d4f

Browse files
dev: 0.2.0
1 parent d2c00cb commit aa87d4f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/book.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/shiroa:0.1.2": *
1+
#import "@preview/shiroa:0.2.0": *
22

33
#show: book
44

src/ebook.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/shiroa:0.1.2": *
1+
#import "@preview/shiroa:0.2.0": *
22
#import "/typ/templates/ebook.typ"
33

44
#show: ebook.project.with(

typ/templates/ebook.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/shiroa:0.1.2": *
1+
#import "@preview/shiroa:0.2.0": *
22
#import "/typ/templates/page.typ": project, part-style, dash-color
33
#import "/typ/templates/term.typ": reset-term-state
44

typ/templates/page.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// This is important for typst-book to produce a responsive layout
33
// and multiple targets.
4-
#import "@preview/shiroa:0.1.2": get-page-width, target, is-web-target, is-pdf-target, plain-text, templates
4+
#import "@preview/shiroa:0.2.0": get-page-width, target, is-web-target, is-pdf-target, plain-text, templates
55
#import templates: *
66
#import "template-link.typ": *
77
#import "/typ/templates/side-notes.typ": side-attrs

typ/templates/template-link.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// #import "supports-text.typ": plain-text
3-
#import "@preview/shiroa:0.1.2": plain-text
3+
#import "@preview/shiroa:0.2.0": plain-text
44

55
#let make-unique-label(it, disambiguator: 1) = label({
66
let k = plain-text(it).trim()

0 commit comments

Comments
 (0)