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-->")
|
||||
$)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue