46 lines
1.0 KiB
Typst
46 lines
1.0 KiB
Typst
#set page(
|
|
paper: "a6",
|
|
flipped: true,
|
|
)
|
|
#set text(
|
|
size: 14pt
|
|
)
|
|
|
|
#show strong: set text(
|
|
red
|
|
)
|
|
|
|
#align(center + horizon)[
|
|
#table(
|
|
columns: (1fr, 1fr, 1fr, 1fr),
|
|
rows: 32pt,
|
|
align: left + horizon,
|
|
[#strong[A]achen],
|
|
[#strong[B]erlin],
|
|
[#strong[C]hemnitz],
|
|
[#strong[D]üsseldorf],
|
|
[#strong[E]ssen],
|
|
[#strong[F]rankfurt],
|
|
[#strong[G]oslar],
|
|
[#strong[H]amburg],
|
|
[#strong[I]ngelheim],
|
|
[#strong[J]ena],
|
|
[#strong[K]öln],
|
|
[#strong[L]eipzig],
|
|
[#strong[M]ünchen],
|
|
[#strong[N]ürnberg],
|
|
[#strong[O]ffenbach],
|
|
[#strong[P]otsdam],
|
|
[#strong[Q]uickborn],
|
|
[#strong[R]ostock],
|
|
[#strong[S]alzwedel],
|
|
[#strong[T]übingen],
|
|
[#strong[U]nna],
|
|
[#strong[V]ölkingen],
|
|
[#strong[W]uppertal],
|
|
[#strong[X]anten],
|
|
[#strong[Y]psilon],
|
|
[#strong[Z]wickau],
|
|
table.cell(colspan: 2, align: center + horizon)[_Umlaut_ + _Stadt_]
|
|
)
|
|
] |