-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
89 lines (80 loc) · 1.96 KB
/
Copy path_quarto.yml
File metadata and controls
89 lines (80 loc) · 1.96 KB
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
86
87
88
89
project:
type: book
pre-render: R/generate-zip.R
book:
title: "Learn Microsoft Excel"
author: "Ben Welman"
date: today
date-format: long
google-analytics: "G-XT9J2D3HRQ"
site-url: https://learnexcel.netlify.app/
repo-url: https://github.com/bwelman/learnexcel
repo-actions: [issue]
description: "A task-oriented textbook with exercises."
favicon: images/favicon-excel.png
downloads: [pdf]
chapters:
- index.qmd
- preface.qmd
- 01-intro.qmd
- 02-worksheets.qmd
- 03-data.qmd
- 04-formatting.qmd
- 05-calculations.qmd
- 06-functions.qmd
- 07-tables.qmd
- 08-arrays.qmd
- 09-charts.qmd
- 10-charttypes.qmd
- 11-scenarios.qmd
- 12-datatables.qmd
- 13-pivots.qmd
- 14-goalseek.qmd
- 15-solver.qmd
- 16-macro.qmd
- 17-measurements.qmd
execute:
freeze: auto
lang: en
language:
en:
crossref-prp-title: "Task"
nl:
crossref-prp-title: "Taak"
filters:
- textbook
format:
html:
include-after-body: include/webex.js
css: include/webex.css
theme:
- cosmo
- include/textbook.scss
cover-image: resources/LearnExcel.png
fig-width: 6
fig-asp: 0.618
code-fold: false
link-external-newwindow: true
author-meta: "Ben Welman"
description-meta: "With this task oriented textbook you learn to work with Excel."
# keywords: ["Excel", "Power Query", "calculations", "functions", "tables", "charts", "arrays", "scenario", "pivot tables", "goalseek", "solver", "macros"]
pdf:
documentclass: scrbook
classoption: oneside
include-in-header: latex/preamble.tex
papersize: a4
geometry:
- top=25mm
- bottom=25mm
- left=25mm
- right=25mm
cite-method: biblatex
links-as-notes: true
date: \today
author: [Ben Welman]
knitr:
opts_chunk:
echo: false
warning: false
message: false
cache: false