diff --git a/README.md b/README.md index 0d89021..0c1cf34 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/justfile b/justfile index f5e09ce..14f7d20 100644 --- a/justfile +++ b/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 diff --git a/main.jl b/main.jl index ef26f40..b2a0a7c 100644 --- a/main.jl +++ b/main.jl @@ -1,5 +1,5 @@ using Plots plot(sin) +plot!(cos) savefig("build/sine.svg") -gui() diff --git a/main.typ b/main.typ index a0c27a0..7089657 100644 --- a/main.typ +++ b/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.