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-juliareduces the- startup.jlused by quarto to a minimum.
- patch-quarto-stacktraceadds 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
				
					Languages
				
				
								
								
									CSS
								
								41.8%
							
						
							
								
								
									HTML
								
								24.4%
							
						
							
								
								
									Lua
								
								17.6%
							
						
							
								
								
									TeX
								
								8.6%
							
						
							
								
								
									Jupyter Notebook
								
								5%
							
						
							
								
								
									Other
								
								2.6%