Margin neu, aber noch nicht optimal

This commit is contained in:
2026-02-15 19:04:06 +01:00
parent ae03d355e1
commit 5d2c9c1dd8
2 changed files with 149 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
#import "@preview/cetz:0.3.3" //Grafiken
#import "@preview/marge:0.1.0": sidenote
#let pfeil_mit_xy(x,y) = {
@@ -86,10 +87,7 @@
body
}
#set par(
justify: true, //Blocksatz
leading: 0.52em,
)
#show heading.where(level: 1): it => {
@@ -105,4 +103,9 @@
#set heading(numbering: "1.")
#let einruecken(abstand, inhalt) = pad(left: abstand, inhalt)
#let einruecken(abstand, inhalt) = pad(left: abstand, inhalt)
#let hrule = {box}(line(length: 100%, stroke: 3pt))
//#(line(length: 100%, stroke: 3pt))