diff --git a/slides/literature.de.md b/slides/literature.de.md index cbc1624..40b4b70 100644 --- a/slides/literature.de.md +++ b/slides/literature.de.md @@ -7,6 +7,19 @@ Literatur­verwaltung +@slide(layout=preview-only) + +@preview +![Zitieren im Alpha-Zitierstil (`[style=alphabetic,backend=biber]`)](svg/literature/bibtex-alpha-crop.svg){.large .thin-padding} + + +@slide(layout=preview-only) + +@preview +![Zitieren im IEEE-Zitierstil (`[style=ieee,backend=biber]`)](svg/literature/bibtex-ieee-crop.svg){.large .thin-padding} + + + @slide(layout=content-only) @title @@ -23,7 +36,7 @@ Was brauchen wir dafür? Was ist diese ominöse `.bib`-Datei? @content -* Sammlung von Literatureinträgen im BibLaTeX-Format +* Sammlung von Literatureinträgen im BibTeX-Format¹ * Beispielhafter Literatureintrag: ``` {.hljs .lang-tex} @@ -38,6 +51,8 @@ Was ist diese ominöse `.bib`-Datei? } ``` +[1] **Hinweis**: Auch wenn wir mit BibLaTeX arbeiten, folgt unsere Bibliographie-Datei dem Format des alternativen Programms BibTeX. Der Name hat sich für verschiedene Dinge im Zusammenhang mit LaTeX-Referenzen etabliert, ähnlich wie wir spezielle Suchmaschinen im Sprachgebrauch für alle Suchanfragen im Netz verwenden. + @slide(layout=content-only) @title @@ -58,8 +73,6 @@ Das heißt im Umkehrschluss: Möglichst wenig manuell an den Zitationen herumsch -> Zwei Dinge sind unendlich. Das Universum und die Auswahl an Zitierstilen.Unbekannt - @slide(layout=content-only) @@ -106,6 +119,8 @@ backend=biber]{biblatex} backend=biber]{biblatex} ``` +> Zwei Dinge sind unendlich. Das Universum und die Auswahl an Zitierstilen.Unbekannt + @slide(layout=content-only) @title @@ -184,34 +199,22 @@ dashed=false, url=false, backend=biber]{biblatex} ``` -Ein Beispielzitat im obigen Zitierstil: -``` {.lang-tex .hljs} -\textcite{thatcher2002} oder in Klammern -\parencite{thatcher2002}. -\printbibliography +Ein Beispielzitat im obigen Zitierstil: + +``` {.lang-tex .hljs} +… in Klammern \parencite{thatcher2002} oder +einfach als \textcite{thatcher2002} … ``` @preview -![](svg/chapter-14/example_citation-crop.svg) +![](svg/literature/example_citation-crop.svg) @slide(layout=preview-only) @preview -![Zitieren im Alpha-Zitierstil](svg/literature/bibtex-alpha-crop.svg){.large .thin-padding} - - -@slide(layout=preview-only) - -@preview -![Zitieren im IEEE-Zitierstil](svg/literature/bibtex-ieee-crop.svg){.large .thin-padding} - - -@slide(layout=preview-only) - -@preview -![Finden von fertigen BibTeX-Einträgen – Bamberger Katalog](svg/literature/bamberger_katalog_bibtex.jpg){.large} +![Finden von fertigen BibTeX-Einträgen – Bamberger Katalog](svg/literature/bamberger_katalog_bibtex.png){.large} @slide(layout=preview-only) diff --git a/slides/literature.en.md b/slides/literature.en.md index ede8999..27f685b 100644 --- a/slides/literature.en.md +++ b/slides/literature.en.md @@ -7,6 +7,18 @@ Reference management +@slide(layout=preview-only) + +@preview +![Citing in Alpha style (`[style=alphabetic,backend=biber]`)](svg/literature/bibtex-alpha-example-crop.svg){.large .thin-padding} + + +@slide(layout=preview-only) + +@preview +![Citing in IEEE style (`[style=ieee,backend=biber]`)](svg/literature/bibtex-ieee-example-crop.svg){.large .thin-padding} + + @slide(layout=content-only) @title @@ -23,8 +35,8 @@ What do we need? What is this mysterious `.bib` file? @content -* collection of references in BibLaTeX format -* example: +* collection of references in BibTeX format¹ +* example content: ``` {.hljs .lang-tex} @article{turing1990, % the type of the document and an identifier for the \cite command @@ -38,6 +50,8 @@ What is this mysterious `.bib` file? } ``` +[1] **Note**: Even though we are working with BibLaTeX, our bibliography file adheres to the conventions of BibTeX, which is an alternative program. The name has been established for all kinds of things related to LaTeX citations. This is similar to the way we refer to online search by the name of one popular search engine. + @slide(layout=content-only) @title @@ -45,7 +59,7 @@ BibLaTeX @content * Package for creating and designing bibliographies -* Use of **biber** as backend +* Uses **biber** as a backend
**Some well-meaning advice** @@ -57,8 +71,6 @@ Trust BibLaTeX’s default citation styles! This conversely means: Avoid fiddling around with styles manually.
-> Two things are infinite: the universe and the assortment of citation styles.Unknown - @slide(layout=content-only) @@ -105,6 +117,8 @@ Changing the citation style backend=biber]{biblatex} ``` +> Two things are infinite: the universe and the assortment of citation styles.Unknown + @slide(layout=content-only) @title @@ -184,36 +198,22 @@ dashed=false, url=false, backend=biber]{biblatex} ``` -An exemplary reference in the citation style above: -``` {.lang-tex .hljs} -\textcite{thatcher2002} or in parentheses -\parencite{thatcher2002}. -\printbibliography +An exemplary reference in the citation style above: + +``` {.lang-tex .hljs} +… in parentheses \parencite{thatcher2002} +or simply as \textcite{thatcher2002} … ``` @preview -![](svg/chapter-14/example_citation_en-crop.svg) - - +![](svg/literature/example_citation_en-crop.svg) @slide(layout=preview-only) @preview -![Citing in Alpha style](svg/literature/bibtex-alpha-example-crop.svg){.large .thin-padding} - - -@slide(layout=preview-only) - -@preview -![Citing in IEEE style](svg/literature/bibtex-ieee-example-crop.svg){.large .thin-padding} - - -@slide(layout=preview-only) - -@preview -![Finding ready-made BibTeX entries – University of Bamberg Library](svg/literature/bamberg_catalogue_bibtex.jpg){.large} +![Finding ready-made BibTeX entries – University of Bamberg Library](svg/literature/bamberg_catalogue_bibtex.png){.large} @slide(layout=preview-only) diff --git a/svg/literature/bamberg_catalogue_bibtex.jpg b/svg/literature/bamberg_catalogue_bibtex.jpg deleted file mode 100644 index 8d5dda9..0000000 Binary files a/svg/literature/bamberg_catalogue_bibtex.jpg and /dev/null differ diff --git a/svg/literature/bamberg_catalogue_bibtex.png b/svg/literature/bamberg_catalogue_bibtex.png new file mode 100644 index 0000000..2773045 Binary files /dev/null and b/svg/literature/bamberg_catalogue_bibtex.png differ diff --git a/svg/literature/bamberger_katalog_bibtex.jpg b/svg/literature/bamberger_katalog_bibtex.jpg deleted file mode 100644 index db7bb87..0000000 Binary files a/svg/literature/bamberger_katalog_bibtex.jpg and /dev/null differ diff --git a/svg/literature/bamberger_katalog_bibtex.png b/svg/literature/bamberger_katalog_bibtex.png new file mode 100644 index 0000000..2ebbf6e Binary files /dev/null and b/svg/literature/bamberger_katalog_bibtex.png differ diff --git a/svg/packages/example_citation-crop.svg b/svg/literature/example_citation-crop.svg similarity index 83% rename from svg/packages/example_citation-crop.svg rename to svg/literature/example_citation-crop.svg index 282b791..9dfe373 100644 --- a/svg/packages/example_citation-crop.svg +++ b/svg/literature/example_citation-crop.svg @@ -3,107 +3,107 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - - - + - - + + - - + + - - + + - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + + @@ -111,13 +111,13 @@ - + - + - + @@ -144,27 +144,30 @@ - + - + - + - + - + - + - + + + + @@ -264,157 +267,158 @@ - - + + - - - - - - + - - - + + + + + - + + + - - + + + - + + + - - + + - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + - + + + - - - - - + + + - - - + - - - + + + + + - + - - - - - + + + + + - + - - - - - - + + + - + + + + + + - - - + - - + + + - - - - - - - - + + + + + - - - - - - + + + - - - + + + - - - + - + + + + + - - - - - + - + + + + + + - - - - - - + + + + + + + + + @@ -428,216 +432,216 @@ - - - - - + + + + + - - - - + + + + - - - - - + + + + + - - - - - - - + + + + + + + - - - + + + - + - + - - - - + + + + - + - + - - - - - + + + + + - + - - - - - - - + + + + + + + - - + + - - - + + + - + - - - + + + - - - - + + + + - - - + + + - - + + - - + + - - + + - - - - + + + + - + - - + + - - + + - - + + - + - + - - - - - - - + + + + + + + - - + + - - + + - - - - - - - + + + + + + + - - - + + + - - + + - - - + + + - - - - - - - + + + + + + + - - - + + + - + - - - + + + - + - - + + @@ -656,27 +660,27 @@ - - - - - + + + + + - + - - - - + + + + - - - - + + + + @@ -685,19 +689,19 @@ - + - - - - + + + + - - - - - + + + + + @@ -705,7 +709,7 @@ - + @@ -727,6 +731,6 @@ - + diff --git a/svg/packages/example_citation-orig.svg b/svg/literature/example_citation-orig.svg similarity index 83% rename from svg/packages/example_citation-orig.svg rename to svg/literature/example_citation-orig.svg index e2584c5..9f44390 100644 --- a/svg/packages/example_citation-orig.svg +++ b/svg/literature/example_citation-orig.svg @@ -3,107 +3,107 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - - - + - - + + - - + + - - + + - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + + @@ -111,13 +111,13 @@ - + - + - + @@ -144,27 +144,30 @@ - + - + - + - + - + - + - + + + + @@ -264,157 +267,158 @@ - - + + - - - - - - + - - - + + + + + - + + + - - + + + - + + + - - + + - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + - + + + - - - - - + + + - - - + - - - + + + + + - + - - - - - + + + + + - + - - - - - - + + + - + + + + + + - - - + - - + + + - - - - - - - - + + + + + - - - - - - + + + - - - + + + - - - + - + + + + + - - - - - + - + + + + + + - - - - - - + + + + + + + + + @@ -428,216 +432,216 @@ - - - - - + + + + + - - - - + + + + - - - - - + + + + + - - - - - - - + + + + + + + - - - + + + - + - + - - - - + + + + - + - + - - - - - + + + + + - + - - - - - - - + + + + + + + - - + + - - - + + + - + - - - + + + - - - - + + + + - - - + + + - - + + - - + + - - + + - - - - + + + + - + - - + + - - + + - - + + - + - + - - - - - - - + + + + + + + - - + + - - + + - - - - - - - + + + + + + + - - - + + + - - + + - - - + + + - - - - - - - + + + + + + + - - - + + + - + - - - + + + - + - - + + @@ -656,27 +660,27 @@ - - - - - + + + + + - + - - - - + + + + - - - - + + + + @@ -685,19 +689,19 @@ - + - - - - + + + + - - - - - + + + + + @@ -705,7 +709,7 @@ - + @@ -727,6 +731,6 @@ - + diff --git a/svg/packages/example_citation.tex b/svg/literature/example_citation.tex similarity index 76% rename from svg/packages/example_citation.tex rename to svg/literature/example_citation.tex index d93c448..c289335 100644 --- a/svg/packages/example_citation.tex +++ b/svg/literature/example_citation.tex @@ -6,9 +6,7 @@ \addbibresource{collection.bib} \begin{document} \thispagestyle{empty} -Ein Beispielzitat im obigen Zitierstil: - -\textcite{thatcher2002} oder in Klammern \parencite{thatcher2002}. +Wir können die Arbeit in Klammern \parencite{thatcher2002} oder einfach als \textcite{thatcher2002} zitieren. \printbibliography \end{document} diff --git a/svg/packages/example_citation_en-crop.svg b/svg/literature/example_citation_en-crop.svg similarity index 81% rename from svg/packages/example_citation_en-crop.svg rename to svg/literature/example_citation_en-crop.svg index e4aec06..48ae334 100644 --- a/svg/packages/example_citation_en-crop.svg +++ b/svg/literature/example_citation_en-crop.svg @@ -3,153 +3,162 @@ - + - - - - - - - + - - - - - - - - - - - - - - - - - - - + - - + + - - - - + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + - - + + - + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + @@ -249,165 +258,164 @@ - - - - - - - - - - + - - - - - - - + + + + - + - - + + + + + + + + + + + - - - + + + + - - - - - + + + - + - + + + - + + - - + + + + + - - - - + + + + + + - - - - - + + + + + + - - - + + + - - - + + + - + - - - - - + + + + + - + - - - - - - + + + + + - - + + - - + + + + + + - - - - - + + - - - - - - + + + + + - - - - - - + - - - + + - - - + + + - + - - - - - + + + + + - + - - - - - - + + + + + + + @@ -422,214 +430,214 @@ - - - - - + + + + + - - - - + + + + - - - - - + + + + + - - - - - - - + + + + + + + - - - + + + - + - - - - - + + + + + - - + + - + - - - - - + + + + + - + - - - - - - - + + + + + + + - + - - + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - - - - - - + + + + + + + + + + - + - - - - - + + + + + - - + + - + - + - - - - - - - + + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - + + + @@ -648,28 +656,28 @@ - - - - - + + + + + - - - + + + - - - - - + + + + + - - - + + + @@ -678,19 +686,19 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -698,7 +706,7 @@ - + @@ -720,6 +728,6 @@ - + diff --git a/svg/packages/example_citation_en-orig.svg b/svg/literature/example_citation_en-orig.svg similarity index 81% rename from svg/packages/example_citation_en-orig.svg rename to svg/literature/example_citation_en-orig.svg index a87cb1c..d7b8720 100644 --- a/svg/packages/example_citation_en-orig.svg +++ b/svg/literature/example_citation_en-orig.svg @@ -3,153 +3,162 @@ - + - - - - - - - + - - - - - - - - - - - - - - - - - - - + - - + + - - - - + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + - - + + - + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + @@ -249,165 +258,164 @@ - - - - - - - - - - + - - - - - - - + + + + - + - - + + + + + + + + + + + - - - + + + + - - - - - + + + - + - + + + - + + - - + + + + + - - - - + + + + + + - - - - - + + + + + + - - - + + + - - - + + + - + - - - - - + + + + + - + - - - - - - + + + + + - - + + - - + + + + + + - - - - - + + - - - - - - + + + + + - - - - - - + - - - + + - - - + + + - + - - - - - + + + + + - + - - - - - - + + + + + + + @@ -422,214 +430,214 @@ - - - - - + + + + + - - - - + + + + - - - - - + + + + + - - - - - - - + + + + + + + - - - + + + - + - - - - - + + + + + - - + + - + - - - - - + + + + + - + - - - - - - - + + + + + + + - + - - + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - - - - - - + + + + + + + + + + - + - - - - - + + + + + - - + + - + - + - - - - - - - + + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - + + + @@ -648,28 +656,28 @@ - - - - - + + + + + - - - + + + - - - - - + + + + + - - - + + + @@ -678,19 +686,19 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -698,7 +706,7 @@ - + @@ -720,6 +728,6 @@ - + diff --git a/svg/packages/example_citation_en.tex b/svg/literature/example_citation_en.tex similarity index 75% rename from svg/packages/example_citation_en.tex rename to svg/literature/example_citation_en.tex index 67c1d38..b94ca9c 100644 --- a/svg/packages/example_citation_en.tex +++ b/svg/literature/example_citation_en.tex @@ -6,9 +6,6 @@ \addbibresource{collection.bib} \begin{document} \thispagestyle{empty} -An exemplary citation in the citation style: - -\textcite{thatcher2002} or in parentheses \parencite{thatcher2002}. - +We might exemplarily cite the work in parentheses \parencite{thatcher2002} or simply as \textcite{thatcher2002}. \printbibliography \end{document}