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
0
votes
1 answer

bib list print to a character string in R

I'm reading a bib file extracted from Google Scholar with BIB <- bibtex::read.bib("file.bib") command and this created a list object. If I use paste(BIB) or as.character(BIB) the console shows for all items in the list lines like: "list(title = "A…
Dan G
  • 19
  • 2
0
votes
1 answer

Underline function not working in MiKTeX?

This seems ridiculous but I'm using LaTeX for the first time in a while and when I attempt to underline like…
casr
  • 77
  • 6
0
votes
0 answers

How do I fix a white space error following a citation?

I'm using latex in Python (Pycharm IDE) to write my thesis. The error I am getting This is BibTeX, Version 0.99d (MiKTeX 21.8) The top-level auxiliary file: main.aux The style file: biblatex.bst White space in argument---line 121 of file main.aux :…
ISquared
  • 364
  • 4
  • 22
0
votes
1 answer

Export citations from Zotero

When I use Zotero to export Better BibTex files, it always exports the literature pdf file locations as below, which makes me feel very disturbed. But I can't find the option to turn it off in the settings. What can I do to avoid exporting the file…
Yoga
  • 11
0
votes
1 answer

Pandoc error 4: could not determine bibliography format in r markdown

I have a .txt file exported from endnote with references that I am trying to insert to an r markdown document. The file is saved in my working directory with the title ref.bib.txt, but when I try to knit my r markdown file to a pdf, I get the…
LL21
  • 1
0
votes
0 answers

TexSoup for Bib-Files

this is my first question so I will try to do everything as proper as possible. I am currently using LaTeX to write my documents at my University because I want to use the powerful citing capabilities provided by BibTeX. For ease of use, I am…
Enemoy
  • 11
  • 3
0
votes
1 answer

how to properly cite authors in R Markdown with more than 1 name as last name

I am using R Markdown as per the below: --- title: title author: - Name1: email: email institute: med correspondence: yes - name: name2 institute: med date: date bibliography: ref_file.bib bib-humanities: true output: pdf_document: …
0
votes
1 answer

Find a regex generic string and replace it with the same string enclosed in parenthesis - Latex and TeXStudio

I have made my BIB file and I am compiling my project using BIBTEX on TeXStudio. In my particular case, I get an error when the reference entry has the month in the following format: month = jan, It should be month = {jan}, I tried searching using…
0
votes
2 answers

How to combine Scoups and WoS data for biblioshiny in R

I am tring to conduct a basic bibliometrix analysis using biblioshiny. However, since I have both Scopus and WoS databases, I am finding it difficult to combine them. So far, I have been able to import both the data using codes in R, and I have also…
0
votes
0 answers

Umlauts in the bibliography file of LaTeX

I use Mendeley to manage my bibliography for my thesis. I add all the papers there and then I have it create a file bibtex to then use in the writing of the thesis. One of the citation I need is Röthlisberger et al., 2000a, since I knew LaTeX would…
Raffaello Nardin
  • 151
  • 2
  • 11
0
votes
0 answers

How to add a journal reference to a django template

I want to add scientific journal references from a list to a django template. For example, I could have the references in bibtex format in a file (it could be another format, I can adapt to what is available). I wonder if it is possible to add a…
0
votes
1 answer

How to read elements of bibTex File with Java?

Hey i want to read a bibTex File with Java but i have no clue how to do that? Anyone willingly to help?
0
votes
1 answer

Papaja does not use "et al." when citing a reference more than once in apa format

When I knit the R-Markdown file for the APA-styled document, I saw that "et al" is not used in the output pdf file, instead the author names were not suppressed but written each time. I found the answer to this problem for pdf outputs…
hddtas
  • 3
  • 1
0
votes
1 answer

How do I remove DOI from R-markdown bibliography?

I would like to remove the DOI from the bibliographic references in my markdown script. Is there a way I can do this? Here is my markdown file: --- title: "my paper" author: "name" date: \today header-includes: output: pdf_document: …
Alex
  • 1,207
  • 9
  • 25
0
votes
0 answers

How to get bibex citations as [Gaz14-ol] for online references?

I want to get online references to appears as [Gaz14-ol] or [MQT21-ol] or [GPP+20-ol] while i get [Gaz14] or [MQT21]. @misc{Latex5, author = {Gazebo}, title = {{Open Source Robotics Foundation}}, howpublished =…
tolearntoseek
  • 55
  • 1
  • 5