Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
build
|
||||
@@ -0,0 +1,5 @@
|
||||
#import "template.typ"
|
||||
|
||||
#show: doc => template.apply(doc)
|
||||
|
||||
= Hello world
|
||||
@@ -0,0 +1,18 @@
|
||||
#let apply(doc) = {
|
||||
set page(paper: "a4", numbering: "1")
|
||||
set par(justify: true)
|
||||
set text(lang: "fr")
|
||||
set heading(numbering: "1.")
|
||||
|
||||
show cite: content => {
|
||||
set text(fill: blue)
|
||||
content
|
||||
}
|
||||
|
||||
show ref: content => {
|
||||
set text(fill: blue)
|
||||
content
|
||||
}
|
||||
|
||||
doc
|
||||
}
|
||||
Reference in New Issue
Block a user