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

Sphinx: Bibtex bibliography with EPUB generator

I'm trying to utilize Sphinx to build three fold output - HTML, Latex, and EPUB. The bibliography is standard bibtex. With HTML and Latex it works perfectly well. However, EPUB generator: sphinx-build -b epub -D extensions=sphinx.ext.imgmath -D…
0
votes
0 answers

Bibtex reference recognition error despite following the overleaf tutorial or available guides

I am using bibtex in my project work and despite adding the bib file it isn't recognizing the citations put into here is my one of the…
0
votes
1 answer

Ebib: note field

Unable to save the data in the note field in my .bib file. When I edit a .bib file in Ebib (in emacs), I expect to be able to fill in the note field and save it in the same file. However, Ebib offers to save it in some other text file (which, I…
Jabot
  • 5
  • 2
0
votes
1 answer

Can not insert bibliogarphy to LaTeX

I am very new using LaTeX by TeX Maker. When i try to give bibliography with \cite{sevgican2020intelligent} \bibliographystyle{IEEEtran} \bibliography{references.bib} while my .bib doc includes the key and other information…
0
votes
1 answer

CSL showing author-date inline but numbers for citation

Writing in markdown and using bibtex for referencing. I am wondering if there is a CSL style (or another way to do it) that would show author-date when citing inline but numbers when adding a reference to a sentence. For exemple: Bob et al. (2019)…
Lours
  • 75
  • 8
0
votes
1 answer

How to display one bibliography in different styles according to the language which is used in the references using CSL and citeproc?

I would like to ask a question related to an ongoing issue in the GitHub repository of jgm/citeproc here, since my question may come to be out of scope of the original issue. I'm trying to apply an approach proposed in a comment on the thread on…
Carlos Luis Rivera
  • 3,108
  • 18
  • 45
0
votes
1 answer

Navitage to tag underneath cursor using Ctrl ] for a bibtex entry

I have generated a tags file of a .bib bibliography file (referenced in a .tex file) and lines containing bibkeys in the .bib file such as the following correctly identify the bibkeys as tags. @Article{abc123, and @InBook{def123&233, The .tex file…
Tryer
  • 3,580
  • 1
  • 26
  • 49
0
votes
0 answers

WinEdt TREE and bib files

I would like to be able to open bib files from other directories from the WinEdt Tree. However, WinEdt cannot locate them (see figure below). The project/files compile; LaTeX is set up correctly. The only issue is I cannot click on the file in the…
Lance
  • 1
  • 1
0
votes
0 answers

Unable to identify language mode for a .bib file although bibtex is a recognized language identifier

According to VSCode documentation available at: https://code.visualstudio.com/docs/languages/identifiers bibtex is a valid identifier. Yet, on opening a .bib file, on selecting language mode, bibtex is not one of the options presented. Auto…
Tryer
  • 3,580
  • 1
  • 26
  • 49
0
votes
0 answers

How can I access a particular bibtex entry via its key, which is in a text file, in an HTML file?

Assume a text file including simple bibtex entries like @incollection{einstein2013einstein, title={Einstein on politics}, author={Einstein, Albert}, booktitle={Einstein on Politics}, year={2013}, publisher={Princeton University…
User
  • 952
  • 2
  • 21
  • 43
0
votes
0 answers

Is there an API to get a full citation (such as a BibTeX or JSON citation) from an arbitrary URL?

Say I have a URL like https://www.science.org/doi/10.1126/science.abb4363, how can I get the full citation as: @article{ doi:10.1126/science.abb4363, author = {Sergio Almécija and Ashley S. Hammond and Nathan E. Thompson and Kelsey D. Pugh and…
Lance
  • 75,200
  • 93
  • 289
  • 503
0
votes
1 answer

How to automatically add curly braces to all entries on JabRef?

When I download a .bib item from IEEEExplore, the paper title gets formatted in lowercase even if original title is not capitalized - in order to keep original formatting, I have to manually add curly brackets around the title. How do I set up…
0
votes
2 answers

Regex search to extract BibTeX title string in R

I have a data frame in R where one column, named Title, is a BibTeX entry that looks like this: ={Proofs that yield nothing but their validity or all languages in NP have zero-knowledge proof systems},\n author={Goldreich, Oded and Micali, Silvio…
bvecc
  • 187
  • 4
  • 14
0
votes
0 answers

Citeproc error after updating to debian buster - void variable bibtex completion display formats

I am able to insert article citations in org mode using org-cite-insert but when i try to export it to html i get the following error. It worked beautifully a day ago but is acting up after i basically powerwashed my chromebook to install debian…
extrav
  • 3
  • 3
0
votes
1 answer

! Paragraph ended before \href@split was complete.\par

I am trying to finish a report but I can't fix the reference section. First, I used some packages to set the way my references would be shown. % Bibliografia \usepackage[round]{natbib} \usepackage{hyperref} \hypersetup{ colorlinks=true, …
Dufra64
  • 1
  • 1