first work on julia engine branch
This commit is contained in:
27
_quarto.yml
27
_quarto.yml
@@ -42,20 +42,22 @@ book:
|
||||
chapters:
|
||||
- index.qmd
|
||||
- chapters/entwicklungsumgebungen.qmd
|
||||
- chapters/first_contact.qmd
|
||||
- chapters/Erste_Bsp.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/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
|
||||
- chapters/14_Plot.qmd
|
||||
# - chapters/7_ArraysP2.qmd
|
||||
# - chapters/11_LinAlg.qmd
|
||||
# - chapters/10_Strings.qmd
|
||||
# - chapters/14_Plot.qmd
|
||||
# - chapters/13_IO.qmd
|
||||
|
||||
# - chapters/makie.qmd
|
||||
# - chapters/ablaufsteuerung.qmd
|
||||
# - chapters/example.qmd
|
||||
@@ -64,7 +66,7 @@ book:
|
||||
|
||||
|
||||
format:
|
||||
julia-html:
|
||||
julia-color-html:
|
||||
theme:
|
||||
light: [cosmo, css/light.scss]
|
||||
dark: [superhero, css/dark.scss]
|
||||
@@ -84,9 +86,9 @@ format:
|
||||
body-width: 1150px # 800
|
||||
margin-width: 250px
|
||||
gutter-width: 1.5em
|
||||
cap-location: bottom
|
||||
cap-location: bottom
|
||||
|
||||
julia-pdf:
|
||||
julia-color-pdf:
|
||||
pdf-engine: xelatex
|
||||
papersize: a4
|
||||
documentclass: scrreprt
|
||||
@@ -120,6 +122,7 @@ execute:
|
||||
eval: true
|
||||
freeze: auto
|
||||
daemon: 3600
|
||||
preserve-ansi: true
|
||||
|
||||
keep-ipynb: true
|
||||
keep-tex: true
|
||||
|
||||
Reference in New Issue
Block a user