diff --git a/css/latex.css b/css/latex.css index 2a6546f..0777790 100644 --- a/css/latex.css +++ b/css/latex.css @@ -115,7 +115,7 @@ body { right: calc(var(--margin) * var(--square)); width: calc(.3 * var(--square)); height: calc(.3 * var(--square)); - background-image: url(../images/logo-fachschaft.png); + background-image: url(../images/logo-fachschaft.jpg); background-repeat: no-repeat; background-size: contain; } body .layout-preview { diff --git a/css/latex.scss b/css/latex.scss index bfdaf0c..c60dada 100644 --- a/css/latex.scss +++ b/css/latex.scss @@ -170,7 +170,7 @@ body { right: calc(var(--margin) * var(--square)); width: calc(.3 * var(--square)); height: calc(.3 * var(--square)); - background-image: url(../images/logo-fachschaft.png); + background-image: url(../images/logo-fachschaft.jpg); background-repeat: no-repeat; background-size: contain; } diff --git a/images/logo-fachschaft.jpg b/images/logo-fachschaft.jpg new file mode 100644 index 0000000..8338ca9 Binary files /dev/null and b/images/logo-fachschaft.jpg differ diff --git a/images/logo-fachschaft.png b/images/logo-fachschaft.png deleted file mode 100644 index 7d93974..0000000 Binary files a/images/logo-fachschaft.png and /dev/null differ diff --git a/slides/chapter-04.de.md b/slides/chapter-04.de.md index ae366e6..6b50481 100644 --- a/slides/chapter-04.de.md +++ b/slides/chapter-04.de.md @@ -16,7 +16,7 @@ Ein größeres LaTeX-Projekt anlegen und dabei … * den Überblick über die Struktur eines Projekts behalten @preview -![](svg/chapter-04/langes-dokument.png){style="padding: .2em; height: 100vh"} +![](svg/chapter-04/langes-dokument.jpg){style="padding: .2em; height: 100vh"} @slide(layout=content-and-preview) diff --git a/slides/chapter-04.en.md b/slides/chapter-04.en.md index 1154434..30b7f5e 100644 --- a/slides/chapter-04.en.md +++ b/slides/chapter-04.en.md @@ -15,7 +15,7 @@ Create a bigger LaTeX project and … * keep the overview over the project structure @preview -![](svg/chapter-04/langes-dokument.png){style="padding: .2em; height: 100vh"} +![](svg/chapter-04/langes-dokument.jpg){style="padding: .2em; height: 100vh"} @slide(layout=content-and-preview) diff --git a/slides/chapter-14.de.md b/slides/chapter-14.de.md index 4f989af..079af3c 100644 --- a/slides/chapter-14.de.md +++ b/slides/chapter-14.de.md @@ -86,13 +86,13 @@ Durch BibTeX wird LaTeX um einige Befehle zum Zitieren erweitert. Außerdem ben @slide(layout=preview-only) @preview -![Finden von fertigen BibTeX-Einträgen – Wikipedia](svg/chapter-14/wikipedia_bibtex_1.png){.large} +![Finden von fertigen BibTeX-Einträgen – Wikipedia](svg/chapter-14/wikipedia_bibtex_1.jpg){.large} @slide(layout=preview-only) @preview -![Finden von fertigen BibTeX-Einträgen – Wikipedia](svg/chapter-14/wikipedia_bibtex_2.png){.large} +![Finden von fertigen BibTeX-Einträgen – Wikipedia](svg/chapter-14/wikipedia_bibtex_2.jpg){.large} @slide(layout=wide-task) diff --git a/slides/chapter-14.en.md b/slides/chapter-14.en.md index 88c2a78..93f8bc3 100644 --- a/slides/chapter-14.en.md +++ b/slides/chapter-14.en.md @@ -68,7 +68,7 @@ BibTeX adds some citation commands to LaTeX. In addition, we need the `natbib` p @slide(layout=preview-only) @preview -![Finding ready-made BibTeX entries – University of Bamberg Library](svg/chapter-14/bamberg_catalogue_bibtex.png){.large} +![Finding ready-made BibTeX entries – University of Bamberg Library](svg/chapter-14/bamberg_catalogue_bibtex.jpg){.large} @slide(layout=preview-only) @@ -86,13 +86,13 @@ BibTeX adds some citation commands to LaTeX. In addition, we need the `natbib` p @slide(layout=preview-only) @preview -![Finding ready-made BibTeX entries – Wikipedia](svg/chapter-14/wikipedia_bibtex_1_en.png){.large} +![Finding ready-made BibTeX entries – Wikipedia](svg/chapter-14/wikipedia_bibtex_1_en.jpg){.large} @slide(layout=preview-only) @preview -![Finding ready-made BibTeX entries – Wikipedia](svg/chapter-14/wikipedia_bibtex_2_en.png){.large} +![Finding ready-made BibTeX entries – Wikipedia](svg/chapter-14/wikipedia_bibtex_2_en.jpg){.large} @slide(layout=wide-task) diff --git a/slides/chapter-16.de.md b/slides/chapter-16.de.md index a6bc41e..2d41e56 100644 --- a/slides/chapter-16.de.md +++ b/slides/chapter-16.de.md @@ -11,7 +11,7 @@ Hilfe und Informationen @content Das Wikibook zu LaTeX enthält eine große Anzahl interessanter Artikel und ist auch in deutscher Sprache verfügbar. -![](svg/chapter-16/wikibooks-latex.png) +![](svg/chapter-16/wikibooks-latex.jpg) @slide(layout=content-only) @@ -21,7 +21,7 @@ Das Wikibook zu LaTeX enthält eine große Anzahl interessanter Artikel und ist @content Das »Comprehensive TeX Archive Network« ist die zentrale Quelle für LaTeX-Pakete und ihre Dokumentation. -![](svg/chapter-16/ctan.png) +![](svg/chapter-16/ctan.jpg) @slide(layout=content-only) @@ -33,7 +33,7 @@ Ein Online-LaTeX-Editor, der das kollaboratives Arbeiten an Dokumenten ermöglic Außerdem findest du auf der Seite verschiedene Tutorials und unter »Templates« LaTeX-Vorlagen für viele Gelegenheiten (Lebenslauf, Abschlussarbeiten, …). -![](svg/chapter-16/overleaf.png) +![](svg/chapter-16/overleaf.jpg) @slide(layout=content-only) @@ -43,7 +43,7 @@ Außerdem findest du auf der Seite verschiedene Tutorials und unter ☎️0951 863 1219
📧
fachschaft-wiai.stuve@uni-bamberg.de

- @slide(layout=content-only) @@ -97,4 +97,4 @@ Kurzes Feedback @slide(layout=preview-only) @preview - + diff --git a/slides/chapter-16.en.md b/slides/chapter-16.en.md index bf9d77f..965f17f 100644 --- a/slides/chapter-16.en.md +++ b/slides/chapter-16.en.md @@ -11,7 +11,7 @@ Getting help and information @content The LaTeX Wikibook offers numerous interesting articles and is available in English and German (among others). -![](svg/chapter-16/wikibooks-latex_en.png) +![](svg/chapter-16/wikibooks-latex_en.jpg) @slide(layout=content-only) @@ -21,7 +21,7 @@ The LaTeX Wikibook offers numerous interesting articles and is available in Engl @content The “Comprehensive TeX Archive Network” is the central source for LaTeX packages and their documentation. -![](svg/chapter-16/ctan.png) +![](svg/chapter-16/ctan.jpg) @slide(layout=content-only) @@ -33,7 +33,7 @@ Overleaf is a collaborative online LaTeX editor. It also offers a multiple tutorials and templates for different occasions (CV, theses, …): »Templates«. -![](svg/chapter-16/overleaf.png) +![](svg/chapter-16/overleaf.jpg) @slide(layout=content-only) @@ -43,7 +43,7 @@ It also offers a multiple tutorials and templates for different occasions (CV, t @content Question-and-answer website for LaTeX. -![](svg/chapter-16/stackexchange.png) +![](svg/chapter-16/stackexchange.jpg) @slide(layout=content-only) @@ -53,22 +53,22 @@ Question-and-answer website for LaTeX. @content A collection of LaTeX examples, especially with TikZ. -![](svg/chapter-16/texample.png) +![](svg/chapter-16/texample.jpg) @slide(layout=preview-only) @preview -![Classic ([source](https://tex.stackexchange.com/questions/1319/showcase-of-beautiful-typography-done-in-tex-friends))](svg/chapter-16/klassisches-beispiel.png) +![Classic ([source](https://tex.stackexchange.com/questions/1319/showcase-of-beautiful-typography-done-in-tex-friends))](svg/chapter-16/klassisches-beispiel.jpg) @slide(layout=preview-only) @preview -![More classic ([source](https://tex.stackexchange.com/questions/1319/showcase-of-beautiful-typography-done-in-tex-friends))](svg/chapter-16/klassischeres-beispiel.png) +![More classic ([source](https://tex.stackexchange.com/questions/1319/showcase-of-beautiful-typography-done-in-tex-friends))](svg/chapter-16/klassischeres-beispiel.jpg) @slide(layout=preview-only) @preview -![Different ([source](https://tex.stackexchange.com/questions/1319/showcase-of-beautiful-typography-done-in-tex-friends))](svg/chapter-16/anderes-beispiel.png) +![Different ([source](https://tex.stackexchange.com/questions/1319/showcase-of-beautiful-typography-done-in-tex-friends))](svg/chapter-16/anderes-beispiel.jpg) @slide(layout=content-only) @@ -81,7 +81,7 @@ If you have any other questions or problems, just come over or write us an ☎️0951 863 1219
📧fachschaft-wiai.stuve@uni-bamberg.de

- @slide(layout=content-only) @@ -97,5 +97,5 @@ A short feedback round @slide(layout=preview-only) @preview - + diff --git a/svg/chapter-04/langes-dokument.jpg b/svg/chapter-04/langes-dokument.jpg new file mode 100644 index 0000000..75e53c9 Binary files /dev/null and b/svg/chapter-04/langes-dokument.jpg differ diff --git a/svg/chapter-04/langes-dokument.png b/svg/chapter-04/langes-dokument.png deleted file mode 100644 index c9f331d..0000000 Binary files a/svg/chapter-04/langes-dokument.png and /dev/null differ diff --git a/svg/chapter-14/bamberg_catalogue_bibtex.jpg b/svg/chapter-14/bamberg_catalogue_bibtex.jpg new file mode 100644 index 0000000..8d5dda9 Binary files /dev/null and b/svg/chapter-14/bamberg_catalogue_bibtex.jpg differ diff --git a/svg/chapter-14/bamberg_catalogue_bibtex.png b/svg/chapter-14/bamberg_catalogue_bibtex.png deleted file mode 100644 index e8d8110..0000000 Binary files a/svg/chapter-14/bamberg_catalogue_bibtex.png and /dev/null differ diff --git a/svg/chapter-14/bamberger_katalog_bibtex.jpg b/svg/chapter-14/bamberger_katalog_bibtex.jpg index 1b5af54..db7bb87 100644 Binary files a/svg/chapter-14/bamberger_katalog_bibtex.jpg and b/svg/chapter-14/bamberger_katalog_bibtex.jpg differ diff --git a/svg/chapter-14/google_bibtex1.jpg b/svg/chapter-14/google_bibtex1.jpg index fc054da..6d2c0a2 100644 Binary files a/svg/chapter-14/google_bibtex1.jpg and b/svg/chapter-14/google_bibtex1.jpg differ diff --git a/svg/chapter-14/google_bibtex2.jpg b/svg/chapter-14/google_bibtex2.jpg index 97a29be..b571768 100644 Binary files a/svg/chapter-14/google_bibtex2.jpg and b/svg/chapter-14/google_bibtex2.jpg differ diff --git a/svg/chapter-14/wikipedia_bibtex_1.jpg b/svg/chapter-14/wikipedia_bibtex_1.jpg new file mode 100644 index 0000000..14ee2b1 Binary files /dev/null and b/svg/chapter-14/wikipedia_bibtex_1.jpg differ diff --git a/svg/chapter-14/wikipedia_bibtex_1.png b/svg/chapter-14/wikipedia_bibtex_1.png deleted file mode 100644 index 8b11505..0000000 Binary files a/svg/chapter-14/wikipedia_bibtex_1.png and /dev/null differ diff --git a/svg/chapter-14/wikipedia_bibtex_1_en.jpg b/svg/chapter-14/wikipedia_bibtex_1_en.jpg new file mode 100644 index 0000000..93bfdef Binary files /dev/null and b/svg/chapter-14/wikipedia_bibtex_1_en.jpg differ diff --git a/svg/chapter-14/wikipedia_bibtex_1_en.png b/svg/chapter-14/wikipedia_bibtex_1_en.png deleted file mode 100644 index 6983d9a..0000000 Binary files a/svg/chapter-14/wikipedia_bibtex_1_en.png and /dev/null differ diff --git a/svg/chapter-14/wikipedia_bibtex_2.jpg b/svg/chapter-14/wikipedia_bibtex_2.jpg new file mode 100644 index 0000000..196b59e Binary files /dev/null and b/svg/chapter-14/wikipedia_bibtex_2.jpg differ diff --git a/svg/chapter-14/wikipedia_bibtex_2.png b/svg/chapter-14/wikipedia_bibtex_2.png deleted file mode 100644 index 4c6d5ab..0000000 Binary files a/svg/chapter-14/wikipedia_bibtex_2.png and /dev/null differ diff --git a/svg/chapter-14/wikipedia_bibtex_2_en.jpg b/svg/chapter-14/wikipedia_bibtex_2_en.jpg new file mode 100644 index 0000000..6a3f60c Binary files /dev/null and b/svg/chapter-14/wikipedia_bibtex_2_en.jpg differ diff --git a/svg/chapter-14/wikipedia_bibtex_2_en.png b/svg/chapter-14/wikipedia_bibtex_2_en.png deleted file mode 100644 index 692a740..0000000 Binary files a/svg/chapter-14/wikipedia_bibtex_2_en.png and /dev/null differ diff --git a/svg/chapter-16/anderes-beispiel.jpg b/svg/chapter-16/anderes-beispiel.jpg new file mode 100644 index 0000000..0ee1972 Binary files /dev/null and b/svg/chapter-16/anderes-beispiel.jpg differ diff --git a/svg/chapter-16/anderes-beispiel.png b/svg/chapter-16/anderes-beispiel.png deleted file mode 100644 index b2b7825..0000000 Binary files a/svg/chapter-16/anderes-beispiel.png and /dev/null differ diff --git a/svg/chapter-16/ctan.jpg b/svg/chapter-16/ctan.jpg new file mode 100644 index 0000000..322a1d5 Binary files /dev/null and b/svg/chapter-16/ctan.jpg differ diff --git a/svg/chapter-16/ctan.png b/svg/chapter-16/ctan.png deleted file mode 100644 index 52bf448..0000000 Binary files a/svg/chapter-16/ctan.png and /dev/null differ diff --git a/svg/chapter-16/fooboar-latex-tut.jpg b/svg/chapter-16/fooboar-latex-tut.jpg new file mode 100644 index 0000000..d465853 Binary files /dev/null and b/svg/chapter-16/fooboar-latex-tut.jpg differ diff --git a/svg/chapter-16/fooboar-latex-tut.png b/svg/chapter-16/fooboar-latex-tut.png deleted file mode 100644 index 9586b6f..0000000 Binary files a/svg/chapter-16/fooboar-latex-tut.png and /dev/null differ diff --git a/svg/chapter-16/klassischeres-beispiel.jpg b/svg/chapter-16/klassischeres-beispiel.jpg new file mode 100644 index 0000000..a042e4b Binary files /dev/null and b/svg/chapter-16/klassischeres-beispiel.jpg differ diff --git a/svg/chapter-16/klassischeres-beispiel.png b/svg/chapter-16/klassischeres-beispiel.png deleted file mode 100644 index 0ffe3f1..0000000 Binary files a/svg/chapter-16/klassischeres-beispiel.png and /dev/null differ diff --git a/svg/chapter-16/klassisches-beispiel.jpg b/svg/chapter-16/klassisches-beispiel.jpg new file mode 100644 index 0000000..a73ca3e Binary files /dev/null and b/svg/chapter-16/klassisches-beispiel.jpg differ diff --git a/svg/chapter-16/klassisches-beispiel.png b/svg/chapter-16/klassisches-beispiel.png deleted file mode 100644 index 8a18088..0000000 Binary files a/svg/chapter-16/klassisches-beispiel.png and /dev/null differ diff --git a/svg/chapter-16/overleaf.jpg b/svg/chapter-16/overleaf.jpg new file mode 100644 index 0000000..6ea7cef Binary files /dev/null and b/svg/chapter-16/overleaf.jpg differ diff --git a/svg/chapter-16/overleaf.png b/svg/chapter-16/overleaf.png deleted file mode 100644 index 38c9a35..0000000 Binary files a/svg/chapter-16/overleaf.png and /dev/null differ diff --git a/svg/chapter-16/stackexchange.jpg b/svg/chapter-16/stackexchange.jpg new file mode 100644 index 0000000..e095b7a Binary files /dev/null and b/svg/chapter-16/stackexchange.jpg differ diff --git a/svg/chapter-16/stackexchange.png b/svg/chapter-16/stackexchange.png deleted file mode 100644 index 382b757..0000000 Binary files a/svg/chapter-16/stackexchange.png and /dev/null differ diff --git a/svg/chapter-16/texample.jpg b/svg/chapter-16/texample.jpg new file mode 100644 index 0000000..7b3c044 Binary files /dev/null and b/svg/chapter-16/texample.jpg differ diff --git a/svg/chapter-16/texample.png b/svg/chapter-16/texample.png deleted file mode 100644 index b95ea67..0000000 Binary files a/svg/chapter-16/texample.png and /dev/null differ diff --git a/svg/chapter-16/wikibooks-latex.jpg b/svg/chapter-16/wikibooks-latex.jpg new file mode 100644 index 0000000..3136615 Binary files /dev/null and b/svg/chapter-16/wikibooks-latex.jpg differ diff --git a/svg/chapter-16/wikibooks-latex.png b/svg/chapter-16/wikibooks-latex.png deleted file mode 100644 index 7e8d52c..0000000 Binary files a/svg/chapter-16/wikibooks-latex.png and /dev/null differ diff --git a/svg/chapter-16/wikibooks-latex_en.jpg b/svg/chapter-16/wikibooks-latex_en.jpg new file mode 100644 index 0000000..8ed066a Binary files /dev/null and b/svg/chapter-16/wikibooks-latex_en.jpg differ diff --git a/svg/chapter-16/wikibooks-latex_en.png b/svg/chapter-16/wikibooks-latex_en.png deleted file mode 100644 index 6e1dc28..0000000 Binary files a/svg/chapter-16/wikibooks-latex_en.png and /dev/null differ