BibTeX, biblatex and biber ⇒ Citation problems
Citation problems
As you can see in the pic how can i remove the unwanted number in the red box??
and how can i remove the small number on the left next to the references?
The problem is there are automatically added.
Thanks
- Attachments
-
- Capture2.PNG (35.03 KiB) Viewed 7139 times
-
- Capture.PNG (34.46 KiB) Viewed 7139 times
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
Citation problems
I guess the number in the red box is a backref, that entry was cited on page three. Quite handy reading a long publication.
Where the other number might come from, i have no idea.
Citation problems
Code: Select all
%% LyX 2.3.4 created this file. For more info, see http://www.lyx.org/.%% Do not edit unless you really know what you are doing.\documentclass[review]{elsarticle}\usepackage[latin9]{inputenc}\usepackage[unicode=true,bookmarks=false,breaklinks=false,pdfborder={0 0 1},backref=section,colorlinks=false]{hyperref}
Thank you for your reply. I simply remove the backref=section part and the red box gone.
Yes you are right. when click at the red box it goes to respective section automatically. its really good feature.
But when you print the document, the number is still there. thats the problem.
Anyway for now i think problem solved.
just playing around and remove the 'unicode=true' part and the program come out with error. I wonder if complete manual to study the latex syntax available?..
thanks
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm