diff --git a/css/theme/latex.css b/css/theme/latex.css index f6091bc..c9dfab2 100644 --- a/css/theme/latex.css +++ b/css/theme/latex.css @@ -407,3 +407,15 @@ blockquote { section > h1, section > h2, section > h3, section > p, section > ul { background: var(--primary); } + +/* + * Keyboard Shortcut Styling + * ========================= + */ +kbd { + font-family: "Fira Code", monospace !important; + font-size: 65% !important; + display: inline-block; + border: 1px solid white !important; + border-width: 1px 5px 5px 1px !important; + padding: .2rem .5rem !important; } diff --git a/css/theme/source/latex.scss b/css/theme/source/latex.scss index 0c1e1fc..ca38a37 100644 --- a/css/theme/source/latex.scss +++ b/css/theme/source/latex.scss @@ -511,3 +511,16 @@ blockquote { section>h1, section>h2, section>h3, section>p, section>ul { background: var(--primary) } + +/* + * Keyboard Shortcut Styling + * ========================= + */ +kbd { + font-family: "Fira Code", monospace !important; + font-size: 65% !important; + display: inline-block; + border: 1px solid white !important; + border-width: 1px 5px 5px 1px !important; + padding: .2rem .5rem !important; +} diff --git a/sections/german/07/07.md b/sections/german/07/07.md index fcc99ad..17f2453 100644 --- a/sections/german/07/07.md +++ b/sections/german/07/07.md @@ -1,6 +1,6 @@
-

Ausblick

+

Ausblick 🔭

@@ -15,3 +15,16 @@ Weitere Umgebungen * KonstituentenbÀume * AbhÀngigkeitsbÀume * Indizes + +--- + +
+
+

Overleaf

+

Ein Online-LaTeX-Editor, der das kollaboratives Arbeiten an Dokumenten ermöglicht.

+

Außerdem findest du auf der Seite unter Templates LaTeX-Vorlagen fĂŒr viele Gelegenheiten (Lebenslauf, Abschlussarbeiten, ...) +

+
+ +
+
diff --git a/sections/german/07/overleaf.png b/sections/german/07/overleaf.png new file mode 100644 index 0000000..38c9a35 Binary files /dev/null and b/sections/german/07/overleaf.png differ