-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.yaml
39 lines (35 loc) · 909 Bytes
/
default.yaml
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
# Configure imput files.
# markdown : input is markdown
# ignore_line_breaks : ignore line brakes
# footnotes : use footnotes
# definition_lists : use definition list
from: markdown+ignore_line_breaks+footnotes+definition_lists
pdf-engine: lualatex
metadata:
# CJK(Chinese,Japanese,Korean) main font.
CJKmainfont: HaranoAjiGothic
# Title page variables.
titlepage: true
titlepage-rule-color: 53565a
# TOC page standalone.
toc-own-page: true
# Centering captions.
caption-justification: centering
# ToC Title
toc-title: 目次
# ................
# Changelog
changelog-title: 更新履歴
# Titlepage Stamp field size
stampfield: 3.5em
# parindent
indent: true
indentfirst: true
# Numbering chapters.
number-sections: true
# Create table of contents, config depth.
table-of-contents: true
toc-depth: 3
# Code highlighting.
highlight-style: tango
listings: true