This commit is contained in:
Amma 2019-05-06 14:01:24 +02:00
commit cae4ca537e
6 changed files with 43 additions and 6 deletions

View File

@ -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; }

View File

@ -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;
}

View File

@ -1,5 +1,4 @@
<div class="layout-content-only">
<<<<<<< HEAD
<div class="layout-content">
<h1>Literatur&shy;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>
@ -33,10 +32,10 @@
---
<div class="layout-only">
<div class="layout-wide-content">
<div class="layout-content">
<h2>Was ist diese ominöse .bib Datei?</h2>
<p class="fragment">Sammlung von Quellenangaben</p>
<p class="fragment">Sammlung von Literatureinträgen</p>
<p class="fragment">Im BibTex Format</p>
<div class="fragment">
<p >Beispielhafter Literatureintrag im BibTex Format</p>
@ -57,16 +56,29 @@
---
<div class="layout-only">
<div class="layout-content">
<div class="layout-preview-only">
<div class="layout-preview">
<img src="sections/german/06/bamberger_katalog_bibtex.jpg">
<caption>Finden von fertigen BibTex Einträgen - Bamberger Katalog</caption>
</div>
</div>
---
<div class="layout-preview-only">
<div class="layout-preview">
<figure>
<img src="sections/german/06/google_bibtex1.jpg">
<img src="sections/german/06/google_bibtex2.jpg">
<caption>Finden von fertigen BibTex Einträgen - Google Scholar</caption>
</figure>
</div>
</div>
---
<div class="layout-content">
<h2 data-category="Aufgabe">9. Ein Literaturverzeichnis erstellen und einfügen</h2>
<h2 data-category="Aufgabe">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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB