104 lines
2.4 KiB
Typst
104 lines
2.4 KiB
Typst
#set text(lang: "de", hyphenate: true)
|
|
#set par(justify: true) // Blocksatz
|
|
|
|
#import "@preview/cetz:0.4.1"
|
|
#import "@preview/cetz-venn:0.1.4"
|
|
|
|
#align(center)[
|
|
#set text(fill: gradient.linear(..color.map.rainbow))
|
|
#v(2cm)
|
|
#text(39pt, weight: "bold")[
|
|
Photonics für Dummies
|
|
]
|
|
#v(1.2em)
|
|
#text(20pt, weight: "medium")[
|
|
Zusammenfassung des Photonics Studiengangs.
|
|
]
|
|
#v(1em)
|
|
#text(20pt)[
|
|
Geschrieben von: Thomas Zwicker
|
|
]
|
|
#v(2.5cm)
|
|
#square(size: 250pt, fill: gradient.conic(..color.map.rainbow))
|
|
#v(2.5cm)
|
|
|
|
#text(18pt)[
|
|
Fachhochschule Graubünden
|
|
]
|
|
#v(1em)
|
|
#text(18pt)[
|
|
Juli 2025
|
|
]
|
|
|
|
]
|
|
|
|
#set page(footer: context [
|
|
#grid(columns: (1fr, 1fr, 1fr), align: (left, center, right),
|
|
[Photonics für Dummies], [Thomas Zwicker],
|
|
[#counter(page).display( "1/1", both: true,)])
|
|
])
|
|
#pagebreak()
|
|
|
|
= Vorwort
|
|
Willkommen zu meinen Zusammenfassungen und wichtigen Notizen aus dem Studiengang Photonik.
|
|
Diese Dokumentation ist primär für eine Linux-Umgebung ausgelegt. Windows-spezifische Aspekte, wie beispielsweise die korrekte Ausgabe von Umlauten im Terminal, werden hier nicht behandelt. Falls du Windows nutzt und kein Interesse an Dual Boot hast, empfehle ich dir #link("https://www.cygwin.com")[#text(fill: blue)[Cygwin]] oder #link("https://learn.microsoft.com/de-de/windows/wsl/install")[#text(fill: blue)[WSL (Windows-Subsystem für Linux)]] als Alternativen.
|
|
|
|
#set heading(numbering: "1.")
|
|
#pagebreak()
|
|
|
|
#outline()
|
|
#pagebreak()
|
|
|
|
= Analysis
|
|
#include "src/analysis_1.typ"
|
|
#include "src/analysis_2.typ"
|
|
#include "src/analysis_3.typ"
|
|
#pagebreak()
|
|
|
|
= Lineare Algebra
|
|
#include "src/lineare_algebra_1.typ"
|
|
#include "src/lineare_algebra_2.typ"
|
|
#include "src/lineare_algebra_3.typ"
|
|
#pagebreak()
|
|
|
|
= Informatik
|
|
#include "src/informatik_1.typ"
|
|
#include "src/informatik_2.typ"
|
|
#include "src/informatik_3.typ"
|
|
#pagebreak()
|
|
|
|
= Photonics
|
|
#pagebreak()
|
|
|
|
= Physik
|
|
#include "src/physik_1.typ"
|
|
#include "src/physik_2.typ"
|
|
#include "src/physik_3.typ"
|
|
#pagebreak()
|
|
|
|
= Elektronik
|
|
#include "src/elektronik_1.typ"
|
|
#include "src/elektronik_2.typ"
|
|
#include "src/elektronik_3.typ"
|
|
#pagebreak()
|
|
|
|
= Optische Messtechnik
|
|
#include "src/optische_messtechnik.typ"
|
|
#pagebreak()
|
|
|
|
= Signalverarbeitung
|
|
#include "src/signalverarbeitung.typ"
|
|
#pagebreak()
|
|
|
|
= Python
|
|
#include "src/python.typ"
|
|
#include "src/python_wahlmodul.typ"
|
|
#pagebreak()
|
|
|
|
= Bachelorarbeit (Typst, LaTeX)
|
|
#include "src/bachelorarbeit.typ"
|
|
#pagebreak()
|
|
|
|
= Umgang mit dem PC
|
|
#include "src/arbeiten_mit_pc.typ"
|