JuliaKurs23/_quarto.yml

133 lines
2.9 KiB
YAML
Raw Permalink Normal View History

2023-05-12 20:12:56 +02:00
project:
type: book
resources:
- fonts/
- images/
lang: de
language:
title-block-published: "Updated"
title-block-author-single: "Autor"
toc-title-document: "Auf dieser Seite"
book:
title: "Julia für Numerik"
subtitle: "Einführung in die wissenschaftliche Programmierung"
author: "Meik Hellmund"
site-url: "https://www.math.uni-leipzig.de/~hellmund/juliabook"
favicon: "images/favicon-32x32.png"
sidebar:
logo: "images/julia-logo-color.svg"
tools:
2023-05-12 21:45:49 +02:00
- icon: github
href: https://gitea.math.uni-leipzig.de/hellmund/JuliaKurs23
2023-05-12 20:12:56 +02:00
- icon: download
href: "Julia-f%C3%BCr-Numerik.pdf"
2023-05-12 21:45:49 +02:00
2023-05-12 20:12:56 +02:00
2024-05-27 20:10:30 +02:00
search: true
2023-05-12 20:12:56 +02:00
downloads: [pdf]
date: today
page-footer:
left: |
All content licenced under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
right: |
Created with [Quarto](https://quarto.org/)
2023-05-12 21:45:49 +02:00
background: "#f8f9fa"
page-navigation: true
back-to-top-navigation: true
2023-05-12 20:12:56 +02:00
chapters:
- index.qmd
2024-05-27 20:10:30 +02:00
- chapters/entwicklungsumgebungen.qmd
- chapters/first_contact.qmd
- chapters/Erste_Bsp.qmd
- chapters/syntax.qmd
- chapters/5_TricksHelp.qmd
- chapters/numerictypes.qmd
- chapters/Pi2.qmd
- chapters/types.qmd
- chapters/pcomplex.qmd
- chapters/9_functs.qmd
- chapters/6_ArraysEtcP1.qmd
- chapters/7_ArraysP2.qmd
- chapters/11_LinAlg.qmd
- chapters/10_Strings.qmd
2024-05-31 20:30:57 +02:00
- chapters/13_IO.qmd
2024-05-13 00:38:46 +02:00
- chapters/14_Plot.qmd
2023-05-12 20:12:56 +02:00
# - chapters/makie.qmd
format:
2024-05-12 19:50:45 +02:00
julia-color-html:
2023-05-12 20:12:56 +02:00
theme:
light: [cosmo, css/light.scss]
dark: [superhero, css/dark.scss]
css:
- css/styles.css
2024-04-07 23:16:33 +02:00
# - css/fonts-HK.css
2023-05-12 20:12:56 +02:00
highlight-style: github # arrow ?????
2024-04-07 23:16:33 +02:00
mainfont: "Roboto Condensed" # Ubuntu # "Atkinson Hyperlegible" # Verdana #Quicksand
2024-04-10 21:14:46 +02:00
toc: true # change for Vorlesung
2023-05-12 20:12:56 +02:00
toc-depth: 3
number-depth: 3
email-obfuscation: javascript
smooth-scroll: false
grid:
sidebar-width: 250px
body-width: 1150px # 800
margin-width: 250px
gutter-width: 1.5em
2024-05-12 19:50:45 +02:00
cap-location: bottom
2024-05-27 20:10:30 +02:00
html-math-method: mathjax
2023-05-12 20:12:56 +02:00
2024-05-12 19:50:45 +02:00
julia-color-pdf:
2023-05-12 20:12:56 +02:00
pdf-engine: xelatex
papersize: a4
documentclass: scrreprt
classoption: [notitlepage,DIV=16,BCOR=5mm,10pt]
toc: false
number-depth: 2
fig-cap-location: bottom
fig-pos: H
tbl-cap-location: bottom
hyperrefoptions:
- linktoc=all
colorlinks: true
linkcolor: "blue"
keep-tex: true
keep-ipynb: true
keep-md: true
code-block-bg: "#e0e0e0"
code-block-border-left: "#e0e0e0"
code-overflow: wrap
include-in-header:
- file: macros.tex
latex-auto-install: false
execute:
cache: true
2023-05-12 20:12:56 +02:00
output: true
echo: true
warning: true
error: true
eval: true
freeze: auto
daemon: 3600
2024-05-12 19:50:45 +02:00
preserve-ansi: true
2023-05-12 20:12:56 +02:00
keep-ipynb: true
keep-tex: true
keep-md: true
jupyter: julia-1.10
2023-05-12 20:12:56 +02:00
filters:
- code-visibility
- latex-environment
environments: [quote, indentb]