Tagged Questions
1
vote
0answers
31 views
LyX Problem when referencing. Just question mark [?]
I am very new to LyX (no LaTeX background whatsoever) and cannot manage to properly insert citations. The problem is, within LyX the citation seems ok [Sayer], but when I render the PDF, I only get ...
3
votes
3answers
53 views
How to keep a code in a bbl file?
In my previously asked question about changing the chaptermark in a bibliography, I got a nice answer but unfortunately I need to place the code in my BBL file. This means I need to rewrite my code ...
2
votes
1answer
57 views
How to change the chaptermark of bibliography
In previously asked questions about changing the chaptermark in a bibliography, I couldn't get a solution for my problem. That is why I'm asking a new question.
I'm writing my thesis. The references ...
4
votes
1answer
59 views
URLs in bibliography: LaTeX not breaking line as expected
I am trying to include long URLs in a bibliography, but those often overflow into the margin of the document.
I have seen a number of questions about breaking URLs in bibliography, but after trying ...
2
votes
0answers
89 views
change bibliography output with different files for each chapter
I am writing my thesis in pdfLaTeX+MakeIndex+BibTeX using achemso bibliography style, and I am using a root file with different files and bib for each chapter. I am trying to adjust the output of the ...
0
votes
0answers
13 views
Title missing and Pages not displayed properly in mn2e bibliography
@article entries in my .bib file are not being displayed properly in the .pdf generated. The 'title' goes missing and only the first entry of the pages get displayed. I am using 'mn2e' bibliography ...
3
votes
1answer
50 views
How to force a specific entry to be first in the bibliography?
I'm writing a paper and I need a specific entry in the bibliography go first in the list. The rest of entries should be sorted as usual. I use plain bibliography style and an external .bib file.
For ...
0
votes
0answers
39 views
Elsarticle: How can I toggle between superscript and (author, date) citation and bibliography styles?
I'm writing a manuscript and am using an external BibTeX database of references (generated in JabRef) with the elsarticle class and elsarticle-harv, elsarticle-num and elsarticle-num-names ...
2
votes
1answer
30 views
Problem with abbreviated name of organizations with bibliography [duplicate]
I use a bib file to specify all my bibliography entries. The journal display the list of entries in the bibliography in the form:
Einstein, A. "A...."
where the entry is something like:
...
1
vote
1answer
38 views
Can not get bibliography working in Kile
Using Kile on linux I'm trying to write an article in elsevier and include bibliography:
\documentclass[pdftex,preprint,12pt,final,1p,times,twocolumn]{elsarticle}
\begin{document}
...
1
vote
1answer
52 views
Change bibitem style
I use standard bibliography options, it provides me with the following result that is an enumerated list:
8 Atkin A.O. Elliptic curves and primality proving // Mathematics of
Computation, 1993, ...
4
votes
2answers
62 views
Bibtex “Author with contributions” wrong sorting
See this bibtex entry (gotten directly from R using citation()):
@Manual{demography,
title = {demography: Forecasting mortality, fertility, migration and population data},
author = {Rob J Hyndman ...
3
votes
1answer
80 views
Bibliographic references in LaTeX
How you can write references as I want
[ref1 and ref2]
I know that we can write as \cite{1,2}, but I need the output to be be [1 and 2], not [1,2].
\documentclass[12pt,a4paper]{report}
...
1
vote
0answers
36 views
space bibliography [duplicate]
my bibliography looks like
Abowd, J.M., F. Kramarz, and D.N. Margolis. 1999. High-wage
Workers and High-wage Firms.Econometrica, 67(2): 251333.
Abowd, J.M., R.H. Creecy, and F. Kramarz. 2002. ...
1
vote
0answers
37 views
BibTeX: citing a standard in IEEEtran style [closed]
This should really be a comment on BibTex: citing IEEE standard, but I only have enough rep to ask a new question.
Here is how you can cite a standard in BiBteX using the IEEEtran style. The code is ...
1
vote
2answers
34 views
How to control the order of fields in bibtex?
I have a bibtex entries like this:
@inproceedings{x1,
author = {Dave Madengly and Johny Depp},
title = "{Using new Context}",
booktitle = {Proceedings of 1st Conference of the XXX (XXX' ...
4
votes
1answer
45 views
Sectioning bibliography by type (with multiple types per section)
I would like to distinguish books from articles, manuals, etc. This can be done by using:
\printbibliography[heading=subbibliography,title={Book References},type=book]
or
...
0
votes
1answer
17 views
ACM bibtex format missing title
I am using ACM format (Strict Adherence to SIGS style) to edit my bibtex file. The problem is that the compiler gave me the following error and corresponds to the following code:
...
1
vote
0answers
28 views
ACM bibtex format problem [closed]
all, I am using ACM format (Strict Adherence to SIGS style) to edit my bibtex file. Now I have a strange problem, this is my code:
@INCOLLECTION{Chen06
AUTHOR = "Chen, Yi-Wei and Lin, Chih-Jen",
...
1
vote
2answers
55 views
Problem while using bibtex reference of a url
@online{senfus,
title={article name},
url= {https://m**.s*/U****d/Om%20MPB/F****g/Kxyzy.pdf},
}
While citing this reference, I am getting following error because of the term "%" in the url.
...
3
votes
2answers
64 views
How to make space recognized in .bib filename when setting bibliography?
I have a .bib file called "A B C.bib" which is assigned to "A B C.tex". When I run .tex file and then .bib file I get the following error:
White space in argument---line 18 of file A B C.aux
: ...
0
votes
0answers
18 views
Too many BibTeX entries with identical values for author field [duplicate]
I got a custom \bibliographstyle from my University. I exceeded the number 26 with my Entries which do not have an Author and a Year. For the Author I put in "o.V".
Normally I got as Key in my .bbl ...
4
votes
2answers
96 views
Best practice: define BibLateX/BibTeX entry with title in native language and in English
I am preparing a paper. Some of the documents are written in Portuguese. My supervised suggested me to include in the bibliography the title translated to English and the title in Portuguese as well, ...
3
votes
3answers
129 views
Too many BibTeX entries with identical values for author field
I got a custom \bibliographstyle from my University.
I exceeded the number 26 with my Entries which do not have an Author and a Year. For the Author I put in "o.V".
Normally I got as Key in my .bbl ...
0
votes
0answers
68 views
Extra () appearing in bibliography for footnote using revtex4-1 [closed]
I am using revtex4-1 to format a paper for submission to PRL. In the text I have lines like:
\footnote{{A} footnote.}
This shows up correctly in the bibliography, but with an extra () in front:
...
3
votes
1answer
52 views
Why hyperref doesn't break links when using \href but it does when using \url ? Bibtex entries in the middle of a document?
I encountered the following problem while preparing my CV. There are a few links prepared by hyperref that are not broken in several lines. I am wondering if there is a way to fix this problem.
This ...
3
votes
1answer
83 views
How to produce a LaTeX document with only few selected bibliography entries
I would like to produce a LaTeX document with only selected references from my database. I only want one page PDF with few reference drawn from my database. Here is an example of the outcome I am ...
3
votes
2answers
62 views
How to specify where to place bibliography
How do I specify where I want my bibliography placed?
I need it to be placed before the appendices and to appear in the table of contents.
If it's relevant I'm using TeXnicCenter with MiKTeX and ...
0
votes
0answers
48 views
Using bibliography style - the style file is illegal
I am trying to use a class (bmvc2k.cls) and bibliography style (bmvc2k_natbib.sty), which can be downloaded here
When I try to run bibtex over the tex document I am getting the following error:
The ...
2
votes
1answer
115 views
Bibliography style (vancouver)
I'm quite new with LaTeX, but am trying to write my master's thesis with it.
I'm running into a problem with the bibliography style.
This is what the school asks for the reference style (with the ...
3
votes
1answer
69 views
Webpage without author, using the title can make a very long apa citation
\documentclass{article}
\usepackage{apacite}
\usepackage[hyphens]{url}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@book{forbes,
author = {},
year = {2013},
title = ...
1
vote
1answer
36 views
hyperlinking in bibliography
I am using a Ubuntu 12.04 machine in which I have loaded LaTeX (packages from CTAN, not the default ones). I want to bring hyperlinks in the bibliography files. Though my bib file contains all the ...
0
votes
1answer
88 views
Issues with APACite package undefined control sequence \bibitem
I get the following errors when I try to cite with apacite
Undefined control sequence \bibitem{GDP:2012}
You can't use `\relax' after \the \bibitem{GDP:2012}
Citation `GDP:2012' undefined
There were ...
1
vote
1answer
140 views
ClassicThesis, Lyx and reference ordering?
I am writing my PhD thesis with ClassicThesis, in LyX under Linux. Everything is working perfect... until I noticed that the order of apperance for my references is off. For example, the first listed ...
1
vote
0answers
50 views
Problem Bibtex Texshop no references [closed]
I'm having a problem getting references in my document using Texshop. I searched for multiple solutions and already tried them but they didn't help me. At the end of my .tex file, I wrote the ...
1
vote
1answer
69 views
BibTeX in LaTeX document
For referencing in my LaTeX documents, I use the thebibliography command. However most of the times I find the information of my citations in BibTeX format. Manually editing BibTeX file to convert ...
4
votes
0answers
73 views
Author with Arabic Name
I am writing an paper (in English) and one of the authors of a paper I'm citing name is in Arabic. The article is written in English.
The BibTex entry:
@article{kotini,
jstor_articletype = ...
5
votes
2answers
103 views
Adding citations as I write and not at the end of my writing
I'm using LyX for writing my article. And I want to add a bibtex library to add references for it. I can do that and then add citations from that library without a problem.
But the thing is, I'm ...
1
vote
1answer
44 views
Weird thing in references/bibliography page [closed]
I'm writing my thesis but I have a huge problem. I'm using BibTeX to make the bibliography, but when I run my project,in the references page of my pdf created file I have beside the number of the ...
17
votes
2answers
168 views
Is there a difference between “” and {} in BibTeX?
I see in some examples each field in a BibTeX entry is given within "", while in others it is given within {}. For example,
@Book{Torre2008,
author = "Joe Torre and Tom Verducci",
publisher = ...
3
votes
1answer
80 views
References are printed with spaces between them?
Is it possible to better format this so that I can remove the huge spaces between words?
Code used:
\bibliographystyle{abbrv}
\bibliography{library}
Code in .bib library:
@misc{marsrover,
...
4
votes
2answers
104 views
How to remove parentheses from year in the references in chicago bibliography style
I'm using chicago bibliography style (\bibliographystyle{chicago}) and the references appear like:
Leibowitz, A. (1974). Education and home production. The American
Economic Review 64(2), ...
3
votes
1answer
59 views
Alphadin BibTeX: DOI displayed twice
I'm not quite sure how to explain my problem. Please telle if you need more information. My document is very large and has a lot of settings. I'm using TeXnicCenter with the BibTex-Compiler 2.8. When ...
0
votes
0answers
37 views
Latex bibliography (bibtex) inconsistencies [closed]
I have a LaTeX report and have set it all up and is working fine producing pdf etc, however, in my produced bibliography each item is numbered as such:
[1]
[2]
[3]
[4]
[5]
[6]
... so on so forth
...
1
vote
1answer
67 views
Proceedings bibliography problem - not displaying year, address and pages
I want to show proceedings information in the output PDF file using data from publications.bib. Particularly, I have a problem displaying year, address and pages.
...
5
votes
2answers
59 views
Bibliography in reverse order of entrance in .bib
When I type:
@ARTICLE{article1,
author = {AAA},
title = {New Method1},
year ={2013},
journal = {SuperJournal},
}
@ARTICLE{article2,
author = {BBB},
title = {New Method2},
year ...
1
vote
1answer
52 views
PubMed ID lookup _from_ bibtex entries?
Getting bibtex entries from PubMed IDs (PMID/PMCID) is a solved problem; I need to go the other way and get the PMCIDs [PMIDs] for every article in my .bib, adding a pmcid= [pmid=] field to each ...
1
vote
1answer
116 views
Unable to Change References Section Title in moderncv
I'm attempting to write a CV using the moderncv document class with the following preamble:
\documentclass[10pt,letter]{moderncv}
% CV Theme Settings
\moderncvtheme[black]{classic}
% Font and ...
1
vote
1answer
46 views
changing point to colon for natbib
I am using bibtex/natbib, with apalike style. Bibliographic items appears in the following way in my .pdf file:
Cox, D. (1972). Regression Models and Life-Tables. Journal of the Royal Statistical ...
2
votes
0answers
93 views
apacite - citing websites with no author [closed]
So I'm trying to cite a website using apacite. According to my teacher, the output has to look like:
New child vaccine gets funding boost. (2001). Retrieved March 21, 2001, from ...

