Hello!
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?
BibTeX, biblatex and biber ⇒ Edit bibliography
NEW: TikZ book now 40% off at Amazon.com for a short time.
Edit bibliography
The page prefix is added by
Can you show the current state with a
minimal working example?
biblatex
and should be omitted in the postnote argument of the citation command.Can you show the current state with a
