Source code for my Quarto book "Julia für Numerik"
Go to file
Meik Hellmund 4240d56455 LinearAlg extended 2024-04-22 14:51:37 +02:00
.vscode first adaptions to quarto1.5, julia 1.10 2024-02-21 18:02:17 +01:00
_extensions julia 1.10.2, url esc sequence removal 2024-03-28 12:56:00 +01:00
chapters LinearAlg extended 2024-04-22 14:51:37 +02:00
css LinearAlg added, css: padding vor code-fold triangle 2024-04-20 00:33:10 +02:00
fonts HK Grotesk font added (not used) 2024-04-07 23:15:15 +02:00
images wrong image removed 2023-05-12 20:46:15 +02:00
js first commit 2023-05-12 20:12:56 +02:00
nb notebooks neu generiert 2024-04-08 14:20:54 +02:00
notebooks first commit 2023-05-12 20:12:56 +02:00
.gitignore patches added, more readme 2023-05-13 17:45:55 +02:00
.luarc.json first commit 2023-05-12 20:12:56 +02:00
.quartoignore work on ch.5 2023-05-13 16:54:43 +02:00
Readme.md spelling corrected 2023-05-13 17:47:58 +02:00
_quarto.yml LinearAlg added, css: padding vor code-fold triangle 2024-04-20 00:33:10 +02:00
deploy.sh deploy: comments deleted 2023-05-12 20:47:02 +02:00
index.qmd julia: makie: aspect korrigiert 2024-04-20 00:32:11 +02:00
macros.tex first commit 2023-05-12 20:12:56 +02:00
patch-quarto-julia patches added, more readme 2023-05-13 17:45:55 +02:00
patch-quarto-stacktrace patches added, more readme 2023-05-13 17:45:55 +02:00

Readme.md

Julia für Numerik

Source code for the website and PDF "Julia für Numerik"

  • It uses the Quarto publishing system.
  • It uses the Quarto extension julia-color to support the conversion of Jupyter code output cells with ANSI escape sequences to HTML and LaTeX/PDF

Since the julia-color extension needs a patched Quarto anyway, we use two more patches.

  • patch-quarto-julia reduces the startup.jl used by quarto to a minimum.
  • patch-quarto-stacktrace adds the julia stacktrace to the output of code cells with julia errors. See e.g. the second code cell here
cd quarto-cli
patch -p1 < patch-quarto-julia
patch -p1 < patch-quarto-stacktrace

All content & code licenced under CC BY-NC-SA 4.0.