-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.yml
51 lines (51 loc) · 950 Bytes
/
template.yml
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
myst: v1
title: Plain LaTeX Book
description: A plain latex book theme
version: '1.0.0'
authors:
- name: Rowan Cockett
website: https://row1.ca
affiliations:
- Curvenote
- Executable Books
license: CC-BY-4.0
thumbnail: ./thumbnail.png
tags:
- book
# parts:
# - id: acknowledgments
# description: >
# Add an acknowledgments to your book
doc:
- id: title
required: true
- id: subtitle
- id: authors
required: true
# - id: keywords
# description: |
# Include a list of keywords after the abstract (minimum 3)
- id: bibliography
# options:
# - id: double_spacing
# title: Double line spacing
# type: boolean
# description: Enable double line spacing
# default: false
files:
- template.tex
packages:
- babel
- caption
- enumitem
- fontenc
- framed
- geometry
- graphicx
- hyperref
- inputenc
- lmodern
- natbib
- xcolor
- changepage
- amssymb