2024-04-07 23:15:15 +02:00
2023-05-12 20:46:15 +02:00
2023-05-12 20:12:56 +02:00
2024-04-08 14:20:54 +02:00
2023-05-12 20:12:56 +02:00
2023-05-13 17:45:55 +02:00
2023-05-12 20:12:56 +02:00
2023-05-13 16:54:43 +02:00
2023-05-12 20:47:02 +02:00
2024-04-20 00:32:11 +02:00
2023-05-12 20:12:56 +02:00
2023-05-13 17:45:55 +02:00
2023-05-13 17:47:58 +02:00

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.

Description
Source code for my Quarto book "Julia für Numerik"
Readme 34 MiB
Languages
CSS 41.8%
HTML 24.4%
Lua 17.6%
TeX 8.6%
Jupyter Notebook 5%
Other 2.6%