mirror of
https://gitlab.gwdg.de/j.hahn02/ws-numerik.git
synced 2026-03-02 03:32:43 +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
|
Tom Witjes
|
||||||
Jonas Hahn
|
Jonas Hahn
|
||||||
Noah Dechant
|
Noah Dechant
|
||||||
Jakob
|
Jakob Wübker
|
||||||
|
|||||||
7
justfile
7
justfile
@@ -15,6 +15,7 @@ test:
|
|||||||
# Run code that generates output
|
# Run code that generates output
|
||||||
output: ensure-build
|
output: ensure-build
|
||||||
julia --project=. main.jl
|
julia --project=. main.jl
|
||||||
|
uv run python main.py
|
||||||
|
|
||||||
# Build document and open in zathura
|
# Build document and open in zathura
|
||||||
build: output
|
build: output
|
||||||
@@ -28,3 +29,9 @@ format:
|
|||||||
|
|
||||||
ensure-build:
|
ensure-build:
|
||||||
mkdir -p 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
|
using Plots
|
||||||
|
|
||||||
plot(sin)
|
plot(sin)
|
||||||
|
plot!(cos)
|
||||||
savefig("build/sine.svg")
|
savefig("build/sine.svg")
|
||||||
gui()
|
|
||||||
|
|||||||
2
main.typ
2
main.typ
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#show: ilm.with(
|
#show: ilm.with(
|
||||||
title: [Numerik Portfolio],
|
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),
|
date: datetime(year: 2026, month: 02, day: 02),
|
||||||
abstract: [
|
abstract: [
|
||||||
Methoden und Ergebnisse des Numerik Portfolios im Wintersemester 2026.
|
Methoden und Ergebnisse des Numerik Portfolios im Wintersemester 2026.
|
||||||
|
|||||||
Reference in New Issue
Block a user