upd
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,21 @@
|
||||
#set page(
|
||||
paper: "a4",
|
||||
margin: (x: 1.8cm, y: 1.5cm),
|
||||
)
|
||||
#set text(
|
||||
font: "New Computer Modern",
|
||||
size: 10pt
|
||||
)
|
||||
#set par(
|
||||
first-line-indent: (
|
||||
amount: 1.5em,
|
||||
all: true
|
||||
),
|
||||
justify: true,
|
||||
leading: 0.52em,
|
||||
)
|
||||
|
||||
|
||||
#set page(footer: context {
|
||||
if counter(page).get().first() > 1 [
|
||||
#align(left)[
|
||||
|
||||
Reference in New Issue
Block a user