Merge branch 'master' of https://git.stuve-bamberg.de/latex/latex-wochenende
This commit is contained in:
commit
c05a2067bf
@ -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; }
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Ausblick</h1>
|
||||
<h1>Ausblick 🔭</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -15,3 +15,16 @@ Weitere Umgebungen
|
||||
* Konstituentenbäume
|
||||
* Abhängigkeitsbäume
|
||||
* Indizes
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2><a href="https://www.overleaf.com">Overleaf</a></h2>
|
||||
<p>Ein Online-LaTeX-Editor, der das kollaboratives Arbeiten an Dokumenten ermöglicht.</p>
|
||||
<p>Außerdem findest du auf der Seite unter <a href="https://www.overleaf.com/templates">Templates</a> LaTeX-Vorlagen für viele Gelegenheiten (Lebenslauf, Abschlussarbeiten, ...)
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/07/overleaf.png">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
BIN
sections/german/07/overleaf.png
Normal file
BIN
sections/german/07/overleaf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 119 KiB |
Loading…
x
Reference in New Issue
Block a user