This commit is contained in:
2025-11-04 12:15:43 +01:00
parent 58ae53697e
commit 971a18fcc1
45 changed files with 5489 additions and 5915 deletions

View File

@@ -0,0 +1,87 @@
---
title: Teilnehmer Liste - Note
short_desc: Teilnehmer Liste mit allen Informationen
tags:
- Note
- Vorlesung
- Uni
- Work
timestamp: 28.10.2025 - 11:49
path:
public: true
update: true
editor: markdown
uuid: "1761648544790"
---
## Liste 1
| Vorname | Nachname | Studium | Semester | HBK Mat-Nr. | TU Mat-Nr. |
| ------- | -------- | ------- | -------- | ----------- | ---------- |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
## Liste 2
| Vorname | Nachname | Studium | Semester | HBK Mat-Nr. | TU Mat-Nr. |
| ------- | -------- | ------- | -------- | ----------- | ---------- |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
## Liste 3
| Vorname | Nachname | Studium | Semester | HBK Mat-Nr. | TU Mat-Nr. |
| ------- | -------- | ------- | -------- | ----------- | ---------- |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |

View File

@@ -0,0 +1,55 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@400;700&display=swap');
@page {
size: A4;
margin: 1.5cm;
/* Add page numbers at bottom */
@bottom-right {
content: "Page " counter(page);
font-family: "Noto Sans Mono", monospace;
font-size: 10pt;
}
}
body {
font-family: "Helvetica", Arial, sans-serif;
color: #000;
background: #fff;
margin: 0;
padding: 0;
}
h1,h2 {
text-align: center;
margin: 0 0 0.5cm 0;
font-size: 24pt;
page-break-before: always;
}
h2 {
font-size: 18pt;
}
h1,h2:first-of-type {
page-break-before: avoid;
}
/* Table height: page height minus top/bottom margins and header estimate */
table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border: 1pt solid #000;
/* A4 height 29.7cm - margins 3cm - header 2cm ≈ 24.7cm */
height: 22.7cm;
}
th, td {
border: 0.8pt solid #000;
text-align: center;
vertical-align: middle;
padding: 0;
}