Moved all typst files to typst/.

This commit is contained in:
Filipe Rodrigues 2023-12-03 13:24:55 +00:00
parent b6499e8da7
commit 58b37ae08b
7 changed files with 12 additions and 11 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
# Auto-generated
*.pdf
typst/**/*.pdf
output/
# Exceptions

View File

@ -6,6 +6,7 @@
"ggplot",
"ggsave",
"probs",
"tecnico",
"Tsvg",
"typst"
]

View File

@ -1,20 +1,20 @@
#import "util.typ": course, title, degree, authors, group
#align(center)[
#image("images/tecnico-logo.png", width:70%)
#image("/images/tecnico-logo.png", width:70%)
#v(4em)
]
#align(center)[
#block(text(weight: 600, 2em, course))
#v(8em, weak: true)
#block(text(weight: 600, 1.75em, title))
#v(3em, weak: true)
#block(text(weight: 600, 1em, degree))
#v(4em, weak: true)
#pad(
top: 0.5em,
bottom: 0.5em,
@ -26,7 +26,7 @@
),
)
#v(2em, weak: true)
#block(text(weight: 600, 1em, group))
#v(1em, weak: true)
]
]

View File

@ -1,4 +1,4 @@
#import "/util.typ" as util: indent_par
#import "/typst/util.typ" as util: indent_par
#indent_par[The 2-DTMC process is capable of performing both what the Bernoulli process can, as well as another interesting behavior]

View File

@ -1,4 +1,4 @@
#import "/util.typ" as util: indent_par
#import "/typst/util.typ" as util: indent_par
#indent_par[To estimate the transition probabilities, we traverse the data a pair at a time. This allows us to check the transition of each data point and store it in an occurrences matrix.]

View File

@ -1,4 +1,4 @@
#import "util.typ" as util
#import "/typst/util.typ" as util
#set document(
author: util.authors,
@ -7,7 +7,7 @@
)
#set page(
header: locate(loc => if loc.page() > 1 {
image("images/tecnico-logo.png", height: 30pt)
image("/images/tecnico-logo.png", height: 30pt)
}),
footer: locate(loc => if loc.page() > 1 {
align(center, counter(page).display())