Restructure documents
16
index.html
@ -40,6 +40,22 @@
|
||||
data-separator-vertical="^\r?\n---\r?\n$"></section>
|
||||
<section data-markdown="sections/german/07/07.md" data-separator="^\r?\n===\r?\n$"
|
||||
data-separator-vertical="^\r?\n---\r?\n$"></section>
|
||||
<section data-markdown="sections/german/08/08.md" data-separator="^\r?\n===\r?\n$"
|
||||
data-separator-vertical="^\r?\n---\r?\n$"></section>
|
||||
<section data-markdown="sections/german/09/09.md" data-separator="^\r?\n===\r?\n$"
|
||||
data-separator-vertical="^\r?\n---\r?\n$"></section>
|
||||
<section data-markdown="sections/german/10/10.md" data-separator="^\r?\n===\r?\n$"
|
||||
data-separator-vertical="^\r?\n---\r?\n$"></section>
|
||||
<section data-markdown="sections/german/11/11.md" data-separator="^\r?\n===\r?\n$"
|
||||
data-separator-vertical="^\r?\n---\r?\n$"></section>
|
||||
<section data-markdown="sections/german/12/12.md" data-separator="^\r?\n===\r?\n$"
|
||||
data-separator-vertical="^\r?\n---\r?\n$"></section>
|
||||
<section data-markdown="sections/german/13/13.md" data-separator="^\r?\n===\r?\n$"
|
||||
data-separator-vertical="^\r?\n---\r?\n$"></section>
|
||||
<section data-markdown="sections/german/14/14.md" data-separator="^\r?\n===\r?\n$"
|
||||
data-separator-vertical="^\r?\n---\r?\n$"></section>
|
||||
<section data-markdown="sections/german/15/15.md" data-separator="^\r?\n===\r?\n$"
|
||||
data-separator-vertical="^\r?\n---\r?\n$"></section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,11 +1,3 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>All Features Welcome ☺ 🐉</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
SONDERZEICHEN
|
||||
-->
|
||||
@ -88,7 +80,7 @@ Dr.~Fooboar.</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
---
|
||||
|
||||
TODO: Striche (normaler Bindestrich, LaTeX-Bindestriche, Streckenstriche, Gedankenstriche deutsch/englisch), Silbentrennung in LaTeX mit overfull hboxes
|
||||
|
||||
@ -217,424 +209,3 @@ Ein- und Ausgabe % als Ergänzungsstrich</code></pre>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
TEXTAUSZEICHNUNG
|
||||
-->
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Text­auszeichnung</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Hervorhebungen</h2>
|
||||
<p>TODO `\emph{}` und was äquivalentes zu `<strong>`</p>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
TODO
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Hervorhebungen schachteln</h2>
|
||||
<p>Innerhalb kursiver Hervorhebung kann man auch den Befehl `\emph{text}` verwenden, um Passagen von der Kursivierung auszunehmen:</p>
|
||||
<pre class="lang-tex hljs"><code>\textit{Very \emph{Important} Stuff}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Optische Auszeichnungen</h2>
|
||||
<p>
|
||||
<table>
|
||||
<tr><th>Bezeichnung</th><th>Befehl</th></tr>
|
||||
<tr><td>fett (bold face)</td><td><code>\textbf{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>kursiv (italics)</td><td><code>\textit{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>Kapitälchen (small capitals)</td><td><code>\textsc{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>dicktengleich (teletypefont)</td><td><code>\texttt{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>geneigt (slanted)</td><td><code>\textsl{Very Important Stuff)</code></td></tr>
|
||||
<tr><td>unterstrichen</td><td><code>\underline{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>hochgestellt</td><td><code>\textsuperscript{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>tiefgestellt</td><td><code>\textsubscript{Very Important Stuff}</code></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/05/hervorhebungen.png">
|
||||
<img src="sections/german/05/hervorhebungen-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Auszeichnungen schachteln</h2>
|
||||
<p>Problemlos möglich:</p>
|
||||
<pre class="lang-tex hljs"><code>\textbf{Very \textit{Important Stuff}}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Schriftgröße</h2>
|
||||
<div class="box warning">
|
||||
<p><strong>Ein gutgemeinter Rat: Better Call ~~Saul~~ LaTeX!</strong></p>
|
||||
<p>Vgl. Abschnitt zu Syntax und Semantik:<br>
|
||||
Konsistentes Aussehen über das gesamte Dokument hinweg gewünscht?</p>
|
||||
<p>Voreinstellungen von LaTeX zur Schriftgröße verschiedener Textelemente (Titel, Fließtext, Fußnoten) vertrauen!<br>
|
||||
Das heißt im Umkehrschluss: Möglichst wenig manuell an Schriftgrößen herumschrauben.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Schriftgröße</h2>
|
||||
<h3>normalsize</h3>
|
||||
<ul>
|
||||
<li>Wird für den Fließtext verwendet</li>
|
||||
<li>Standard: 10pt</li>
|
||||
<li>Kann im Header folgendermaßen verändert werden:</li>
|
||||
</ul>
|
||||
<pre class="lang-tex hljs"><code>\documentclass[12pt]{article}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Schriftgröße</h2>
|
||||
<h3>Voreingestellte Schriftgrößen</h3>
|
||||
<p>Syntax:</p>
|
||||
<pre class="lang-tex hljs"><code>{\fontsize ein Textabschnitt}</code></pre>
|
||||
<p>Zur Auswahl: immer relativ zu normalsize</p>
|
||||
<pre class="lang-tex hljs"><code>{\tiny Wenn}
|
||||
{\footnotesize du}
|
||||
{\small das}
|
||||
{\normalsize lesen}
|
||||
{\large kannst,}
|
||||
{\Large brauchst}
|
||||
{\LARGE du}
|
||||
{\huge keine}
|
||||
{\Huge Brille.}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/05/schriftgroesse_optiker.png">
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Schriftgröße</h2>
|
||||
<h3>Manuelle Konfiguration möglich</h3>
|
||||
<pre class="lang-tex hljs"><code>\fontsize{<Schriftgröße>}{<Zeilenhöhe>}
|
||||
\selectfont</code></pre>
|
||||
<p>Beispiel:</p>
|
||||
<pre class="lang-tex hljs"><code>Das ist Text in normaler Schriftgröße.
|
||||
|
||||
\fontsize{1cm}{1.25cm}\selectfont
|
||||
Das ist eine Textpassage in
|
||||
wirklich riesiger Schrift.
|
||||
|
||||
\normalsize
|
||||
Back to normal.</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/05/schriftgroesse_fontsize_befehl.png">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## URLs
|
||||
|
||||
Paket hyperref mit `\url` sorgt für zeichentreue Wiedergabe und bindestrichlose Umbrüche
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">4. Sonderzeichen einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment">Suche dir aus der PDF-Liste zu Sonderzeichen einige interessante Symbole aus und füge sie in den ersten Absatz von xxx ein.</li>
|
||||
<li class="fragment">Ließ dir den ersten Absatz von xxx durch und hebe auf unterschiedliche Art und Weise (fett, kursiv etc.) Abschnitte hervor, die dir wichtig erscheinen.</li>
|
||||
<li class="fragment">Variiere zum Testen die Schriftgröße: Setze einen Satz in winziger, einen anderen in riesiger Schrift. Probiere aus, eine eigene Schriftgröße zu konfiguieren.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
ABSATZFORMATIERUNG
|
||||
-->
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Absatz­formatierung</h1>
|
||||
<div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
TODO: Absatzausrichtung (https://en.wikibooks.org/wiki/LaTeX/Paragraph_Formatting#Paragraph_alignment)
|
||||
|
||||
---
|
||||
|
||||
TODO: Einzüge und Abstände (https://en.wikibooks.org/wiki/LaTeX/Paragraph_Formatting#Paragraph_alignment)
|
||||
|
||||
---
|
||||
|
||||
TODO: Umbrüche (https://en.wikibooks.org/wiki/LaTeX/Paragraph_Formatting#Manual_breaks)
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">5. Absätze ändern</h2>
|
||||
<ul>
|
||||
<li class="fragment">Formatiere den ersten Absatz des Kapitels xxx rechtsbündig zentriert.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
WEITERE BLOCKUMGEBUNGEN
|
||||
-->
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Weitere Block­umgebungen</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Ungeordnete Listen</h2>
|
||||
<pre class="lang-tex hljs"><code>\begin{itemize}
|
||||
\item Nudelplatten
|
||||
\item Passierte Tomaten
|
||||
\item Möhren
|
||||
\item Erbsen
|
||||
\item Mehl
|
||||
\item Milch
|
||||
\end{itemize}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/05/itemize-crop.svg" style="max-height: 100%;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Geordnete Listen</h2>
|
||||
<pre class="lang-tex hljs"><code>\begin{enumerate}
|
||||
\item die Zwiebeln in einem Topf anbraten
|
||||
\item passierte Tomaten, Möhren und Erbsen dazugeben und aufkochen
|
||||
\item mit Kräutern und Gewürzen abschmecken
|
||||
\item aus Milch, Salz und Mehl eine Béchamelsauce herstellen
|
||||
\item in einer Auflaufform abwechselnd Béchamelsauce, Nudelplatten und Gemüsesoße stapeln
|
||||
\item in Scheiben geschnittenen Mozzarella darauf verteilen und im Ofen backen
|
||||
\end{enumerate}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/05/enumerate-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Definitionslisten</h2>
|
||||
<pre class="lang-tex hljs"><code>\begin{description}
|
||||
\item [Béchamelsauce] Béchamelsauce, Sauce Béchamel oder Milchsauce ist eine helle Sauce aus Milch, Butter und Mehl, die meist zu Gemüse, Kartoffeln oder Eierspeisen serviert wird. Als klassische Grundsauce findet sie variiert bei vielen Gerichten Verwendung. (siehe \url{https://de.wikipedia.org/wiki/B%C3%A9chamelsauce})
|
||||
\item [Lasagne] Als Lasagne (Plural Lasagnen) werden sowohl besonders breite Bandnudeln als auch der mehrere Teigschichten (Nudelplatten) beinhaltende Auflauf bezeichnet. (siehe \url{https://de.wikipedia.org/wiki/Lasagne})
|
||||
\end{description}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/05/definition-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Kompakte Listen</h2>
|
||||
<p>Das Paket <code>paralist</code> stellt Aufzählungen ohne riesige Zwischenräume zur Verfügung.</p>
|
||||
<pre class="lang-tex hljs"><code>\section{Zutaten}
|
||||
\begin{compactitem}
|
||||
% ...
|
||||
\end{compactitem}
|
||||
\section{Zubereitung}
|
||||
\begin{compactenum}
|
||||
% ...
|
||||
\end{compactenum}
|
||||
\section{Glossar}
|
||||
\begin{compactdesc}
|
||||
% ...
|
||||
\end{compactdesc}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/05/compact-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Verschachtelte Listen</h2>
|
||||
<p>Listen lassen sich beliebig verschachteln.</p>
|
||||
<pre class="lang-tex hljs"><code>\begin{compactitem}
|
||||
\item Nudelplatten
|
||||
\item Gemüse \begin{compactitem}
|
||||
\item Passierte Tomaten
|
||||
\item Möhren
|
||||
\item Erbsen
|
||||
\item Zwiebeln
|
||||
\end{compactitem}
|
||||
\item Kräuter \begin{compactenum}
|
||||
\item Oregano
|
||||
\item Basilikum
|
||||
\item Rosmarin
|
||||
\item Salz
|
||||
\item Pfeffer
|
||||
\end{compactenum}
|
||||
\item Mozzarella
|
||||
\item Mehl
|
||||
\item Milch
|
||||
\end{compactitem}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/05/nested-lists-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Aufzählungsarten</h2>
|
||||
<p>Die Art der Aufzählung lässt sich über den optionalen Parameter <code>label</code> ändern. Hierfür ist das Paket <code>enumitem</code> notwendig</p>
|
||||
<pre class="lang-tex hljs"><code>% Römische Zahlen
|
||||
\begin{enumerate}[label=\roman\*]
|
||||
%...
|
||||
% Arabische Zahlen
|
||||
\begin{enumerate}[label=\arabic\*]
|
||||
%...
|
||||
% Alphabetisch
|
||||
\begin{enumerate}[label=\alph\*]
|
||||
%...</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/05/list-style-types-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">5. Aufzählungen einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment">Füge in Absatz xxx von Kapitel xxx eine nummerierte Aufzählung von xxx ein.</li>
|
||||
<li class="fragment">Wandle die Aufzählung anschließend in eine Liste mit Bullet Points um.</li>
|
||||
<li class="fragment">Füge in Absatz xxx nun noch eine <code>description</code> ein. Kann man darin eine Aufzählung verschachteln?</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
TODO: Formeln (inline und block)
|
||||
|
||||
---
|
||||
|
||||
TODO: Listings
|
||||
|
||||
---
|
||||
|
||||
TODO: Grafiken (mit Positionierung)
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">6. Grafiken einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment"></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
TODO: Tabellen (booktabs, Möglichkeit für Querformat)
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">7. Tabellen einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment"></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
REFERENZEN UND FUSSNOTEN
|
||||
-->
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Referenzen und Fußnoten</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
TODO: Label und Ref
|
||||
|
||||
---
|
||||
|
||||
TODO: hyperref mit `\autoref` ODER cleveref mit `\cref` (nach hyperref einbinden)
|
||||
|
||||
---
|
||||
|
||||
TODO: Fußnoten
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">8. Referenzen einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment"></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@ -1,84 +1,156 @@
|
||||
<div class="layout-content-only">
|
||||
<<<<<<< HEAD
|
||||
<div class="layout-content">
|
||||
<h1>Literatur­verwaltung</h1>
|
||||
<blockquote>Literatur ist nichts für Bürokraten,<br>sie sollte nicht verwaltet werden,<br>sondern gelesen und gelebt.« <cite>Zarathustra</cite></blockquote>
|
||||
<div class="layout-content">
|
||||
<h1>Text­auszeichnung</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Hervorhebungen</h2>
|
||||
<p>TODO `\emph{}` und was äquivalentes zu `<strong>`</p>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
TODO
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Was brauchen wir dafür?</h2>
|
||||
<p class="fragment"><code><strong>BibTex</strong></code> als Schnittstelle zwischen der Literatur und LaTeX</p>
|
||||
<p class="fragment"><strong>Bibliographiedatei</strong> (nachfolgend ".bib" Datei) zur Speicherung von Literaturverweisen<p>
|
||||
<div class="layout-content">
|
||||
<h2>Hervorhebungen schachteln</h2>
|
||||
<p>Innerhalb kursiver Hervorhebung kann man auch den Befehl `\emph{text}` verwenden, um Passagen von der Kursivierung auszunehmen:</p>
|
||||
<pre class="lang-tex hljs"><code>\textit{Very \emph{Important} Stuff}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Optische Auszeichnungen</h2>
|
||||
<p>
|
||||
<table>
|
||||
<tr><th>Bezeichnung</th><th>Befehl</th></tr>
|
||||
<tr><td>fett (bold face)</td><td><code>\textbf{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>kursiv (italics)</td><td><code>\textit{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>Kapitälchen (small capitals)</td><td><code>\textsc{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>dicktengleich (teletypefont)</td><td><code>\texttt{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>geneigt (slanted)</td><td><code>\textsl{Very Important Stuff)</code></td></tr>
|
||||
<tr><td>unterstrichen</td><td><code>\underline{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>hochgestellt</td><td><code>\textsuperscript{Very Important Stuff}</code></td></tr>
|
||||
<tr><td>tiefgestellt</td><td><code>\textsubscript{Very Important Stuff}</code></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/06/hervorhebungen.png">
|
||||
<img src="sections/german/06/hervorhebungen-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Wie wird das verwendet?</h2>
|
||||
<p class="fragment">Durch BibTex wird LaTeX um einige Befehle zum Zitieren erweitert</p>
|
||||
<ul>
|
||||
<li class="fragment"><code>\cite{Quelle}</code> zitieren einer Quelle</li>
|
||||
<li class="fragment"><code>\cite[S. 15]{Quelle}</code> zitieren einer Seite</li>
|
||||
<li class="fragment"><code>\bibliography{Name der .bib Datei}</code> Verweis auf die genutzte .bib Datei</li>
|
||||
<li class="fragment"><code>\bibliographystyle{Zitierstil}</code> Angabe des genutzten Zitierstils</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="layout-content">
|
||||
<h2>Auszeichnungen schachteln</h2>
|
||||
<p>Problemlos möglich:</p>
|
||||
<pre class="lang-tex hljs"><code>\textbf{Very \textit{Important Stuff}}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2>Was ist diese ominöse .bib Datei?</h2>
|
||||
<p class="fragment">Sammlung von Quellenangaben</p>
|
||||
<p class="fragment">Im BibTex Format</p>
|
||||
<div class="fragment">
|
||||
<p >Beispielhafter Literatureintrag im BibTex Format</p>
|
||||
<pre class="lang-tex hljs"><code>
|
||||
@article{turing1990, %Art des Dokuments und Bezeichner für den \cite Befehl
|
||||
title={The chemical basis of morphogenesis}, % Titel
|
||||
author={Turing, Alan Mathison}, % Autor
|
||||
journal={Bulletin of mathematical biology}, % Titel des Journals
|
||||
volume={52}, % Band des Journals
|
||||
pages={153--197}, % Seitenzahl im Journal
|
||||
year={1990}, % Erscheinungsjahr
|
||||
publisher={Springer} % Verleger des Journals
|
||||
}
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Schriftgröße</h2>
|
||||
<div class="box warning">
|
||||
<p><strong>Ein gutgemeinter Rat: Better Call ~~Saul~~ LaTeX!</strong></p>
|
||||
<p>Vgl. Abschnitt zu Syntax und Semantik:<br>
|
||||
Konsistentes Aussehen über das gesamte Dokument hinweg gewünscht?</p>
|
||||
<p>Voreinstellungen von LaTeX zur Schriftgröße verschiedener Textelemente (Titel, Fließtext, Fußnoten) vertrauen!<br>
|
||||
Das heißt im Umkehrschluss: Möglichst wenig manuell an Schriftgrößen herumschrauben.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">9. Ein Literaturverzeichnis erstellen und einfügen</h2>
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Schriftgröße</h2>
|
||||
<h3>normalsize</h3>
|
||||
<ul>
|
||||
<li class="fragment">Suche in einer Literaturdatenbank deiner Wahl die BibTeX-Einträge für folgende LaTeX-Handbücher:
|
||||
<ul>
|
||||
<li class="fragment">Leslie Lamport (1994): LaTeX. A Document Preparation System.</li>
|
||||
<li class="fragment">Dilip Datta (2017): LaTeX in 24 Hours. A Practical Guide for Scientific Writing.</li>
|
||||
<li class="fragment">Frank Mittelbach / Michel Goossens (2012): Der LaTeX-Begleiter.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="fragment">Füge die BibTeX-Einträge in eine bibtex-Datei <code>bibliography.bib</code> ein.</li>
|
||||
<li class="fragment">Wähle einen Bibliographierstil aus und füge den entsprechenden Befehl per <code>\bibliographystyle{}</code> in deine LaTeX-Datei für das Skript ein.</li>
|
||||
<li class="fragment">Füge das Literaturverzeichnis über <code>\bibliography{}</code> in deine LaTeX-Datei ein.</li>
|
||||
<li class="fragment">Zitiere die 3 Handbücher an geeigneter Stelle im Skript, damit diese im Literaturverzeichnis erscheinen.</li>
|
||||
<li class="fragment">Probiere nun einen anderen Bibliographierstil aus und vergleiche, was sich im PDF verändert.</li>
|
||||
<li>Wird für den Fließtext verwendet</li>
|
||||
<li>Standard: 10pt</li>
|
||||
<li>Kann im Header folgendermaßen verändert werden:</li>
|
||||
</ul>
|
||||
<pre class="lang-tex hljs"><code>\documentclass[12pt]{article}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Schriftgröße</h2>
|
||||
<h3>Voreingestellte Schriftgrößen</h3>
|
||||
<p>Syntax:</p>
|
||||
<pre class="lang-tex hljs"><code>{\fontsize ein Textabschnitt}</code></pre>
|
||||
<p>Zur Auswahl: immer relativ zu normalsize</p>
|
||||
<pre class="lang-tex hljs"><code>{\tiny Wenn}
|
||||
{\footnotesize du}
|
||||
{\small das}
|
||||
{\normalsize lesen}
|
||||
{\large kannst,}
|
||||
{\Large brauchst}
|
||||
{\LARGE du}
|
||||
{\huge keine}
|
||||
{\Huge Brille.}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/06/schriftgroesse_optiker.png">
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Schriftgröße</h2>
|
||||
<h3>Manuelle Konfiguration möglich</h3>
|
||||
<pre class="lang-tex hljs"><code>\fontsize{<Schriftgröße>}{<Zeilenhöhe>}
|
||||
\selectfont</code></pre>
|
||||
<p>Beispiel:</p>
|
||||
<pre class="lang-tex hljs"><code>Das ist Text in normaler Schriftgröße.
|
||||
|
||||
\fontsize{1cm}{1.25cm}\selectfont
|
||||
Das ist eine Textpassage in
|
||||
wirklich riesiger Schrift.
|
||||
|
||||
\normalsize
|
||||
Back to normal.</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/06/schriftgroesse_fontsize_befehl.png">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## URLs
|
||||
|
||||
Paket hyperref mit `\url` sorgt für zeichentreue Wiedergabe und bindestrichlose Umbrüche
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">4. Sonderzeichen einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment">Suche dir aus der PDF-Liste zu Sonderzeichen einige interessante Symbole aus und füge sie in den ersten Absatz von xxx ein.</li>
|
||||
<li class="fragment">Ließ dir den ersten Absatz von xxx durch und hebe auf unterschiedliche Art und Weise (fett, kursiv etc.) Abschnitte hervor, die dir wichtig erscheinen.</li>
|
||||
<li class="fragment">Variiere zum Testen die Schriftgröße: Setze einen Satz in winziger, einen anderen in riesiger Schrift. Probiere aus, eine eigene Schriftgröße zu konfiguieren.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@ -1,30 +1,31 @@
|
||||
<!--
|
||||
ABSATZFORMATIERUNG
|
||||
-->
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Ausblick 🔭</h1>
|
||||
</div>
|
||||
<h1>Absatz­formatierung</h1>
|
||||
<div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
Weitere Umgebungen
|
||||
|
||||
* Abstracts (für Paper)
|
||||
* Algorithmen
|
||||
* Blockquotes
|
||||
* Chemische Strukturformeln
|
||||
* Konstituentenbäume
|
||||
* Abhängigkeitsbäume
|
||||
* Indizes
|
||||
TODO: Absatzausrichtung (https://en.wikibooks.org/wiki/LaTeX/Paragraph_Formatting#Paragraph_alignment)
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
TODO: Einzüge und Abstände (https://en.wikibooks.org/wiki/LaTeX/Paragraph_Formatting#Paragraph_alignment)
|
||||
|
||||
---
|
||||
|
||||
TODO: Umbrüche (https://en.wikibooks.org/wiki/LaTeX/Paragraph_Formatting#Manual_breaks)
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<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, ...)
|
||||
<h2 data-category="Aufgabe">5. Absätze ändern</h2>
|
||||
<ul>
|
||||
<li class="fragment">Formatiere den ersten Absatz des Kapitels xxx rechtsbündig zentriert.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/07/overleaf.png">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
148
sections/german/08/08.md
Normal file
@ -0,0 +1,148 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Aufzählungen</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Ungeordnete Listen</h2>
|
||||
<pre class="lang-tex hljs"><code>\begin{itemize}
|
||||
\item Nudelplatten
|
||||
\item Passierte Tomaten
|
||||
\item Möhren
|
||||
\item Erbsen
|
||||
\item Mehl
|
||||
\item Milch
|
||||
\end{itemize}</code></pre>
|
||||
<p>Die einzelnen Stichpunkte werden innerhalb der <code>itemize</code>-Umgebung durch den Befehl <code>\item</code> gekennzeichnet.</p>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/08/itemize-crop.svg" style="max-height: 100%;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Geordnete Listen</h2>
|
||||
<pre class="lang-tex hljs"><code>\begin{enumerate}
|
||||
\item die Zwiebeln in einem Topf anbraten
|
||||
\item passierte Tomaten, Möhren und Erbsen dazugeben und aufkochen
|
||||
\item mit Kräutern und Gewürzen abschmecken
|
||||
\item aus Milch, Salz und Mehl eine Béchamelsauce herstellen
|
||||
\item in einer Auflaufform abwechselnd Béchamelsauce, Nudelplatten und Gemüsesoße stapeln
|
||||
\item in Scheiben geschnittenen Mozzarella darauf verteilen und im Ofen backen
|
||||
\end{enumerate}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/08/enumerate-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Definitionslisten</h2>
|
||||
<pre class="lang-tex hljs"><code>\begin{description}
|
||||
\item [Béchamelsauce] Béchamelsauce, Sauce Béchamel oder Milchsauce ist eine helle Sauce aus Milch, Butter und Mehl, die meist zu Gemüse, Kartoffeln oder Eierspeisen serviert wird. Als klassische Grundsauce findet sie variiert bei vielen Gerichten Verwendung. (siehe \url{https://de.wikipedia.org/wiki/B%C3%A9chamelsauce})
|
||||
\item [Lasagne] Als Lasagne (Plural Lasagnen) werden sowohl besonders breite Bandnudeln als auch der mehrere Teigschichten (Nudelplatten) beinhaltende Auflauf bezeichnet. (siehe \url{https://de.wikipedia.org/wiki/Lasagne})
|
||||
\end{description}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/08/definition-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Kompakte Listen</h2>
|
||||
<p>Das Paket <code>paralist</code> stellt Aufzählungen ohne riesige Zwischenräume zur Verfügung.</p>
|
||||
<pre class="lang-tex hljs"><code>\section{Zutaten}
|
||||
\begin{compactitem}
|
||||
% ...
|
||||
\end{compactitem}
|
||||
\section{Zubereitung}
|
||||
\begin{compactenum}
|
||||
% ...
|
||||
\end{compactenum}
|
||||
\section{Glossar}
|
||||
\begin{compactdesc}
|
||||
% ...
|
||||
\end{compactdesc}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/08/compact-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Verschachtelte Listen</h2>
|
||||
<p>Listen lassen sich beliebig verschachteln.</p>
|
||||
<pre class="lang-tex hljs"><code>\begin{compactitem}
|
||||
\item Nudelplatten
|
||||
\item Gemüse \begin{compactitem}
|
||||
\item Passierte Tomaten
|
||||
\item Möhren
|
||||
\item Erbsen
|
||||
\item Zwiebeln
|
||||
\end{compactitem}
|
||||
\item Kräuter \begin{compactenum}
|
||||
\item Oregano
|
||||
\item Basilikum
|
||||
\item Rosmarin
|
||||
\item Salz
|
||||
\item Pfeffer
|
||||
\end{compactenum}
|
||||
\item Mozzarella
|
||||
\item Mehl
|
||||
\item Milch
|
||||
\end{compactitem}</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/08/nested-lists-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-and-preview">
|
||||
<div class="layout-content">
|
||||
<h2>Aufzählungsarten</h2>
|
||||
<p>Die Art der Aufzählung lässt sich über den optionalen Parameter <code>label</code> ändern. Hierfür ist das Paket <code>enumitem</code> notwendig</p>
|
||||
<pre class="lang-tex hljs"><code>% Römische Zahlen
|
||||
\begin{enumerate}[label=\roman\*]
|
||||
%...
|
||||
% Arabische Zahlen
|
||||
\begin{enumerate}[label=\arabic\*]
|
||||
%...
|
||||
% Alphabetisch
|
||||
\begin{enumerate}[label=\alph\*]
|
||||
%...</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/08/list-style-types-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">5. Aufzählungen einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment">Füge in Absatz xxx von Kapitel xxx eine nummerierte Aufzählung von xxx ein.</li>
|
||||
<li class="fragment">Wandle die Aufzählung anschließend in eine Liste mit Bullet Points um.</li>
|
||||
<li class="fragment">Füge in Absatz xxx nun noch eine <code>description</code> ein. Kann man darin eine Aufzählung verschachteln?</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 169 KiB |
|
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 169 KiB |
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
1
sections/german/09/09.md
Normal file
@ -0,0 +1 @@
|
||||
TODO: Formeln (inline und block)
|
||||
1
sections/german/10/10.md
Normal file
@ -0,0 +1 @@
|
||||
TODO: Listings
|
||||
12
sections/german/11/11.md
Normal file
@ -0,0 +1,12 @@
|
||||
TODO: Grafiken (mit Positionierung)
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">6. Grafiken einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment"></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
12
sections/german/12/12.md
Normal file
@ -0,0 +1,12 @@
|
||||
TODO: Tabellen (booktabs, Möglichkeit für Querformat)
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">7. Tabellen einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment"></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
28
sections/german/13/13.md
Normal file
@ -0,0 +1,28 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Referenzen und Fußnoten</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
TODO: Label und Ref
|
||||
|
||||
---
|
||||
|
||||
TODO: hyperref mit `\autoref` ODER cleveref mit `\cref` (nach hyperref einbinden)
|
||||
|
||||
---
|
||||
|
||||
TODO: Fußnoten
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">8. Referenzen einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment"></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
84
sections/german/14/14.md
Normal file
@ -0,0 +1,84 @@
|
||||
<div class="layout-content-only">
|
||||
<<<<<<< HEAD
|
||||
<div class="layout-content">
|
||||
<h1>Literatur­verwaltung</h1>
|
||||
<blockquote>Literatur ist nichts für Bürokraten,<br>sie sollte nicht verwaltet werden,<br>sondern gelesen und gelebt.« <cite>Zarathustra</cite></blockquote>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Was brauchen wir dafür?</h2>
|
||||
<p class="fragment"><code><strong>BibTex</strong></code> als Schnittstelle zwischen der Literatur und LaTeX</p>
|
||||
<p class="fragment"><strong>Bibliographiedatei</strong> (nachfolgend ".bib" Datei) zur Speicherung von Literaturverweisen<p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2>Wie wird das verwendet?</h2>
|
||||
<p class="fragment">Durch BibTex wird LaTeX um einige Befehle zum Zitieren erweitert</p>
|
||||
<ul>
|
||||
<li class="fragment"><code>\cite{Quelle}</code> zitieren einer Quelle</li>
|
||||
<li class="fragment"><code>\cite[S. 15]{Quelle}</code> zitieren einer Seite</li>
|
||||
<li class="fragment"><code>\bibliography{Name der .bib Datei}</code> Verweis auf die genutzte .bib Datei</li>
|
||||
<li class="fragment"><code>\bibliographystyle{Zitierstil}</code> Angabe des genutzten Zitierstils</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
<h2>Was ist diese ominöse .bib Datei?</h2>
|
||||
<p class="fragment">Sammlung von Quellenangaben</p>
|
||||
<p class="fragment">Im BibTex Format</p>
|
||||
<div class="fragment">
|
||||
<p >Beispielhafter Literatureintrag im BibTex Format</p>
|
||||
<pre class="lang-tex hljs"><code>
|
||||
@article{turing1990, %Art des Dokuments und Bezeichner für den \cite Befehl
|
||||
title={The chemical basis of morphogenesis}, % Titel
|
||||
author={Turing, Alan Mathison}, % Autor
|
||||
journal={Bulletin of mathematical biology}, % Titel des Journals
|
||||
volume={52}, % Band des Journals
|
||||
pages={153--197}, % Seitenzahl im Journal
|
||||
year={1990}, % Erscheinungsjahr
|
||||
publisher={Springer} % Verleger des Journals
|
||||
}
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-only">
|
||||
<div class="layout-content">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content">
|
||||
<h2 data-category="Aufgabe">9. Ein Literaturverzeichnis erstellen und einfügen</h2>
|
||||
<ul>
|
||||
<li class="fragment">Suche in einer Literaturdatenbank deiner Wahl die BibTeX-Einträge für folgende LaTeX-Handbücher:
|
||||
<ul>
|
||||
<li class="fragment">Leslie Lamport (1994): LaTeX. A Document Preparation System.</li>
|
||||
<li class="fragment">Dilip Datta (2017): LaTeX in 24 Hours. A Practical Guide for Scientific Writing.</li>
|
||||
<li class="fragment">Frank Mittelbach / Michel Goossens (2012): Der LaTeX-Begleiter.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="fragment">Füge die BibTeX-Einträge in eine bibtex-Datei <code>bibliography.bib</code> ein.</li>
|
||||
<li class="fragment">Wähle einen Bibliographierstil aus und füge den entsprechenden Befehl per <code>\bibliographystyle{}</code> in deine LaTeX-Datei für das Skript ein.</li>
|
||||
<li class="fragment">Füge das Literaturverzeichnis über <code>\bibliography{}</code> in deine LaTeX-Datei ein.</li>
|
||||
<li class="fragment">Zitiere die 3 Handbücher an geeigneter Stelle im Skript, damit diese im Literaturverzeichnis erscheinen.</li>
|
||||
<li class="fragment">Probiere nun einen anderen Bibliographierstil aus und vergleiche, was sich im PDF verändert.</li>
|
||||
</ul>
|
||||
</div>
|
||||
30
sections/german/15/15.md
Normal file
@ -0,0 +1,30 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Ausblick 🔭</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
Weitere Umgebungen
|
||||
|
||||
* Abstracts (für Paper)
|
||||
* Algorithmen
|
||||
* Blockquotes
|
||||
* Chemische Strukturformeln
|
||||
* 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/15/overleaf.png">
|
||||
</div>
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 119 KiB |