-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
88 lines (80 loc) · 3.22 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
project:
type: book
output-dir: _book
profile:
group: [main, dialectica]
book:
title: "Open Manual of Markdown Style"
author: "Julien Dutant and the Dialoa team"
cover-image: media/cover.png
favicon: media/dialoa.ico
cover-image-alt: "The Open Manual of Markdown Style by Dialoa"
chapters:
- index.qmd
- part: Authoring
chapters:
- chapters/authoring/00-aut-intro.qmd
- chapters/authoring/10-aut-instructions.qmd
- chapters/authoring/11-aut-grammar-usage.qmd
- part: Copyediting
chapters:
- chapters/copyediting/12-cop-preliminaries.qmd
- chapters/copyediting/13-cop-preparing-a-manuscript.qmd
- chapters/copyediting/15-cop-markdown-intro.qmd
- chapters/copyediting/155-cop-checklist.qmd
- chapters/copyediting/16-cop-metadata.qmd
- chapters/copyediting/161-cop-title-and-subtitle.qmd
- chapters/copyediting/162-cop-author-information.qmd
- chapters/copyediting/163-cop-abstract-keywords-acknowledgments.qmd
- chapters/copyediting/17-cop-inline-elements.qmd
- chapters/copyediting/171-cop-inline-special-chars.qmd
- chapters/copyediting/19-cop-block-elements.qmd
- chapters/copyediting/191-cop-block-quotations.qmd
- chapters/copyediting/192-cop-block-lists.qmd
- chapters/copyediting/193-cop-block-tables.qmd
- chapters/copyediting/194-cop-block-figures.qmd
- chapters/copyediting/195-cop-block-statements.qmd
- chapters/copyediting/196-cop-block-columns.qmd
- chapters/copyediting/199-cop-block-other.qmd
- chapters/copyediting/20-cop-multiple-languages.qmd
- chapters/copyediting/21-cop-block-crossreferencing.qmd
- chapters/copyediting/23-cop-citations.qmd
- chapters/copyediting/24-cop-bibliography.qmd
- chapters/copyediting/241-cop-math-latex.qmd
- chapters/copyediting/25-cop-imagify.qmd
# - chapters/copyediting/26-cop-comments-tracking.qmd
- chapters/copyediting/27-cop-troubleshooting.qmd
- chapters/copyediting/29-cop-markdown-cheatsheet.qmd
- part: Dialectica
chapters:
# - chapters/dialectica/60-dialectica-house-outputs.qmd
- chapters/dialectica/61-dialectica-new-house-outputs.qmd
- chapters/dialectica/65-dialectica-troubleshooting-outputs.qmd
- chapters/dialectica/70-dialectica-titles.qmd
- chapters/dialectica/71-dialectica-authors.qmd
- chapters/dialectica/72-dialectica-abstract.qmd
- chapters/dialectica/74-dialectica-reviews.qmd
- chapters/dialectica/75-dialectica-article-structure.qmd
- chapters/dialectica/80-dialectica-bibliography.qmd
- chapters/dialectica/85-dialectica-missing-unicode-characters.qmd
- part: Design
chapters:
- chapters/design/52-pub-the-structure-of-volumes.qmd
- chapters/design/55-pub-technical-howtos.qmd
- part: Publishing
chapters:
- chapters/publishing/42-ojs-advice.qmd
- chapters/publishing/51-pub-why-markdown.qmd
appendices:
- chapters/appendices/terminal-help.qmd
- chapters/appendices/resources.qmd
- chapters/appendices/glossary.qmd
- chapters/appendices/references.qmd
filters:
- first-line-indent
bibliography:
- references.bib
- dummies.bib
editor:
markdown:
wrap: 72