Skip to content

Commit 2345345

Browse files
committed
sync with packages fork
1 parent 6045916 commit 2345345

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example_gsas.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/harvard-gsas-thesis:0.1.0": frontmatter, school-color
1+
#import "@preview/harvard-gsas-thesis-oat:0.1.0": frontmatter, school-color
22

33
#show: frontmatter.with(
44
title: "Dissertation Title",

templates/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/harvard-gsas-thesis:0.1.0": frontmatter, school-color
1+
#import "@preview/harvard-gsas-thesis-oat:0.1.0": frontmatter, school-color
22

33
#show: frontmatter.with(
44
title: "Dissertation Title",

typst.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = "harvard-gsas-thesis"
2+
name = "harvard-gsas-thesis-oat"
33
version = "0.1.0"
44
entrypoint = "lib.typ"
55
authors = ["Moelf <https://github.com/Moelf>"]
66
license = "MIT"
77
description = "PhD Thesis template for Harvard GSAS (Graduate School of Arts and Sciences)"
8-
repository = "https://github.com/Moelf/harvard-gsas-thesis-typst"
8+
repository = "https://github.com/Moelf/harvard-gsas-thesis-oat"
99
keywords = ["Harvard", "GSAS", "Harvard University", "dissertation", "thesis"]
1010
categories = ["thesis"]
1111
exclude = ["example_gsas.pdf", "example_gsas.typ"]

0 commit comments

Comments
 (0)