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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Edit bibliography
biblatex
and should be omitted in the postnote argument of the citation command.Can you show the current state with a
