Merge branch 'master' of https://git.wiai.de/latex/latex-wochenende
This commit is contained in:
commit
cae4ca537e
@ -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,5 +1,4 @@
|
||||
<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>
|
||||
@ -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>
|
||||
|
||||
BIN
sections/german/06/bamberger_katalog_bibtex.jpg
Normal file
BIN
sections/german/06/bamberger_katalog_bibtex.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 364 KiB |
BIN
sections/german/06/google_bibtex1.jpg
Normal file
BIN
sections/german/06/google_bibtex1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 190 KiB |
BIN
sections/german/06/google_bibtex2.jpg
Normal file
BIN
sections/german/06/google_bibtex2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 253 KiB |
Loading…
x
Reference in New Issue
Block a user