mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2025-10-21 18:50:33 +00:00
docs: fix advisors example
This commit is contained in:
parent
620059b5b3
commit
af289ef9d5
@ -10,7 +10,7 @@ title/abstract/attachments, and a ready-to-edit example.
|
|||||||
Use the template in the Typst web app by clicking "Start from template" and
|
Use the template in the Typst web app by clicking "Start from template" and
|
||||||
searching for `solo-lu-df`, or initialize a new project with the CLI:
|
searching for `solo-lu-df`, or initialize a new project with the CLI:
|
||||||
|
|
||||||
```bash
|
```sh
|
||||||
typst init @preview/solo-lu-df
|
typst init @preview/solo-lu-df
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -49,7 +49,9 @@ template, you can add a show rule like this at the top of your file:
|
|||||||
authors: (
|
authors: (
|
||||||
(name: "Jānis Bērziņš", code: "jb12345", email: "jb12345@edu.lu.lv"),
|
(name: "Jānis Bērziņš", code: "jb12345", email: "jb12345@edu.lu.lv"),
|
||||||
),
|
),
|
||||||
advisors: (title: "Mg. dat.", name: "Ivars Ozoliņš"),
|
advisors: (
|
||||||
|
(title: "Mg. dat.", name: "Ivars Ozoliņš"),
|
||||||
|
),
|
||||||
date: datetime(year: 2025, month: 1, day: 1),
|
date: datetime(year: 2025, month: 1, day: 1),
|
||||||
place: "Rīga",
|
place: "Rīga",
|
||||||
bibliography: bibliography("bibliography.yml"),
|
bibliography: bibliography("bibliography.yml"),
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
// location, and email. Everything but but the `name` and `code` is optional.
|
// location, and email. Everything but but the `name` and `code` is optional.
|
||||||
authors: (),
|
authors: (),
|
||||||
advisors: (),
|
advisors: (),
|
||||||
reviewer: (),
|
reviewer: (name: ""),
|
||||||
// The paper's abstract. Can be omitted if you don't have one.
|
// The paper's abstract. Can be omitted if you don't have one.
|
||||||
abstract: (
|
abstract: (
|
||||||
primary: (
|
primary: (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user