{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}.
0
votes
0answers
7 views
bib entries not wrapping to the next page in beamer slides?
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 ...
3
votes
0answers
29 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 ...
1
vote
0answers
33 views
List of References in PDF
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 ...
2
votes
3answers
49 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 ...
0
votes
0answers
12 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}
...
2
votes
1answer
20 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 ...
1
vote
1answer
54 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
43 views
Problem with bibliography
![Bibliography][1]
How do I remove RefWorks quote at the beginning?
I used these commands:
\addcontentsline{toc}{chapter}{\bibname}
\nocite{*}
\bibliography{bib}
\bibliographystyle{plain}
0
votes
0answers
35 views
Change “References” to “references” in table of contents
I am producing a simple document of the report class, with references produced by BibTeX. I would like to change the "References" text entry in the table of contents to "references", making the text ...
3
votes
1answer
54 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 ...
1
vote
0answers
34 views
Two bibliography using thebibliography
I was happy with using \begin{thebibliography} \bibitem \end{thebibliography} (at the end of chapters of my thesis). I have added a new bibliography with continuous numbering (Manually numbering) at ...
2
votes
0answers
64 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 ...
4
votes
1answer
22 views
urlstyle{same} with apacite
I use apacite to create a bibliography according to APA guidelines for my article. Some of the references contain urls. By default, Latex shows these in a different, monospace font than the rest of ...
0
votes
0answers
27 views
Using author-year type citation in classicthesis [closed]
I am trying to use classicthesis for my PhD thesis. I downloaded the sources and have adapted them to my needs.
My department asks for references in author-year format, as opposed to the numbered ...
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 ...
1
vote
2answers
73 views
Problem in compression of multiple citations using abbrvunsrtnat.bst
I had a problem in modifying abbrvnat.bst to have unsorted abbreviated reference list using natbib. Many thanks to @Marco Daniel for his great answer. He perfectly solved my problem by creating ...
3
votes
2answers
104 views
biblatex: List of publications in the CV
I am writing my CV using the article class. How can I list my journal publications and conference presentations each in a separate section? I saved my publication in the .bib database.
2
votes
1answer
33 views
Get bibliography sorted by year in Elsevier article?
Using this code I can not get bibliography sorted by year. It is just mixed and even not in order of appearance in the myrefs.bib file (which is exactly by year).
...
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 ...
0
votes
1answer
28 views
Change bibliography starting number
I am currently using the usual field \begin{thebibliography} for my references at the end of my scientific papers.
The numbers of the citations go from [1] to [19], as usual.
I would like to change ...
2
votes
2answers
26 views
How can I remove “thebibliography” from the Table of Contents (TOC)?
I want to use a manual Bibliography but I need it as a subsection. In order to do this I did:
\documentclass[12pt]{article}
\begin{document}
\section{My Section}
\subsection{References}
...
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
37 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 ...
1
vote
0answers
34 views
Harvard style; multiple works by same author - syntax of tex file
I want to create this kind of output in a hardvard style document (within the text).
...see Smith (1990, 1991a, 1991b) for further details...
In other styles i could write something like ...
1
vote
0answers
30 views
Multiple references for three [duplicate]
How can I write some references like this, [1,3 and 6], some friends gave me this [1 and 3] but it doesn't work well for more than 2 references, but I need it for three or more like [1, 3, 8, and 9]
3
votes
2answers
74 views
Using BibTool with BibLaTeX, again
I've installed BibTool and it seems to work for e.g. printing a formatted bibliography to the terminal. I'm trying to extract a bibliography from an .aux file from a document compiled with BibLaTeX. ...
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
1answer
46 views
Mixing twocolumn and create fourcolumn reference on same page
The article is typeset in twocolumn and reference parts are need to typeset in fourth column on same page. I have googled and find cuted can do MixÂing onecolÂumn and twocolÂumn modes. But I have need ...
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
50 views
Avoiding page break in the Latex bibliography list [closed]
I have a problem, the references are being split by the page break in a such strange manner.
I use IEEE style and already tried \usepackage[section]{placeins} but it influences any other section, ...
1
vote
0answers
33 views
Latex and Thai language
I try to use Latex with Thai language.
I found a few problems.
\usepackage[Lenny]{fncychap}does not completely support Thai font. (TH Sarabun New is an opentype font)
\bibliography{bib} do not ...
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' ...
5
votes
1answer
36 views
Spaces in references
I have the following reference :
@misc{pcons,
author = {Energy.Gov},
title = {{Estimating Appliance and Home Electronic Energy Use}},
Howpublished = ...
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
54 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
61 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
: ...
1
vote
1answer
25 views
References in bookmarks
The references does not appear in bookmarks. I am using the following environment.
\documentclass[12pt]{article}
\usepackage[bookmarks]{hyperref}
\begin{document}
\begin{thebibliography}{1}
...
3
votes
2answers
83 views
Sorting a manual bibliography alphabetically by their labels
How to sort the bibliography alphabetically by their labels
\begin{the bibliography}{10}
\bibitem[Polchinski, 1984]{jpol}
Polchinski,~J.
\newblock{(1984)},
\newblock Renormalization group and ...
2
votes
1answer
56 views
How to change bibliography to webography in lyx 2.0.2?
I'm writing a report with lyx 2.0.2 and I want to insert in the end a webography which is the same as bibliography but its called webography instead. So what I want basically is either to change the ...
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
95 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
127 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 ...
1
vote
1answer
41 views
Bibliography with alphabetical order, year order but without brackets in references part [closed]
I am trying to find a bibliography that looks like the one here.
I found this but it doesn't have this style and when I try some of
them LaTeX cannot find them. How do I have to add them to my LaTeX ...
3
votes
2answers
72 views
How to add correctly numbered footnotes in RevTex4-1
So, I'm using RevTex4-1 and at some point I need to add a footnote, which in Revtex goes to the bibliography. However, the footnote is not being numbered according to the natural numeration of the ...

