Archived
Template
1
0
Fork 0
generated from me/guix-typst-template
This repository has been archived on 2025-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
guix-typst-mla-template/src/document.typ

16 lines
302 B
XML

#{
import "properties.typ": properties
import "page/essay.typ": page_essay
let content = include "content.typ"
set document(
title: properties.title,
author: properties.author_name.first + " " + properties.author_name.last,
)
page_essay(
..properties,
content,
)
}