Questions tagged [bibtex]

a file format or tool for specifying bibliography entries, mostly used in tex-based document builders

Bibtex is a bibliography data format which is widely used in tex/latex documents. A bibtex entry consists of a subset of about 20 different data entries; the subset often depends on the document type.

A sample bibtex entry may look like this:

@article{consensus,
  author = {Jeroen Bruggeman and V.A. Traag and Justus Uitermark},
  year = {2012},
  title = {Detecting communities through network data.},
  journal = {American Sociological Review},
  volume = {77},
  number = {6},
  pages = {1050-1063},
  note = {A comment on 
    <a href="http://asr.sagepub.com/content/75/6/817.abstract">
    The temporal structure of scientific consensus formation
    </a>, with <a href="http://asr.sagepub.com/content/77/6/1064.extract">
    reply</a> from authors.},
  doi = {10.1177/0003122412463574},
  url = {http://asr.sagepub.com/content/77/6/1050.abstract},
  gsid = {3563051433438701877},
  pdfurl = {publications/ASR-comment.pdf}
}
410 questions
-1
votes
1 answer

Tex to Word Pipeline With Reference File

I would like to convert my overleaf template to a word document for my collaborators to edit directly outside of Overleaf. I am aware of Pandoc to convert the text file to word pandoc -o Test.docx Test.tex However, my tex document uses references…
Cody Glickman
  • 514
  • 1
  • 8
  • 30
-1
votes
2 answers

Parsing BibTeX record with Java RegEx

I have to write simple BibTeX parser using Java regular expressions. Task is a bit simplified: every tag value is between quotation marks "", not brackets {}. The thing is, {} can be inside "". I'm trying to cut single records from entire String…
qalis
  • 1,314
  • 1
  • 16
  • 44
-1
votes
1 answer

Search JabRef from terminal

Context: In the JabRef GUI you can search your database. Question: How can I do this from terminal without opening JabRef? Example: What would I enter at terminal to print all entries in example.bib with the author Turing or with avacado in the…
R.Sanchez
  • 3,366
  • 1
  • 13
  • 6
-1
votes
1 answer

LaTex - BibTex: Comma at the End of Citation

When I cite something in my Latex-File the rendered citation alsways has a comma behind the last one (see the Picture)... How can I make this comma disappear? The citations in the BibTex-File all look like this: @inproceedings{chun10, …
bethlis
  • 55
  • 1
  • 3
  • 15
-2
votes
1 answer

Attempting to Compile a PDF in RStudio with MikTeX fails to generate references, instead resulting in [? ] and no bibliography

I am using Sweave in RStudio to build a pdf with the following settings: Weave Rnw files using: knitr Typeset LaTeX into PDF using: pdfLaTeX I am also on Windows and using MiKTeX. The pdf successfully compiles each time, with the exception of the…
ZekeMarshall
  • 131
  • 5
1 2 3
27
28