BibTeX, biblatex and biberCitation problems

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
kumamon77
Posts: 2
Joined: Mon Feb 03, 2020 7:44 pm

Citation problems

Post by kumamon77 »

Hi guys im new to the latex and currently using lyx as main editor,

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
Capture2.PNG (35.03 KiB) Viewed 7139 times
Capture.PNG
Capture.PNG (34.46 KiB) Viewed 7139 times

Recommended reading 2024:

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

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

Post by Johannes_B »

Without a minimal working example, we have no clue how the bibliography is generated.
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.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
kumamon77
Posts: 2
Joined: Mon Feb 03, 2020 7:44 pm

Citation problems

Post by kumamon77 »

Code: Select all

Code, edit and compile here:
%% 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}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Dear Johannes_B,
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
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Citation problems

Post by Johannes_B »

The number is still helpful if printed. The red box is a pdf feature and will not appear in the printout.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply