warum teil 2?

This commit is contained in:
Erik Grobecker 2024-10-30 21:21:54 +01:00
parent d95fdd7fdf
commit ca192f61a9
Signed by: Erik
GPG key ID: 80D020D0ABBD3FB2
5 changed files with 10 additions and 28 deletions

View file

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

View file

@ -18,6 +18,7 @@
pkgs.typst pkgs.typst
pkgs.typstyle pkgs.typstyle
pkgs.tinymist pkgs.tinymist
pkgs.agebox
]; ];
}; };
}; };

View file

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

View file

@ -5,5 +5,7 @@
pkgs.typst pkgs.typst
pkgs.typstyle pkgs.typstyle
pkgs.tinymist pkgs.tinymist
pkgs.agebox
pkgs.mermaid-cli
]; ];
} }

View file

@ -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