Home Blog Archive Software Bibliography with LaTeX-create - so it goes

Bibliography with LaTeX-create - so it goes

  • Nov 20, 2025
  • 543
  • 0

Often, you save yourself a lot of work, when you create your bibliography using a special program. How you can create with LaTeX a directory, we will show you in this practical tip.

LaTeX: bibliography

The used literature has to be stored with the bibliographic data in a separate file:
  1. You create in your LaTeX Editor, create a file named literature.bib.
  2. Here are all the used books are collected with the bibliographic data (title, author, edition, publisher,...).
  3. Each plant receives a unique identifier, you can use the work in your Text can refer to.
  4. By using this file, the bibliography can be displayed at any point in your Text.
  5. Make sure that you unify for all the works the data. Shorten, for example, the first name of the authors in the same way.
  6. 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:
  1. 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.
  2. The command "\citep[see][]{modOpSys}" then ensures the correct referencing of the work.
  3. The actual Literature directory allows you to easily generate, in which you can enter at the desired location in the command "\bibliography{literature}".
  4. 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.

YOU MAY ALSO LIKE

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =