Turned in copy

This commit is contained in:
2025-10-28 08:56:51 -06:00
parent ed52009767
commit cd3c177889
7 changed files with 261 additions and 149 deletions

View File

@@ -4,7 +4,6 @@
professor: none,
date: none,
course: none,
bibliography-file: none,
font-size: 12pt,
font: "Times New Roman",
body
@@ -124,17 +123,4 @@
// Display the paper's contents.
body
// Display the bibliography, if any is given.
if bibliography-file != none {
pagebreak()
align(center, "Works Cited")
show bibliography: set par(
first-line-indent: 0in,
hanging-indent: 0.5in
)
bibliography(
bibliography-file, title:none, style: "mla"
)
}
}