some testing stuff
This commit is contained in:
parent
f2f4f806ec
commit
0c3890bd60
3 changed files with 59 additions and 15 deletions
33
others/finances.typ
Normal file
33
others/finances.typ
Normal 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-->")
|
||||||
|
$)
|
||||||
|
|
11
test.excalidraw
Normal file
11
test.excalidraw
Normal 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": {}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue