Margin neu, aber noch nicht optimal
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user