BibTeX, biblatex and biber ⇒ LyX 2.0 Bibliography Order Problem using JabRef
LyX 2.0 Bibliography Order Problem using JabRef
this is my first post in this forum. Im writing my thesis in LYX:2.0
i am using JabRef for Bibliography and when i cite the references [Documents-settings-default(numerical] the citation will not go in increasing number order in the final output but it takes number according to authors name for eg:
Lyx input:
Separated Local Field (SLF) spectroscopy[hester1975resolved] based on the transient oscillations[muller1974transient] observed during cross-polarization[lee2005adiabatic, lee2008thermodynamics] experiment........
Bibliography:
[1] R.K. Hester, J.L. Ackerman, V.R. Cross, and J.S. Waugh. Physical Review Letters,34(16):993–995, 1975.
[2] J.S. Lee and A.K. Khitrin. Journal of Magnetic Resonance, 177(1):152–154, 2005.
[3] J.S. Lee and A.K. Khitrin. The Journal of chemical physics, 128:114504, 2008.
[4] L. Muller, A. Kumar, T. Baumann, and R.R. Ernst. Physical Review Letters,
32(25):1402–1406, 1974.
Lyx output is:
Separated Local Field (SLF) spectroscopy[1] based on the transient oscillations[4]
observed during cross-polarization[2,3] experiment......
But i want my outpult like this:
Separated Local Field (SLF) spectroscopy[1] based on the transient oscillations[2]
observed during cross-polarization[3,4] experiment......
how to do this? i observed reference no. increases according to alphabatical order of authors surname and thats how it is stored in JabRef. How to over come this problem?
im using book(KOMA-scriprt) document class , bibtex bibliography style is "plain" and following commands in Latex preamble:
% increase link area for cross-references and autoname them
\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
\newlength{\abc}
\settowidth{\abc}{\space}
\AtBeginDocument{%
\addto\extrasenglish{
\renewcommand{\equationautorefname}{\hspace{-\abc}}
\renewcommand{\sectionautorefname}{sec.\negthinspace}
\renewcommand{\subsectionautorefname}{sec.\negthinspace}
\renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
\renewcommand{\figureautorefname}{Fig.\negthinspace}
\renewcommand{\tableautorefname}{Tab.\negthinspace}
}
}
\usepackage[figure]{hypcap}
\usepackage{ yfonts }
\let\myTOC\tableofcontents
\renewcommand\tableofcontents{%
\frontmatter
\pdfbookmark[1]{\contentsname}{}
\myTOC
\mainmatter }
% make caption labels bold
\setkomafont{captionlabel}{\bfseries}
\setcapindent{1em}
% enable calculations
\usepackage{calc}
% fancy page header/footer settings
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
% increase the bottom float placement fraction
\renewcommand{\bottomfraction}{0.5}
% avoid that floats are placed above its sections
\let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
please help me.
with regards,
nitin
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
LyX 2.0 Bibliography Order Problem using JabRef
BTW, it always helps if you include a Minimal Working Example (MWE), a .lyx file together with a .bib file, placed in a ZIP archive and attached to your post, so that people can test the issue at hand immediately and do not have to guess and construct examples themselves, wasting time unnecessarily.
LyX 2.0 Bibliography Order Problem using JabRef
Thanks meho_r for ur reply. ur right if i select Style:unsrt then only the output doc. will have reference according to the increasing number order. here below i attache test copy of my document for your reference.
I just want to know suppose if i cite more than 3 reference at same place( last line of my attached doc.) whether it is possible to get output format like [4-8] rather than dispalying [4,5,6,7,8] in Style:unsrt
with regards,
nitin
- Attachments
-
- test.zip
- test.lyx
test.bib - (10.24 KiB) Downloaded 282 times
LyX 2.0 Bibliography Order Problem using JabRef
Code: Select all
\usepackage{cite}
Re: LyX 2.0 Bibliography Order Problem using JabRef
its wrkng.once again Thanks meho_r. ur reply made my life comfortable in LYX:2.0
with regards,
nitin