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

The standard article.sty

...the authors should submit the final version as source files, including a word processor file of the text, such as Word or LateX (If using LaTeX, please use the standard article.sty as a style file and also send a PDF version of the LaTeX…
mary
  • 11
0
votes
3 answers

Merge many bib tex files into one

I have multiple single bibtex files which are like this: first file: @article{DBLP:journals/access/AlotaibiAASA20, author = {Bashayer Alotaibi and Rabeeh Ayaz Abbasi and Muhammad Ahtisham Aslam and …
Nathalie
  • 1,228
  • 7
  • 20
0
votes
1 answer

Extract bibtex entries based on the year

Okay, I got the file.bib file with multiple entries such @Book{Anley:2007:shellcoders-handbook-2nd-ed, author = {Chris Anley and John Heasman and Felix Lindner and Gerardo Richarte}, title = "{The Shellcoder's Handbook}", publisher = …
Eric
  • 1
  • 2
0
votes
0 answers

LaTeX : Package biblatex Warning: citation 'refname' was not found at all in the .bbl, bibliography labels cannot be generated

I am straggling to find a fix to my problem. I am trying to add a bibliography reference in my texmaker project. I have tried to chance the bibtex % to bibtex %.aux but it didn't fix the problem. I also tried to update everything but still no fix.…
econ
  • 11
  • 1
  • 4
0
votes
1 answer

Parse bibtex from url

I need to parse bibtex file in python referred by an url for eg: " https://www.aclweb.org/anthology/papers/J/J18/J18-1001.bib" From bibtex I need to extract "pages" field. How to achieve this in python?
0
votes
1 answer

RMarkdown + bibLaTeX; How to print bibliography?

I am writing a thesis template according to very specific University rules, and RMarkdown won't let me include a page with the bibliography pdflatex + bibtex + pdflatex with a regular .tex file So far I have this: output: pdf_document: …
pachadotdev
  • 3,345
  • 6
  • 33
  • 60
0
votes
0 answers

stringr install error: namespace ‘stringr’ is imported by ‘bibtex’ so cannot be unloaded

Hi i am trying to install the package stringr in my R. i tried following: install.packages("stringr") install.packages("stringr",dependencies = TRUE, repos = "http://cran.us.r-project.org") install.packages("stringr", dependencies=TRUE,…
Pumpkin C
  • 1,452
  • 6
  • 21
  • 27
0
votes
1 answer

How to add name in bib file in latex

I have a name like Catherine de Palo Drid . I want its reference like Drid C de P I add like that author={Drid, Catherine, de, Palo} I have changed many times the arrangement, but neither works. Can anyone help? THANKS
user11532986
0
votes
1 answer

Citing and Compiling BibTeX into Separate Documents

I have an article document in LaTeX in which I cite sources from a bibtex file. I want to be able to still cite these sources, but I also want to be able to compile the bibliography into a separate pdf document. This document is a grant proposal…
user1723196
  • 125
  • 1
  • 10
0
votes
1 answer

@Misc equivalent in CSL YAML

I want to migrate from my BiBTeX record: @Misc{ propi-records-atletisme-en, author = "Bordoy, Xavier", title = "Athletics records", url = "http://somenxavier.xyz/public/blog/fitxers/athletics-races.pdf", year =…
somenxavier
  • 1,206
  • 3
  • 20
  • 43
0
votes
1 answer

How to shorten the group name in bibtex so that only the abbreviation appears in the text

I would like to cite a report by the European Commission in bibtex (latex). In the references list I would like to have the full name but in the main text I would only like the abbreviation to appear. I am using the elsarticle-harv…
David Halley
  • 417
  • 3
  • 6
  • 18
0
votes
1 answer

re Matching { and {{

For reasons beyond the scope here, I'm building a simple bibtex parser. Some bibtex fields are delimited by a single curly brace, while others are delimited by double curly braces. Curly braces are also valid content for the field. I have a string…
Fábio Dias
  • 636
  • 8
  • 18
0
votes
1 answer

I have a bib file.I need to convert that file to excel.Please help me how to read the bib file using java program

@article{ IddfeI:000240010, Author = {Prdssatt, R. and Robisdfson,and Hladsdvsa, M. and Pedsdfsvzner, E.}, Title = {{Trendsfds in - Unidsdffsted , 200df6 (Reprintdsdfsed frdsom MMWR, vol 5336, pg)}}
ASHA
  • 1
  • 4
0
votes
1 answer

bibtex2html - which bibstyles are acceptable? one produced by docstrip does not work

I use bibtex2html to produce a webpage and would like to change the bibstyle. I have a style first.bst produced with docstrip. The command bibtex2html ../frank2link.bib -s first.bst nor bibtex2html ../frank2link.bib -s first does not work. The…
user855443
  • 2,596
  • 3
  • 25
  • 37
0
votes
1 answer

Bibliometrix Package Installation Error

Very simple place but somehow my code is going wrong and I'm not sure how to fix it: install.packages("bibliometrix", dependencies=TRUE) ### installs bibliometrix package and dependencies library(bibliometrix) ### load bibliometrix package I'm…
Nomi
  • 15
  • 4