xndoxndxodn
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Configuration
|
# Configuration
|
||||||
let template_dir = ".typst-template"
|
let template_dir = ".typst-template"
|
||||||
let config_dir = ".config"
|
let config_dir = ".config"
|
||||||
let out_dir = "."
|
let out_dir = (pwd)
|
||||||
|
|
||||||
def main [subject: string, shortcode: string, number: string = ""] {
|
def main [subject: string, shortcode: string, number: string = ""] {
|
||||||
let subject_lower = ($subject | str downcase)
|
let subject_lower = ($subject | str downcase)
|
||||||
|
|||||||
@@ -1,19 +1,19 @@
|
|||||||
[subjects.erv]
|
[subjects.erv]
|
||||||
name = "ЕРВ"
|
name = "ЕРВ"
|
||||||
full_name = "Елементи теорії розрахунків"
|
full_name = "Електрорадіовимірювання"
|
||||||
mentors = [
|
mentors = [
|
||||||
{name = "Шевченко Т. Г.", degree = "Доцент кафедри ПІ", gender = "m"},
|
{name = "Шевченко Т. Г.", degree = "Доцент кафедри ПІ", gender = "m"},
|
||||||
{name = "Франко І. Я.", degree = "Асистент кафедри ПІ", gender = "m"}
|
{name = "Франко І. Я.", degree = "Асистент кафедри ПІ", gender = "m"}
|
||||||
]
|
]
|
||||||
|
|
||||||
[subjects.fiz]
|
[subjects.fiz]
|
||||||
name = "Фізика"
|
name = "ФІЗ"
|
||||||
full_name = "Фізика"
|
full_name = "Фізика"
|
||||||
mentors = [
|
mentors = [
|
||||||
{name = "Шевченко Т. Г.", degree = "Доцент кафедри ПІ", gender = "m"}
|
{name = "Шевченко Т. Г.", degree = "Доцент кафедри ПІ", gender = "m"}
|
||||||
]
|
]
|
||||||
|
|
||||||
[subjects.vyshmat]
|
[subjects.vm]
|
||||||
name = "Вишмат"
|
name = "ВМ"
|
||||||
full_name = "Вища математика"
|
full_name = "Вища математика"
|
||||||
mentors = []
|
mentors = []
|
||||||
|
|||||||
Reference in New Issue
Block a user