some testing stuff

This commit is contained in:
Erik Grobecker 2024-11-19 20:16:57 +01:00
parent f2f4f806ec
commit 0c3890bd60
Signed by: Erik
GPG key ID: 80D020D0ABBD3FB2
3 changed files with 59 additions and 15 deletions

33
others/finances.typ Normal file
View file

@ -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-->")
$)

View file

@ -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
];
}

11
test.excalidraw Normal file
View file

@ -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": {}
}