24 lines
632 B
Typst
24 lines
632 B
Typst
#import "@preview/grape-suite:1.0.0": exercise
|
|
#import exercise: project
|
|
|
|
#set text(lang: "de")
|
|
|
|
#show: project.with(
|
|
title: [Reichspogromsnacht],
|
|
seminar: [Geschichte Q2],
|
|
show-outline: true,
|
|
author: "Erik Grobecker",
|
|
date: datetime(day: 12, month: 11, year: 2024),
|
|
show-solutions: false
|
|
)
|
|
|
|
#show math.equation: set text(font: "New Computer Modern Math")
|
|
#set par(justify: true)
|
|
|
|
#table(
|
|
columns: (auto, auto, auto, auto, auto),
|
|
table.header([*Begriffe*], [*Vorgeschichte*], [*Verfolgte\ Schäden*], [*Täter\ Zuschauer*], [*Bedeutung\ Folgen*]),
|
|
|
|
[Pogrom: ], [], [], [], [],
|
|
[], [], [], [], [],
|
|
)
|