-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
88 lines (78 loc) · 1.82 KB
/
Copy path_quarto.yml
File metadata and controls
88 lines (78 loc) · 1.82 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
project:
type: book
pre-render: R/generate-zip.R
resources: "files-learnaccess.zip"
book:
title: "Learn Microsoft Access"
author: "Ben Welman"
date: today
date-format: long
google-analytics: "G-08L9QXJN06"
site-url: https://learnaccess.netlify.app/
repo-url: https://github.com/bwelman/learnaccess
repo-actions: [issue]
description: "A task-oriented textbook with exercises."
favicon: images/favicon-access.png
downloads: [pdf]
chapters:
- index.qmd
- preface.qmd
- part: "Basic"
chapters:
- 01-intro.qmd
- 02-explore.qmd
- 03-data.qmd
- 04-tables.qmd
- 05-queries.qmd
- 06-forms.qmd
- 07-reports.qmd
- part: "Advanced"
chapters:
- 08-integration.qmd
- 09-tools.qmd
- 10-macros.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/LearnAccess.png
fig-width: 6
fig-asp: 0.618
fig-align: center
code-fold: false
link-external-newwindow: true
author-meta: "Ben Welman"
description-meta: "With this task oriented textbook you learn to work with Microsoft Access."
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