-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
executable file
·65 lines (62 loc) · 1.51 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
project:
type: book
output-dir: output
preview:
port: 4200
browser: false
book:
title: "Računalniški praktikum (fizika) - Vaje"
author: "<a href=\"https://rokuk.org\">Rok Kuk</a> - [email protected]"
date: "2023-11-30"
description: "Zapiski vaj za računalniški praktikum v 1. letniku študija fizike na Fakulteti za matematiko in fiziko Univerze v Ljubljani."
output-file: "rpfiz-vaje"
downloads: ["pdf", "epub"]
language: "sl"
license: "CC BY-NC-SA 4.0"
url: "https://python.rokuk.org"
site-url: "https://python.rokuk.org"
favicon: "favicon.ico"
twitter-card: true
open-graph: true
page-navigation: true
back-to-top-navigation: true
search: true
sidebar:
title: "Računalniški praktikum (fizika) - Vaje"
chapters:
- index.qmd
- setup.qmd
- uvod.qmd
- zanke.qmd
- seznami-in-nizi.qmd
- delo-z-objekti.qmd
- slovarji.qmd
- datoteke.qmd
- numpy.qmd
- drugo.qmd
- part: "Dodatno"
chapters:
- racunalnik.qmd
- latex.qmd
- matplotlib.qmd
- sortiranje.qmd
format:
html:
theme:
light: [cosmo, custom.scss]
dark: [darkly, custom-dark.scss]
highlight-style: atom-one
code-copy: true
link-external-newwindow: true
number-depth: 1
pdf:
documentclass: scrreprt
include-in-header:
text: |
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{booktabs}
epub:
title: "Računalniški praktikum (fizika) - Vaje"
execute:
cache: true