From 0c3890bd60d7d04e5f4566e91df7d8f33e089029 Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Tue, 19 Nov 2024 20:16:57 +0100 Subject: [PATCH] some testing stuff --- others/finances.typ | 33 +++++++++++++++++++++++++++++++++ shell.nix | 30 +++++++++++++++--------------- test.excalidraw | 11 +++++++++++ 3 files changed, 59 insertions(+), 15 deletions(-) create mode 100644 others/finances.typ create mode 100644 test.excalidraw diff --git a/others/finances.typ b/others/finances.typ new file mode 100644 index 0000000..2c20045 --- /dev/null +++ b/others/finances.typ @@ -0,0 +1,33 @@ +#import "../template.typ": apply-template +#show: apply-template + +#import "@preview/fletcher:0.5.1" as fletcher: diagram, node, edge + +#set page(height: auto, width: auto) + += Meine Finanzen + +== Mein Konto + +#table( + columns: (4cm, auto, auto, auto), + inset: 10pt, + table.header([Geldmenge], [Datum], [Empfänger/Sender], [Grund]), +) + +#eval("8.93 - 15") + + +== Sparkonto + +== Geld für Einkäufe + +== Bargeld + +Aktuell verfüge ich über: #eval("20+10+6+2+0.19") + +#diagram($ + G edge(f , ->) edge("d", pi, ->>) & im(f) \ + G slash ker(f) edge("ur", tilde(f), "hook-->") +$) + diff --git a/shell.nix b/shell.nix index d3a6bf5..a58585b 100644 --- a/shell.nix +++ b/shell.nix @@ -2,21 +2,21 @@ pkgs.mkShell { packages = with pkgs; [ - typst - typstyle - tinymist - tdf - agebox - mermaid-cli + typst + typstyle + tinymist + tdf + agebox + mermaid-cli - # for math - python312 - python312Packages.sympy - python312Packages.numpy - python312Packages.matplotlib - python312Packages.scipy - python312Packages.pandas - python312Packages.jupyter - python312Packages.ipykernel + # for math + python312 + python312Packages.sympy + python312Packages.numpy + python312Packages.matplotlib + python312Packages.scipy + python312Packages.pandas + python312Packages.jupyter + python312Packages.ipykernel ]; } diff --git a/test.excalidraw b/test.excalidraw new file mode 100644 index 0000000..11c9e04 --- /dev/null +++ b/test.excalidraw @@ -0,0 +1,11 @@ +{ + "type": "excalidraw", + "version": 2, + "source": "https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor", + "elements": [], + "appState": { + "gridSize": null, + "viewBackgroundColor": "#ffffff" + }, + "files": {} +} \ No newline at end of file