BibTeX, biblatex and biber ⇒ Edit bibliography
Edit bibliography
In my thesis i want to edit my bibliography. (i Use biber with latex and JabRef)
So right now, a quotation is automatiacally inserted into the footer and also in the bibliography.
The text in my latex editor looks like this
Das klassische Kino fand seinen Ursprung bereits im Jahr 1895 bei der Aufführung im Grand Café in Paris durch die Lumière Brothers.\autocite[Vgl.][S. 33]{Hidalgo2017}
and after that the footer looks like this
¹Vgl. Hidalgo, S. und Gaudreault, A. (2017), S. 33
and the bibliography looks like this
Hidalgo, Santiago und André Gaudreault (1. Nov. 2017). Technology and Film Scholarship.
Amsterdam University Press. 408 S. ISBN: 9789048525270. URL: https://www.e
book.de/de/product/32194974/technology_and_film_scholarship.html.
Basically the footer is perfect - buti want to achieve, that the bibliography looks like this:
Hidalgo, S., Gaudreault, A. (2017): Technology and Film Scholarship,
Amsterdam University Press, S. 408
Right now i simply generate the bibliography with
\printbibliography
Is there a possibilty to auto-generate the bibliography how i described above?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Edit bibliography
biblatex
and should be omitted in the postnote argument of the citation command.Can you show the current state with a
