#import "./note_template.typ": *
#show: document => note(
title: [Notes for blablabla],
authors: ( // array to support multiple authors
(
name: [author one],
affiliations: (1,) // array to support multiple affiliations
),
(
name: [author two],
affiliations: (1,2)
),
),
insitutes: (
[institute one shared by both authors],
[institue two]
)
abstract: lorem(100),
two_columns: false,
show_contents: false,
show_references: false, // specify `bib_filename` if is true
document,
)
// begin documents
This is main text \
lorem(500),
-
Notifications
You must be signed in to change notification settings - Fork 0
typst template file for private notes
License
xiaodong-hu/typst-note-template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
typst template file for private notes
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published