LyX ⇒ How do I remove PDF-page references of bibliography entries?
How do I remove PDF-page references of bibliography entries?
I have a problem regarding the bibliography in my LyX (KOMA book) document.
My SITUATION is the following:
- I use Lyx with the Koma-script-book document class.
- The bibliography is made with a BibTex - natbib export from Citavi ("*.bib" format)
- I further use (a modified version of) the German dinat.bst
There is the following PROBLEM:
Every entry in the bibliography of the compiled PDF has an additional reference at its end indicating the page of the PDF where the respective reference is cited.
E.g. a special reference, Surname (20xx), is cited on page 5, 14, 68, and 70 in the PDF and the entry in the bibliography looks as follows:
Surname (20xx): SURNAME, Forename: Title. In: Journal of XY-Studies 6 (20xx), Nr. 4, S. 58-79 5, 14, 68, 70
QUESTION: How can I avoid the page reference at the end of the entry (5, 14, 68, and 70)? The reason shouldn’t be the *.bst since the outcome is similar when using other styles as well.
Thanks a lot!!!
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How do I remove PDF-page references of bibliography entries?
pagebackref
by package hyperref is set. Or package backref is loaded. Impossible to say with an example.Re: How do I remove PDF-page references of bibliography entr
You are completely right: LyX actually does offer a drop-down menue in the hyperlink section of the PDF properties (where hyperef can be enabled as well) where you can unable back references. I never knew what that stands for. Now I know!
Thanks a lot!!!