The bibtex tag has no wiki summary.
1
vote
1answer
46 views
How can I convert a BibTex library to the bibliography format used by Microsoft Word?
Are there ways to import BibTex files for use with the reference manager in Word?
0
votes
3answers
51 views
Fixing a CSL file that fails to print the date correctly in pandoc
I am having a minor but very irritating problem with pandoc and citations. In accordance with Pandoc's User Guide I insert the citation like this:
[@ChandrajitBanerjee12]
The applicable Bibtex ...
1
vote
1answer
468 views
Collaborative use of bibtex as an online database (JabRef)?
I am thinking about a collaborative effort, where several people would need to insert data; for different reasons, it would be most convenient that this data is in bibtex format (the references format ...
2
votes
1answer
949 views
BibTeX will not compile
I am trying to compile a bibliography that is externally linked but I get back an error saying
I couldn't open file name firstbibtex.aux
Here is the referencing code:
@article{greenwade93,
...
1
vote
1answer
212 views
Which free, graphical browser for bibtex can you recommend for Windows 7?
Which free, graphical browser for bibtex can you recommend for Windows 7 (Cygwin is fine, too)?
I have a fairly big bibtex file, which is my entire Cite U like library, and I want to browse it but ...
1
vote
1answer
732 views
MacVim won't run bibtex (or compile as necessary to clear warnings) with \ll shortcut
But I can run bibtex manually with :! bibtex texfile and then compile with the \ll shortcut twice to get labels and citations correct in the body of the paper.
I'm on a MacBook Pro running 10.6.6 and ...
0
votes
1answer
486 views
bemer+natbib+\citet+plainnat=all the citations shows the first author and year of the biblio.bib file
This is mainly the code
\documentclass[t,mathserif,red]{beamer}
\usepackage[round]{natbib}
begin{frame}
\citet{bla06}
end{frame}
begin{frame}
\citet{la07}
end{frame}
begin{frame}
\citet{tla08}
...
3
votes
1answer
1k views
Mendeley - Exporting A Collection Straight to PDF or HTML
I'm in love with Mendeley Desktop for organizing my papers. I'm working on a survey paper and I want to send an updated list of the papers in the survey to my advisors. The best solution would be to ...
6
votes
4answers
3k views
How do i get bibtex entries from amazon.com
Has anyone written an interface through which i can get a citation of a book/paper from amazon.com
Thanks for the suggestions from fellow users. I'm updating the questions to detail in more ...
3
votes
2answers
1k views
How to cite a video game in Bibtex
I am writing an essay on video games and naturally I am referencing a number of them as examples. Since we are in Computer Science, we use the IEEE reference style and there is a section that ...
1
vote
3answers
5k views
Is there any natural way to cite a newspaper article in BibTex/LaTeX?
I'd like to be able to cite a newspaper article in LaTeX, but Bibtex seems to have no date field (it has year and month, but that doesn't seem sufficient). Is there any good way around this?
5
votes
1answer
2k views
Unicode characters in bibtex
I am struggling with unicode chars in bibtex (Debian). I have the following entry in my .bib file:
@Book{bjork2009,
author = {Tomas Björk},
title = {Arbitrage Theory in Continuous Time},
publishe = ...
12
votes
3answers
8k views
How to Cite software in LaTeX
Im currently writing a 15ects (quarter years worth) report as a part of my 2year masters in CS and I'm using LaTeX with BibTeX.
In my report I use and "talk about" different pieces of software. As ...