{bibliographies} is about creating lists of publications and citing these in a document. For questions about specific or customized citation commands, add {citing}. Popular bibliography packages are {biblatex} and {natbib}. If your question is specifically about BibTeX, use {bibtex}.
1
vote
0answers
12 views
How to cite newspaper with natbib
When I check my bib file, the newspaper article is included as @misc with all the information (I use Mendeley to build up my bib file). In the bibliography, however, the citation only includes ...
0
votes
0answers
19 views
(Author, Date) type of bibliography
I've been trying in vain to find how to have a (Author, Date) type of bibliography.
Could you help me with that?
Thanks!
3
votes
1answer
26 views
Bibliography in Texmaker
I'm having some problems with my bibliography in Texmaker.
My code is:
\documentclass[11pt, a4paper]{article}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{natbib}
...
1
vote
1answer
45 views
Multiple bibliography in Latex
I want to insert multiple bibliographyes into my document.
I just want one for the whole document and one for each appendix.
I tried different packages (multibib, biblatex,...) but cant seem to ...
1
vote
1answer
47 views
Undefined citations
I have been putting references into my document with no problems until today. Now all of a sudden when I put a new reference in I get two error messages and get told the following:
Package natbib ...
5
votes
0answers
75 views
How to anonymize paper without black highlighting [duplicate]
I tried to anonymize a paper with black highlights, thinking it was a good and easy way (even though I could not figure out yet how to do it in the references and citations, since it is my first ...
1
vote
1answer
19 views
Changing how a collection of citations is shown in Lyx
I am using Lyx to write a report. I import a .bib library to the report and then pick my desired sources from the list.
When I reference several sources at once, they look like this [3, 4, 5, 6] in ...
0
votes
0answers
16 views
Natbib - I don't want to display bibliography page [duplicate]
I am preparing a poster for a conference.
I need to include citations but I don't want to have the references page.
Do you know how to proceed?
3
votes
1answer
65 views
+50
Beamer: Having more than one bibliography
I want to make a presentation with the beamer class and include the Name of the Paper and the authors into my slides. I really like the style in which it is included when using the classical
...
3
votes
0answers
36 views
Avoiding page numbers in allowframebreaks option - beamer
In my presentation, I am citing many papers and thus want to have a bibliography in the end so that people can refer to full citations as well. But I don't want to include them in page numbers in ...
3
votes
1answer
53 views
How to import bibliography (from .bib file) to svg or other Inkscape friendly format
I want to make a poster in Inkscape and include the bibliography I have in .bib file. When I had only one item in the list, I just copied the text from generated pdf and manually formatted it (adding ...
0
votes
0answers
44 views
Auto citation in TeXmaker
My problem is similar to
TeXmaker citation
But as the above thread is closed so I am putting it as new question.
In my TeXmaker, the auto-completion works fine except for the citations which are to ...
4
votes
1answer
82 views
Greek characters instead of “et al.”
Problem: In the final pdf document I get greek letters "k. sun." instead of "et al." when citing articles, for instance "Garris k. sun". instead of "Garris et al". This refers to the text corpus, not ...
1
vote
0answers
23 views
Chemstyle ignores journal preferences for bibliography
Using the chemstyle package however whatever journal I put in the key (or if I don't use any journal) it doesn't seem to influence the format of my references, which means I'm going to have to do them ...
2
votes
1answer
60 views
How do I prevent proper nouns from being converted to lowercase by a bst file in LaTex?
My bibliography contains some items like this:
R. K. Sawyer, “Improvisation and the creative process: Dewey, collingwood, and the aesthetics of spontaneity,”
The problem is that the proper nouns ...
2
votes
1answer
30 views
Babelbib: combine bababbrv-lf and babunsrt-lf
I am using babelbib in order to generate my bibliography. However, it won't satisfy all my needs. I just want the entrys to be formatted like
[1] Knuth, D. and Torvalds, L.: We didn't write ...
1
vote
0answers
35 views
Suppressing fields in bibliography?
I'm new to LaTeX and am using TeXstudio for compiling my documents. I'm using
\usepackage{natbib} for bibliography. The reference file was imported from EndNote for bibtex in .txt format - I ...
0
votes
0answers
47 views
Using multiple bibliography files [closed]
Related to my previous question about Latex and Thai language, now I have another one:
How can I use multiple bibliography files in my document?
\bibliography{sample,ref,etc}
It did not work.
I ...
2
votes
1answer
70 views
Bibliographies as a numbered sections in each chapter
Related to my previous question about Latex and Thai language, now I have another one:
How to make bibliography as a section in each chapter (at the last section of each chapter, such as section ...
3
votes
0answers
72 views
arXiv messing up bibliography
I'm having a little trouble with a submission to arXiv and I don't know if people here can help diagnose it. Simply put, the arXiv tex compiler is screwing up the bibliography for reasons I don't ...
3
votes
1answer
58 views
Difference between bibliography management styles
There are two ways that I've seen people including their bibliographies. The first is without including any package:
% Document:
\bibliographystyle{ieeetr}
\bibliography{<file>}
And the ...
0
votes
1answer
22 views
Change format of year and volume in apalike2 bibliography style
I'm using the apalike2 bibliography style (with some minor customizations that are not related to my questions though.
When I reference an article the format currently looks like this:
Smith, James ...
3
votes
2answers
55 views
chapter number in citation
I am using chapterbib and everything seems to be working, but I would like my citations to appear as [x.1], [x.2], etc. where x is the chapter number. I cannot find how to do this, but I have a book ...
2
votes
1answer
30 views
Strange indices in chapterbib
I am using chapterbib to put a bibliography at the end of each chapter using:
\usepackage[square, numbers, comma, sort&compress, sectionbib]{natbib}
\usepackage{chapterbib}
And i insert each ...
2
votes
1answer
39 views
How do I manipulate the output produced by the plain bibliography style?
I have the following output in the references: X. Mao J. Appleby and A. Rodkina. On stochastic stabilization of difference equations. Discrete and Continuous Dynamical Systems, 15:843–857, 2006. How ...
3
votes
2answers
43 views
maximum number of authors
I want to write Boehler et.al. (2003) but I 'm getting names of all
authors. How can I fix maximum number of authos with
How can I get 30 Sept. – 4 Oct. Currenty , I ' getting 30 Sept.
4 Oct
...
9
votes
1answer
68 views
(Another) problem with url hyphenation in bibliography
What I am about to ask has already been asked many times, but nothing seems to work for me so far. Basically I am having troubles in getting urls hyphenated correctly in the bibliography.
I modified ...
0
votes
1answer
64 views
LaTeX chapters and bibliography
I've just finished writing my honors thesis. I don't want to copy all of the chapters into a single file, since it would be too long.
Is it possible to "load" the chapters using one document?
Also, ...
2
votes
1answer
37 views
biblatex - how to add backref list with APA style?
Regarding the backref option, the biblatex manual says:
Strictly speaking, this option only controls whether the biblatex package collects the data required to print such references. This feature ...
2
votes
1answer
32 views
Inserting citation inside ERT code in LyX
How do I cite a reference inside ERT code in LyX? Inside the ERT code I am unable to select Insert-->Citation as I usually do.
The reason I need to do this is further to an answer to a previous ...
2
votes
2answers
76 views
how to debug a backreferencing problem
I am using classicthesis package version 4.1. Also I am using the bibliography style file, abbrvunsrtnat.bst, posted here.
I have a problem with using back-referencing. I have more than 70 citations ...
1
vote
1answer
45 views
How to reduce size of bibliography header [duplicate]
I want to reduce the amount of space that the title of my bibliography takes up. I've tried using negative vspace, albeit unsuccessfully.
My current MWE is:
...
4
votes
1answer
69 views
Logfile very large
Everytime I compile my file, I get a message from TeXstudio saying
The logfile is very large (> 2 MB) are you sure you want to load it?
This is mostly because I am updating the bibliography, ...
0
votes
1answer
50 views
How to achieve the sort and compress behavior in Bibtex4word
I needed to work with bibtex and word, and this answer gave me the solution: Bibtex4word.
However, I ran into a problem. How can I achieve the sort and compress citation style that the natbib and ...
2
votes
1answer
34 views
LyX BibTeX with child-documents not working
If I insert the bibliography within the child document, it works perfectly. (therefore it cannot be the Databank). But when I try to render the parent document, I get the following error:
\citep
...
1
vote
1answer
24 views
Remove Caption Reference First Page when appearing in LoF
I have a citation in a caption and in my biblography it lists the pages each reference is in. However it lists the page of my List of Figures (ix), but I'd like to remove that. Is there a way to ...
0
votes
0answers
23 views
Change how references are displayed in reference list ( 1. reference, instead of [1] reference ) [duplicate]
Right now my references in the reference list look like:
[1] Alpha
[2] Bravo
[3] Charlie
I want to change them to be displayed like this:
1. Alpha
2. Bravo
3. Charlie
but so that labels in ...
0
votes
0answers
64 views
Styling the bibliography and cite style [closed]
I am nearly finished with my paper, but unfortunately im struggling with the bibliography section where i would like something like this:
John, D. (2013) Awesome creatures. Random University
And ...
2
votes
1answer
63 views
How can I have list of figure etc. labelled D. List of Figures, E. List of Tables, F. Bibliography…?
I am using KOMA class scrreport and want the following structure of my appendix:
A. Abbreviations
B. ...
C. ...
D. List of Figures
E. List of Tables
F. Bibliography
G. Acknowledgments ...
0
votes
1answer
94 views
Problem in bibliography autocompletion in TeXStudio 2.5.2
This question is the continuation of my previous question in here. I have updated everything according to the instructions given there in the answer of @doctorate.
The problem that I have is the ...
1
vote
0answers
65 views
LyX Problem when referencing. Just question mark [?] [closed]
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 ...
0
votes
1answer
90 views
Autocomplete problem in TeXStudio 2.3
I am having problem in autocomplete feature of TeXStudio 2.3 under Windows 7 x64. Most of the times, I don't have the autocomplete of all the commands of the loaded packages as well as the ...
0
votes
0answers
14 views
bib entries not wrapping to the next page in beamer slides? [duplicate]
I am trying to add bib frames to a beamer presentation. I use the usual bibliography command, which works fine -- only I have too many bib entries to appear in one slide, and they don't wrap to the ...
12
votes
2answers
194 views
Column-style bibliography
A problem that's been annoying me for years (http://newsgroups.derkeiler.com/Archive/Comp/comp.text.tex/2008-04/msg01387.html) has been how to create a column'ed bibliography. E.g., take a look at the ...
4
votes
1answer
95 views
List of BibTeX references in PDF using LyX
I have a list of references created in BibTex and now I'm trying to put in in LyX, to then create a PDF.
I tried doing: Insert -> List -> BibTex Bibliography and I get a grey box saying BibTex ...
3
votes
3answers
66 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 ...
1
vote
0answers
29 views
Citations not working in Sweave
I am trying to run this Sweave code in R.
\documentclass{article}
\begin{document}
\SweaveOpts{concordance=TRUE}
\section{Section}
I am citing \cite{ftest}.
\begin{thebibliography}{9}
...
3
votes
1answer
28 views
This is bibliography code is not compiling why?
\begin{thebibliography}{6}
\bibitem{3} C Kabele, {\em Transistos}, Journal of the American Society for Naval Engineers, {\bf 65}, 707--714, 1953.
\bibitem{2} J M Early, {\em Out to Murray Hill to ...
2
votes
1answer
80 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 ...
1
vote
0answers
55 views
Problem with bibliography [closed]
![Bibliography][1]
How do I remove RefWorks quote at the beginning?
I used these commands:
\addcontentsline{toc}{chapter}{\bibname}
\nocite{*}
\bibliography{bib}
\bibliographystyle{plain}



