-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.yml
More file actions
54 lines (53 loc) · 1.15 KB
/
template.yml
File metadata and controls
54 lines (53 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
jtex: v1
kind: typst
title: LaPreprint Typst Template
description: Easily create beautiful preprints in Typst
template: template.typ
files:
- template.typ
- style.typ
- aside_style.typ
- LICENSE
- Cover.PNG
authors:
- name: Rowan Cockett
github: rowanc1
affiliations:
- Curvenote
- name: Franklin Koch
github: fwkoch
affiliations:
- Curvenote
- name: Freek Pols
github: FreekPols
affiliations:
- Delft University of Technology
version: 0.0.2
license: MIT
tags:
- preprint
- article
- paper
thumbnail: ./examples/pixels/files/screenshot.png
github: https://github.com/myst-templates/lapreprint-typst
doc:
- id: title
required: true
- id: authors
required: true
- id: subtitle
- id: short_title
- id: open_access
- id: keywords
- id: doi
- id: venue
options:
# type: string
# description: Venue shown in the footer
- id: logo
type: file
description: An image path that is shown in the top right of the page
- id: kind
type: string
description: The "kind" of the content, e.g. "Original Research" - shown as the title of the margin content on the first page
parts: []