mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2025-12-31 22:34:25 -05:00
more refactor
central pdf dir
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#import "../../default.typ": *
|
||||
#import "../../data/default.typ": *
|
||||
|
||||
#let conf(num: none, ueb: false, body) = {
|
||||
// Global settings
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
#import "../../default.typ": *
|
||||
#import "../../data/default.typ": *
|
||||
|
||||
#let conf(num: none, ueb: false, body) = {
|
||||
// Global settings
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
#import "../../default.typ": *
|
||||
#import "../../data/default.typ": *
|
||||
|
||||
#let conf(num: none, ueb: false, body) = {
|
||||
// Global settings
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
#import "../../default.typ": *
|
||||
#import "../../data/default.typ": *
|
||||
|
||||
#let conf(num: none, ueb: false, body) = {
|
||||
// Global settings
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
#import "../../default.typ": *
|
||||
#import "../../data/default.typ": *
|
||||
|
||||
#let rot = math.op("rot")
|
||||
#let grad = math.op("grad")
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
#import "../../default.typ": *
|
||||
#import "../../data/default.typ": *
|
||||
|
||||
#let rot = math.op("rot")
|
||||
#let grad = math.op("grad")
|
||||
|
||||
14
preamble.typ
14
preamble.typ
@@ -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
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
#import "./preamble.typ": *
|
||||
|
||||
#show: conf.with(num: 1)
|
||||
|
||||
= Uebersicht
|
||||
|
||||
Reference in New Issue
Block a user