more refactor

central pdf dir
This commit is contained in:
2025-04-28 17:15:19 +02:00
parent 05c830c8e2
commit 0ec44376b6
34 changed files with 7 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
#import "../../default.typ": *
#import "../../data/default.typ": *
#let conf(num: none, ueb: false, body) = {
// Global settings

View File

@@ -1,4 +1,4 @@
#import "./preamble.typ": *; #show: conf.with(num: 1, ueb: true)
#import "../preamble.typ": *; #show: conf.with(num: 1, ueb: true)
= Aufgabe 1

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -1,4 +1,4 @@
#import "../../default.typ": *
#import "../../data/default.typ": *
#let conf(num: none, ueb: false, body) = {
// Global settings

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -1,4 +1,4 @@
#import "../../default.typ": *
#import "../../data/default.typ": *
#let conf(num: none, ueb: false, body) = {
// Global settings

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -1,4 +1,4 @@
#import "../../default.typ": *
#import "../../data/default.typ": *
#let conf(num: none, ueb: false, body) = {
// Global settings

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -1,4 +1,4 @@
#import "../../default.typ": *
#import "../../data/default.typ": *
#let rot = math.op("rot")
#let grad = math.op("grad")

View File

Binary file not shown.

View File

@@ -1,4 +1,4 @@
#import "../../default.typ": *
#import "../../data/default.typ": *
#let rot = math.op("rot")
#let grad = math.op("grad")

View File

View File

View File

View File

View File

@@ -1,14 +0,0 @@
#import "./default.typ": *
#let conf(num: none, ueb: false, body) = {
// Global settings
show: default
// Set the header
[Testing Preamble]
// Make tcahe outline
outline()
// load the document
body
}

View File

@@ -1,6 +0,0 @@
#import "./preamble.typ": *
#show: conf.with(num: 1)
= Uebersicht