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 7511 times
-
- Capture.PNG (34.46 KiB) Viewed 7511 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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