Merge branch 'master' of git.stuve-bamberg.de:latex/latex-wochenende
This commit is contained in:
commit
db6a2f93bb
@ -1,8 +1,66 @@
|
|||||||
<div class="layout-content-only">
|
<div class="layout-content-only">
|
||||||
<div class="layout-content">
|
<<<<<<< HEAD
|
||||||
<h1>Literatur­verwaltung</h1>
|
<div class="layout-content">
|
||||||
<blockquote>Literatur ist nichts für Bürokraten,<br>sie sollte nicht verwaltet werden,<br>sondern gelesen und gelebt.« <cite>Anonymes Fachschaftsmitglied</cite></blockquote>
|
<h1>Literatur­verwaltung</h1>
|
||||||
</div>
|
<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>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<div class="layout-content-only">
|
<div class="layout-content-only">
|
||||||
<div class="layout-content">
|
<div class="layout-content">
|
||||||
<h1>Ausblick</h1>
|
<h1>Ausblick 🔭</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -15,3 +15,16 @@ Weitere Umgebungen
|
|||||||
* Konstituentenbäume
|
* Konstituentenbäume
|
||||||
* Abhängigkeitsbäume
|
* Abhängigkeitsbäume
|
||||||
* Indizes
|
* 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