LaTeX: bibliography
The used literature has to be stored with the bibliographic data in a separate file:
- You create in your LaTeX Editor, create a file named literature.bib.
- Here are all the used books are collected with the bibliographic data (title, author, edition, publisher,...).
- Each plant receives a unique identifier, you can use the work in your Text can refer to.
- By using this file, the bibliography can be displayed at any point in your Text.
- Make sure that you unify for all the works the data. Shorten, for example, the first name of the authors in the same way.
- An example of the structure of the example plant, you can refer to the image on the right side.

LaTeX: bibliography
LaTeX: bibliography in the source file
If you have created a literature file, you must include it then:
- With a "\bibliography style{alphadin}" you can specify directly under the beginning of the document, the type of the citation - in this case, the so-called Harvard method.
- The command "\citep[see][]{modOpSys}" then ensures the correct referencing of the work.
- The actual Literature directory allows you to easily generate, in which you can enter at the desired location in the command "\bibliography{literature}".
- If you add the command "\addcontent line{toc}{section}{literature}", is added the bibliography to the table of contents.

LaTeX Bibliography
A comparison between LaTeX and Word can be found in our next practice tip.
