mirror of
https://github.com/Zenithsiz/ist-ddrs-lab2
synced 2026-02-03 14:10:05 +00:00
Moved all typst files to typst/.
This commit is contained in:
parent
b6499e8da7
commit
58b37ae08b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
# Auto-generated
|
||||
*.pdf
|
||||
typst/**/*.pdf
|
||||
output/
|
||||
|
||||
# Exceptions
|
||||
|
||||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -6,6 +6,7 @@
|
||||
"ggplot",
|
||||
"ggsave",
|
||||
"probs",
|
||||
"tecnico",
|
||||
"Tsvg",
|
||||
"typst"
|
||||
]
|
||||
|
||||
@ -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)
|
||||
]
|
||||
]
|
||||
@ -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]
|
||||
|
||||
@ -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.]
|
||||
|
||||
@ -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())
|
||||
Loading…
x
Reference in New Issue
Block a user