-
Notifications
You must be signed in to change notification settings - Fork 0
/
makalah-matematika-realistik.qmd
74 lines (66 loc) · 1.5 KB
/
makalah-matematika-realistik.qmd
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
---
title: "Matematika Membumi: Ketika Matematika Realistik Bertemu dengan Permasalahan Planet Bumi dan Teknologi"
author:
- name: Yosep Dwi Kristanto
url: https://people.usd.ac.id/~ydkristanto/
affiliation: Pendidikan Matematika, Universitas Sanata Dharma
date: 2023/12/27
keywords:
- pendidikan matematika realistik, realistic mathematics education, tujuan pembangunan berkelanjutan, sustainable development goals, perubahan iklim, climate change, pemanasan global, global warming, teknologi, Desmos
format:
docx:
reference-doc: custom-reference-doc.docx
number-sections: true
link-citations: true
pdf:
number-sections: true
papersize: a4
geometry:
- top = 25mm
- left = 25mm
- bottom = 25mm
- right = 25mm
mainfont: Times New Roman
sansfont: Times New Roman
monofont: Times New Roman
fontsize: 12pt
link-citations: true
editor: visual
bibliography: references.bib
csl: apa.csl
crossref:
tbl-title: Tabel
tbl-prefix: Tabel
fig-title: Gambar
fig-prefix: Gambar
sec-prefix: Bagian
eq-title: Persamaan
eq-prefix: Persamaan
---
```{r}
#| label: pendahuluan
#| child: "01-pendahuluan.qmd"
```
```{r}
#| label: isi
#| child: "02-isi.qmd"
```
```{r}
#| label: penutup
#| child: "03-penutup.qmd"
```
```{r}
#| label: ucapan-terima-kasih
#| child: "04-ucapan-terima-kasih.qmd"
```
```{r}
#| label: lampiran
#| child: "05-lampiran.qmd"
```
# Daftar Pustaka
::: {#refs}
:::
```{r}
#| label: biodata-penulis
#| child: "06-biodata-penulis.qmd"
```