{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}.
4
votes
1answer
83 views
How to add an APA-style citation with no author in ConTeXt?
I need to cite some articles which were created by some professional organizations, so no authors or editors are listed:
@Article{noname2012,
author = {},
title = {This is the title},
...
3
votes
1answer
84 views
Bibdesk import article information
I am working on my thesis and this includes a number of articles downloaded from various academic resources.
When doing this hardly any citation information is coming along with the papers and i have ...
2
votes
1answer
89 views
specific citation style using multibib
I am using multibib with two bib-files. For the first one I use a numeric citation style. But for the second one I want to have [A1, A2, ...]. This works for my reference list but in my citation I ...
1
vote
1answer
45 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 Mixing onecolumn and twocolumn modes. But I have need ...
1
vote
1answer
95 views
Cite pop-up in Texstudio doesn't show up anymore
I'm using TeXstudio 2.5.2 together with Jabref 2.9.2 and BibLaTeX. Everything in my document works fine except that when I enter \cite no pop-up with all the bibliography entries shows up. The weird ...
4
votes
0answers
71 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 = ...
3
votes
0answers
328 views
Texmaker, use a “build” subdirectory for output files, and bibliography
I think this is more like a bug for Texmaker.
Here is description:
I'm using Texmaker on windows, and I wanted to add bibliography using:
\bibliographystyle{plain} % (uses file "plain.bst")
...
2
votes
0answers
57 views
how to have the journal name shown when I cite a paper in beamer?
I am writing a beamer presentation and I would like citations to appear (in the text!) like "Doe et al., Journal of Latex Greatness, 2007". Instead if I use only the \cite{} command (together with ...
2
votes
0answers
62 views
Creating and using custom referencing style
first of all, I'm a tex virgin so my knowledge of the tools and terminology is pretty much at the same level with a fish.
I'm using Win7(64 bit). I installed winEdt.
I want to write a paper with a ...
2
votes
0answers
97 views
Problem with natbib and agsm style not showing Vol No and Pp in references
I am using natbib with the agsm style,
if i have an entry as;
@article{Buchko2007,
author = {Buchko, Aaron A.},
title= {The effect of leadership on values-based management},
year = {2007},
journal ...
2
votes
0answers
152 views
Beamer bibliography in two columns on multiple frames?
Is it possible to put a bibliography in beamer presentation, in two columns spanning via several frames?
I have
\begin{frame}[allowframebreaks]{Reference}
\bibliographystyle{alpha}
...
2
votes
0answers
31 views
Sharing custom entry type with other users
A nice feature of jabref is the ability to create custom entries as seen here: http://jabref.sourceforge.net/help/CustomEntriesHelp.php
Is there a way to export these to other users to enable them to ...
1
vote
0answers
31 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
31 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
23 views
How to exclude natbib to print bibliography by chapters using chapterfolder package?
Does anybody knows how to avoid chapterfolder package from printing bibliographies per chapter plus the extra final one?
I am using natbib.
1
vote
0answers
37 views
Remove (Tech.Rep.) from Bibliography
I have a case similar to this one :
Remove "Tech. Rep." Output from SIAM bibtex style
but using apacite. When I did what was advised in the above-mentioned topic, the result was the () but ...
1
vote
0answers
136 views
Thesis paper format and bibliography issues!
I'll try to be as clear as possible.
I use texshop 2.47 on my Mac with bibdesk. So far I wrote an article for ACS journal with their package. At the moment I'm working on my PhD thesis. I found this ...
1
vote
0answers
149 views
How do I force a particular bibliography style?
I am writing a paper for a journal that enforces the use of the Springer 'splncs03.bst' file for references. I wrote most of the paper with natbib and the use of the \citep and \citet commands so it ...
0
votes
0answers
18 views
Using author-year type citation in classicthesis
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 ...
0
votes
0answers
36 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
0answers
31 views
Workaround for citation inside pdfcomment?
Is there a simple workaround for using citations inside a pdfcomment? Here it is a MWE:
\documentclass{article}
\usepackage{pdfcomment}
\begin{document}
Works \cite{Smith1959}.
Works ...
0
votes
0answers
43 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 ...
0
votes
0answers
25 views
Sync missing citation/ list missing citations in script
I would like to be able to sync missing citations from a master .bib file into the .bib file actually used for the paper I am writing.
Most reference managers seem to only support exporting to one ...
0
votes
0answers
55 views
\setkeys{acs}{usetitle = true, etalmode = truncate, maxauthors = 10} does not work
I am revising papers for JPCC and advised to cut the authors numbers to 10. The maxnumbers option results in "First author et al." style. for the reference more than 10 authors. If you select 2, then ...
0
votes
0answers
84 views
Convert a bibtex-using document to “raw” LaTeX?
I have to submit an article in tex form, but am not allowed to use bibtex. Unfortunately, I have already written the document with bibtex included (this is a telescope proposal I wrote for one ...
0
votes
0answers
64 views
References have disappeared after making small changes
I am using shareLaTeX book to compile a report. Until yesterday my references were working fine, all of a sudden they no longer work. I introduced a few changes yesterday, but when I remove these, the ...
