Skip to content

Commit

Permalink
style: update university authors
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed Mar 6, 2024
1 parent 1ba3f4c commit 5731306
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/docs/themes/university.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Hello, Typst!
#let (slide, title-slide, focus-slide, matrix-slide) = utils.slides(s)
#show: slides.with(title-slide: false)
#title-slide(authors: ("Author A", "Author B"))
#title-slide(authors: ([Author A], [Author B]))
= The Section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Hello, Typst!
#let (slide, title-slide, focus-slide, matrix-slide) = utils.slides(s)
#show: slides.with(title-slide: false)
#title-slide(authors: ("Author A", "Author B"))
#title-slide(authors: ([Author A], [Author B]))
= The Section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Hello, Typst!
#let (init, slide, slides, title-slide, focus-slide, matrix-slide, touying-outline, alert) = utils.methods(s)
#show: init
#title-slide(authors: ("Author A", "Author B"))
#title-slide(authors: ([Author A], [Author B]))
#slide(title: [Slide title], section: [The section])[
#lorem(40)
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.2.x/themes/university.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Hello, Typst!
#let (init, slide, slides, title-slide, focus-slide, matrix-slide, touying-outline, alert) = utils.methods(s)
#show: init
#title-slide(authors: ("Author A", "Author B"))
#title-slide(authors: ([Author A], [Author B]))
#slide(title: [Slide title], section: [The section])[
#lorem(40)
Expand Down
2 changes: 1 addition & 1 deletion examples/university.typ
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#let (slide, title-slide, focus-slide, matrix-slide) = utils.slides(s)
#show: slides.with(title-slide: false)

#title-slide(authors: ("Author A", "Author B"))
#title-slide(authors: ([Author A], [Author B]))

= The Section

Expand Down
2 changes: 1 addition & 1 deletion utils/utils.typ
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
self.page-args += (
header: none,
footer: none,
margin: 0em,
margin: (x: 0em, y: 0em),
)
self.padding = (x: 0em, y: 0em)
self
Expand Down

0 comments on commit 5731306

Please sign in to comment.