fix klausur slides for pdf: add svg pattern and marp directives

- add svg diagonal stripe patterns for pdf background
- use @media print to apply svg only in pdf export
- keep css gradient for web/screen display
- add _header: '' and _footer: '' to all klausur slides
This commit is contained in:
2026-01-12 12:28:30 +01:00
parent 64e67b7034
commit b45a528faf
11 changed files with 189 additions and 90 deletions

View File

@@ -57,8 +57,11 @@ section.klausur {
#fff 80px
) !important;
}
section.klausur footer {
display: none;
@media print {
section.klausur {
background: url('./assets/klausur-pattern.svg') !important;
background-size: cover !important;
}
}
section.aufgabe {
background: #e3f2fd !important;
@@ -136,6 +139,7 @@ Smartphone-Speicher wäre schnell voll ohne Kompression
---
<!-- _class: klausur -->
<!-- _header: '' -->
<!-- _footer: '' -->
# Rastergrafiken (Bitmaps)
@@ -174,6 +178,7 @@ PRÜFUNGSRELEVANT: Speicherberechnung, Farbtiefe-Tabelle, warum Vergrößern pro
---
<!-- _class: klausur -->
<!-- _header: '' -->
<!-- _footer: '' -->
# Vektorgrafiken
@@ -213,6 +218,7 @@ PRÜFUNGSRELEVANT: Warum Vektoren skalierbar, SVG-Grundsyntax, Rendering-Pipelin
---
<!-- _class: klausur -->
<!-- _header: '' -->
<!-- _footer: '' -->
# Raster vs. Vektor: Entscheidungskriterien
@@ -708,6 +714,8 @@ Quelle: https://www.canon.com.hk/cpx/en/technical/va_EOS_Movie_Compression_Optio
---
<!-- _class: klausur -->
<!-- _header: '' -->
<!-- _footer: '' -->
# H.264 / AVC Codec (2003)
### Der bisherige Platzhirsch
@@ -828,6 +836,8 @@ Alliance for Open Media
---
<!-- _class: klausur -->
<!-- _header: '' -->
<!-- _footer: '' -->
# AV1: Die Open-Source-Revolution