-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.toml
More file actions
34 lines (28 loc) · 843 Bytes
/
registry.toml
File metadata and controls
34 lines (28 loc) · 843 Bytes
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
[[templates]]
nombre = "general"
descripcion = "Generic article — minimal setup for any document"
version = "0.1.0"
[[templates]]
nombre = "apa-general"
descripcion = "APA 7th edition — academic reports and theses"
version = "0.1.0"
[[templates]]
nombre = "apa-unisalle"
descripcion = "APA for Universidad de La Salle — thesis proposal format"
version = "0.1.0"
[[templates]]
nombre = "ieee"
descripcion = "IEEE journal format — technical papers"
version = "0.1.0"
[[templates]]
nombre = "letter"
descripcion = "Formal letter template — professional correspondence"
version = "0.1.0"
[[templates]]
nombre = "article"
descripcion = "Simple article — clean, portable academic article"
version = "0.1.0"
[[templates]]
nombre = "report"
descripcion = "University report — structured academic report template"
version = "0.1.0"