Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
f9cf4491eb
|
|||
|
255ff918be
|
|||
|
425730c619
|
@@ -6,6 +6,8 @@
|
||||
supervisor: "Ondřej Mekina",
|
||||
)
|
||||
|
||||
#profile("release")
|
||||
|
||||
= Lehký úvod do Typstu a této šablony
|
||||
|
||||
Typst je profesionální sázecí nástroj podobný markdownu, LaTeXu/TeXu, groffu, atd.
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
// text
|
||||
set text(font: serif_font);
|
||||
set par(justify: true, first-line-indent: 0.63cm);
|
||||
set par(justify: true);
|
||||
if language == "cs" {
|
||||
content = set_czech_nonbreakable_terms(content);
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#import "../template/template.typ": *
|
||||
|
||||
#tultitlepages2(
|
||||
author: "James Bond",
|
||||
author: "Ondřej Mekina, Matěj Žucha",
|
||||
author_pronouns: "masculine",
|
||||
supervisor: "Q",
|
||||
supervisor: "Ondřej Mekina",
|
||||
document: "bp",
|
||||
faculty: "fm",
|
||||
programme: (cs: "MI6000000007 Přísně tajné"),
|
||||
|
||||
Reference in New Issue
Block a user