warum teil 2?
This commit is contained in:
parent
d95fdd7fdf
commit
ca192f61a9
5 changed files with 10 additions and 28 deletions
27
flake.lock
27
flake.lock
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"nodes": {
|
|
||||||
"nixpkgs": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1728538411,
|
|
||||||
"narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "nixpkgs-unstable",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": "nixpkgs"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": "root",
|
|
||||||
"version": 7
|
|
||||||
}
|
|
|
@ -18,6 +18,7 @@
|
||||||
pkgs.typst
|
pkgs.typst
|
||||||
pkgs.typstyle
|
pkgs.typstyle
|
||||||
pkgs.tinymist
|
pkgs.tinymist
|
||||||
|
pkgs.agebox
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
#figure(
|
#figure(
|
||||||
diagram(
|
diagram(
|
||||||
// debug: true,
|
debug: true,
|
||||||
node((0,0), [*#underline[Recht und Staatsphilosophie]*], shape: rect, stroke: black),
|
node((0,0), [*#underline[Recht und Staatsphilosophie]*], shape: rect, stroke: black),
|
||||||
|
|
||||||
node((-1,1), "beschreibend"),
|
node((-1,1), "beschreibend"),
|
||||||
|
|
|
@ -5,5 +5,7 @@
|
||||||
pkgs.typst
|
pkgs.typst
|
||||||
pkgs.typstyle
|
pkgs.typstyle
|
||||||
pkgs.tinymist
|
pkgs.tinymist
|
||||||
|
pkgs.agebox
|
||||||
|
pkgs.mermaid-cli
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,12 @@
|
||||||
}
|
}
|
||||||
#set heading(numbering: clean_numbering("A.", "I.", "1.a."))
|
#set heading(numbering: clean_numbering("A.", "I.", "1.a."))
|
||||||
|
|
||||||
|
// functions for my stuff
|
||||||
|
#let title(body) = {
|
||||||
|
set align(center)
|
||||||
|
[ - #body]
|
||||||
|
}
|
||||||
|
|
||||||
// #set math.equation(numbering: "(1)", supplement: "equation")
|
// #set math.equation(numbering: "(1)", supplement: "equation")
|
||||||
|
|
||||||
// Customization of text elements
|
// Customization of text elements
|
||||||
|
|
Loading…
Reference in a new issue