18 lines
385 B
Typst
18 lines
385 B
Typst
|
#import "@preview/grape-suite:1.0.0": exercise
|
||
|
#import exercise: project
|
||
|
|
||
|
#set text(lang: "de")
|
||
|
|
||
|
#show: project.with(
|
||
|
title: [idk asdasd],
|
||
|
seminar: [Spanisch Q2],
|
||
|
show-outline: true,
|
||
|
author: [Erik Grobecker],
|
||
|
date: datetime(day: 11, month: 11, year: 2024),
|
||
|
show-solutions: false
|
||
|
)
|
||
|
|
||
|
#figure(
|
||
|
image("assets/excalidraw/ES_mapa-mental-mapuches.excalidraw.png")
|
||
|
)
|