The supplementary BibTeX Workshop at the University of Bamberg, held by Fachschaft WIAI members between 2017 and 2019
This repository has been archived on 2026-04-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • PostScript 96.4%
  • TeX 2.6%
  • BibTeX Style 0.9%
Find a file
2019-01-11 13:54:02 +01:00
Deutsch add biblatex packages for the humanities 2019-01-11 13:54:02 +01:00
.gitignore gitignore geaddet, parser für listings angepasst, bibtex listing angepasst, bibtex-Einleitung angepasst 2017-06-27 21:44:05 +02:00
LICENSE.md init 2017-06-20 21:40:26 +02:00
README.md updated readme 2017-06-27 19:59:56 +02:00

LaTeX Bibliography Tutorial of the Fachschaft WIAI

This tutorial for the typesetting system LaTeX comprises the most important topics for writing a beautiful, high-quality thesis or scientific paper.

  • Literature management
  • Jabref
  • Best practices for writing large documents

The tutorial is designed as a one-day crash course for non-programmers to learn LaTeX. The didactic concept is an alteration between lectures about the beforementioned topics and hands-on exercises where the learner's task is to recreate simple documents using LaTeX.

Contents of this Repository

Software Used

To work on this tutorial it is required to install

  • an up-to-date LaTeX compiler (software that translates your LaTeX code into a beautiful PDF),
  • a LaTeX editor, e.g., TeXstudio, &
  • any PDF viewer.

Compiling the Sources

The PDFs can be created by compiling the LaTeX sources located in English/beamer and Deutsch/beamer. The compiler has to be invoked via pdflatex presentation.tex at least two times. For convenience there are Makefiles available for building the the presentation and the handout version of the tutorial

# Usage
make handout      # Compiles the sources to handout.pdf without organisational slides
make presentation # Compiles the sources to presentation.pdf used for presentation

Background

Since 2017 this tutorial is offered for interested students at the University of Bamberg. It is powered by Universitätsbibliothek Bamberg and Fachschaft WIAI (the students' union of the faculty).

Initiated 2017 by

  • Steffen Illig
  • Christian Müller
  • Martin Müller
  • Michael Träger
  • Valentin Barth
  • Andreas Erhard

Contributing

You are very welcome to suggest improvements/fix errors by submitting an issue or by creating a pull request. Note that due to the temporal limitations of a one-day tutorial, we might not merge new sections/features to maintain the scope. In case of doubts just open an issue so we can discuss your suggestions before you implement them.

License

The tutorial is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Please attribute Fachschaft WIAI, University of Bamberg as author.


This license means that you are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material

for any purpose, even commercially.

The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

This is the short version of the license, please refer to the full legal text for the details.