- PostScript 96.4%
- TeX 2.6%
- BibTeX Style 0.9%
| Deutsch | ||
| .gitignore | ||
| LICENSE.md | ||
| README.md | ||
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.