Skip to content

Commit

Permalink
kebab-case
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Feb 8, 2025
1 parent ac0c1ba commit 10e3fe5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
abstract: [this is abstract text],
author: "John Harvard",
advisor: "Melissa Franklin",
doctor_of: "Physics",
doctor-of: "Physics",
major: "Physics",
)

Expand Down
8 changes: 4 additions & 4 deletions packages/preview/harvard-gsas-thesis/0.1.0/lib.typ
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#let SchoolColor = rgb(165, 28, 48)
#let school-color = rgb(165, 28, 48)

#let frontmatter(
title: none,
abstract: [],
author: "John Harvard",
advisor: "My Dear Advisor",
doctor_of: "Physics",
doctor-of: "Physics",
major: "Physics",
doc
) = {
Expand All @@ -24,7 +24,7 @@
#set text(20pt, weight: "regular")
#pagebreak()
#v(30%)
#text(100pt, SchoolColor, counter(heading).display())\
#text(100pt, school-color, counter(heading).display())\
#text(24.88pt, it.body)
#v(3em)
]
Expand All @@ -34,7 +34,7 @@
counter(page).update(1)
grid(
[
#text(SchoolColor, 24.88pt)[_#(title)_]
#text(school-color, 24.88pt)[_#(title)_]
#v(1fr)
#show: smallcaps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
abstract: [this is abstract text],
author: "John Harvard",
advisor: "Melissa Franklin",
doctor_of: "Physics",
doctor-of: "Physics",
major: "Physics",
)

Expand Down

0 comments on commit 10e3fe5

Please sign in to comment.