This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
78 lines (70 loc) · 2 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
project:
type: book
output-dir: docs
lang: kr
book:
title: "디지털 글쓰기"
subtitle: "chatGPT와 함께 AI 글쓰기"
author:
- name: "이광춘"
affiliations: "사단법인 한국 R 사용자회"
- name: "신종화"
affiliations: "사단법인 한국 R 사용자회"
date: last-modified
date-format: "YYYY년 MM월 DD일"
chapters:
- index.qmd
- part: "글쓰기"
chapters:
- part_I_01_intro.qmd
- part_I_02_digital.qmd
- part_I_03_history.qmd
- part: "디지털 글쓰기"
chapters:
- markdown_01_mess.qmd
- markdown_02_markdown.qmd
# - markdown_03_advanced.qmd
# - part_II_01_fonts.qmd
# - part_II_02_pdf.qmd
- part: "실무"
chapters:
- part_00_01_publishing.qmd
- references.qmd
sidebar:
pinned: true
repo-url: https://github.com/bit2r/bitBook
search:
location: sidebar
type: textbox
downloads: [pdf]
bibliography: bibliography.bib
link-citations: yes
mainfont: "NanumMyeongjo"
sansfont: "NanumGothic"
monofont: "D2Coding"
format:
html:
theme: cosmo
cover-image: koRea_logo.png
number-depth: 3
number-sections: true
colorlinks: true
cite-method: biblatex
pdf:
documentclass: scrreprt
papersize: b5paper
geometry: "left=2cm, right=2cm, top=2.7cm, bottom=3cm"
header-includes:
- \usepackage{lastpage}
- \usepackage{fancyhdr}
- \definecolor{col1}{RGB}{5, 53, 255}
- \fancypagestyle{ttlpage}{\fancyfoot[C]{{\thepage} of \pageref{LastPage}}}
- \thispagestyle{ttlpage}
- \pagestyle{fancy}
- \fancyhead[EL,OL]{\rightmark}
- \fancyhead[EC,OC]{}
- \fancyhead[ER,OR]{빛에듀(Bit-Edu)}
- \fancyfoot[EL,OL]{\color{col1}{한국R사용자회}}
- \fancyfoot[EC,OC]{\textbf{데이터 문해력과 디지털 글쓰기}}
- \fancyfoot[ER,OR] {총 \pageref{LastPage} 중 {\thepage}}
# quarto.cmd render --to pdf -s -V papersize:b5 --output-dir _pdf_B5