From 6cdca404cdd532d70b8deb4a726c8fc285bc074a Mon Sep 17 00:00:00 2001 From: maride Date: Mon, 6 Jul 2026 15:09:25 +0200 Subject: [PATCH] Init Funk TaKa --- funk-alphabet.typ | 46 ++++++++++++++++++++++++++++++++++++++++++++++ funk-sds.typ | 28 ++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 funk-alphabet.typ create mode 100644 funk-sds.typ diff --git a/funk-alphabet.typ b/funk-alphabet.typ new file mode 100644 index 0000000..9ff6896 --- /dev/null +++ b/funk-alphabet.typ @@ -0,0 +1,46 @@ +#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_] + ) +] \ No newline at end of file diff --git a/funk-sds.typ b/funk-sds.typ new file mode 100644 index 0000000..7fc7115 --- /dev/null +++ b/funk-sds.typ @@ -0,0 +1,28 @@ +#set page( + paper: "a6" +) +#set text( + size: 15pt +) + +#let field = (fillColor, body) => table.cell(fill: fillColor, body) + += SDS-Codes San-Dienst + +#v(10pt) + +#table( + columns: (20%, 80%), + rows: 30pt, + align: (center + horizon, left + horizon, center + horizon), + [*0*], field(red)[Priorisierter Sprechwunsch], + [*1*], field(green)[Einsatzbereit (Funk)], + [*2*], field(green)[Einsatzbereit (Position)], + [*3*], field(blue)[Einsatz übernommen], + [*4*], field(blue)[Einsatzort an], + [*5*], field(yellow)[Sprechwunsch], + [*6*], field(yellow)[Nicht einsatzbereit], + [*7*], field(blue)[Patient aufgenommen], + [*8*], field(blue)[Am Transportziel], + [*9*], field(gray)[_unterschiedlich belegt_] +) \ No newline at end of file