BibTeX, biblatex and biberEdit bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
svd2020
Posts: 1
Joined: Sun Dec 13, 2020 12:31 am

Edit bibliography

Post by svd2020 »

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

Edit bibliography

Post by Bartman »

The page prefix is added by biblatex and should be omitted in the postnote argument of the citation command.

Can you show the current state with a Infominimal working example?
Post Reply