mirror of
https://gitlab.gwdg.de/j.hahn02/ws-numerik.git
synced 2026-03-01 19:32:42 +01:00
Add name
This commit is contained in:
@@ -23,4 +23,4 @@ Es muss die richtige julia Version vorhanden sein. Installation mit [juliaup](ht
|
||||
Tom Witjes
|
||||
Jonas Hahn
|
||||
Noah Dechant
|
||||
Jakob
|
||||
Jakob Wübker
|
||||
|
||||
7
justfile
7
justfile
@@ -15,6 +15,7 @@ test:
|
||||
# Run code that generates output
|
||||
output: ensure-build
|
||||
julia --project=. main.jl
|
||||
uv run python main.py
|
||||
|
||||
# Build document and open in zathura
|
||||
build: output
|
||||
@@ -28,3 +29,9 @@ format:
|
||||
|
||||
ensure-build:
|
||||
mkdir -p build
|
||||
|
||||
# Clean artifacts
|
||||
clean:
|
||||
rm -r build || true
|
||||
rm main.pdf || true
|
||||
rm -r .venv || true
|
||||
|
||||
2
main.jl
2
main.jl
@@ -1,5 +1,5 @@
|
||||
using Plots
|
||||
|
||||
plot(sin)
|
||||
plot!(cos)
|
||||
savefig("build/sine.svg")
|
||||
gui()
|
||||
|
||||
2
main.typ
2
main.typ
@@ -4,7 +4,7 @@
|
||||
|
||||
#show: ilm.with(
|
||||
title: [Numerik Portfolio],
|
||||
author: "Tom Witjes, Jonas Hahn, Noah Dechant und Jakob",
|
||||
author: "Tom Witjes, Jonas Hahn, Noah Dechant, Jakob Wübker",
|
||||
date: datetime(year: 2026, month: 02, day: 02),
|
||||
abstract: [
|
||||
Methoden und Ergebnisse des Numerik Portfolios im Wintersemester 2026.
|
||||
|
||||
Reference in New Issue
Block a user