generated from quarto-journals/article-format-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
59 lines (53 loc) · 1.57 KB
/
_quarto.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
52
53
54
55
56
57
project:
type: book
output-dir: docs
book:
title: "A Thesis Submitted for a PhD degree at ASU"
author: "John Doe"
date: today
description: "A thesis submitted for the degree of Doctor of Philosophy at Arizona State University in 2023. Ira A. Fulton Schools of Engineering"
chapters: # include index and all chapters except chapter 1
- index.qmd # this is chapter 1
- "02-chap2.qmd"
appendices:
- "A-appA.qmd"
- "A-appB.qmd"
references: "10-refs.qmd"
page-footer:
left: "Created using <a href='https://quarto.org'>Quarto</a>. ©2023, John Doe"
border: false
background: light
downloads: [pdf, epub] # optional
thesis:
doctype: Dissertation # Choose from Dissertation, Report, Thesis
degreetype: Doctor of Philosophy # Choose from Doctor of Philosophy, Master of Engineering, Mater of Science, Bachelor of Science etc.
defdate: July 2023 # Give month (written out fully) and year of the oral defense
gradmonth: May # Choose from May, August or December
gradyear: 2023
committeechair:
- Jane Smith
committeemember:
- Joe Bloggs
- So-and-so
keywords: # up to six
- lorem
- ipsum
copyright: true # optional
frontmatter:
abstract: "00-abstract.tex"
dedication: "00-dedication.tex"
acknowledgments: "00-acknowledgements.tex"
backmatter:
biosketch: "99-biosketch.tex"
bibliography: 99-thesisrefs.bib
format:
asu-thesis-pdf:
keep-tex: false
pdf-engine: pdflatex
asu-thesis-html: default
epub: default # optional
execute:
freeze: auto
echo: false
warning: false
error: false