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