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

insert URLs in kunamed.bst

I am using LyX and would like to add URLs to my @misc entries in my bibtex bibliography. I am using the kunamed.bst style for my bibliography. My bibtex entries looks like this @misc{RFA2011, author = {RFA}, booktitle = {Statistics}, title =…
jensjorda
  • 183
  • 2
  • 3
  • 10
0
votes
0 answers

Unable to decode StackTrace error

Working with bibtex Library I am getting following error: Bib Parse error [Ljava.lang.StackTraceElement;@8814e9 Bib Parse error [Ljava.lang.StackTraceElement;@228a02 I get no idea how to decode this and to find actual error
Volatil3
  • 14,253
  • 38
  • 134
  • 263
0
votes
1 answer

Jabref: Images in exported HTML bibliography

I use Jabref to export an html file with a table of publications. I would also like to embed images of the front covers into my exported table but I don't get it working. In my export filter I state: But in…
Largo
  • 487
  • 1
  • 5
  • 17
0
votes
1 answer

Sublime build - dynamic file name

I need to make a build file for BibTeX files. I have the following: { "cmd": ["bibtex", "*.aux"], "selector": "text.bibtex" } When I run bibtex *.aux from terminal, it works fine. However, sublime keeps telling me: I couldn't open file name…
mreq
  • 6,414
  • 4
  • 37
  • 57
0
votes
1 answer

parsing bibtex with bison

I am a novice. I want to parse bibtex file using flex/bison. A sample bibtex is: @Book{a1, author="amook", Title="ASR", Publisher="oxf", Year="2010", Add="UK", Edition="1", } @Article{a2, Author="Rudra…
BaRud
  • 3,055
  • 7
  • 41
  • 89
0
votes
1 answer

BibTeX format query

Hi I am trying to write a parser at the moment for BibTeX records in order to store all of the relevant information on a database and to generate formatted references based on the records in question. I was hoping to find out if somebody here…
Bob-ob
  • 1,560
  • 4
  • 18
  • 34
0
votes
2 answers

add columns names to the result of my select from text

I want to produce such output from my table. In fact I want create a function or procedure that get the name of the table and its columns (it also can be retrieved from sys.tables) and create such an output as a single string: imagine [tablename]…
eshirvana
  • 23,227
  • 3
  • 22
  • 38
-1
votes
0 answers

Modify the style of bibliographic references using abntex2

I use the abntex2 package to format my academic works, and even though it is currently within the norms of my university, I would like to make it more visual and leave the work references the same as the example in the figure, where different…
-1
votes
0 answers

Use R vitae package with biblatex-ext-oa tex package to augment publication list

I'm using the my-awesome-cv.cls template in vitae (customising it, including using latex_engine: lualatex with a template to 'bold' my name in entries). I'm trying to work out how I can make enriched display of publications easier, including display…
sjgknight
  • 393
  • 1
  • 5
  • 19
-1
votes
1 answer

Formatting problems in bibliography

I have the following problem. I'm in the process of compiling my work but strangely the bib is giving me some problem, see here: Why are the entries from there on not formatted like above? What could be the reason for that? The code i…
-1
votes
1 answer

Latex workshop VSCode does not compile

I am using MacBook and Visual Studio Code to write latex papers. Today in the middle of work VScode stopped to compile all the files giving errors: PDF comes but without bibliography. Latex workshop v8.26 the latest. Any ideas what could happened…
Aerobird
  • 19
  • 5
-1
votes
1 answer

IEEEtran: spaces between words in title

I have this bib item and I am using IEEEtran as a bibliographystyle. I have used the default IEEEtran.bst and IEEEtran.cls. I am not sure, if I need both but I have tried all variations. @misc{clark_2022, title={Tiktok faces investigation into its…
-1
votes
1 answer

APS citation style in latex

How do I use the APS citation style in latex? I cannot find any templates, let alone information if I need to use any specific package or bibliographystyle. Also, do I need bibtex or biblatex?
manuel459
  • 173
  • 1
  • 10
-1
votes
2 answers

How to specify the items in reference list using BibTeX? ChemPhysChem LaTeX requirement

I'm revising a manuscript for ChemPhysChem. They just provided a very simple templet here. However, I have some problems meeting the requirement: Please follow our house style for references for example: [1] X. Y. Name, A. B. Name, J. Abbr. 2016,…
Jack
  • 5
  • 4
-1
votes
1 answer

Biblatex doesn't compile. Probably .bib file not recognised

I've spent many hours trying to get my bibliography working - unsuccessfully. I suspect that, somehow, my .bib file doesn't get recognised. Help would be greatly appreciated. MWE: \documentclass[a4paper,…
Izz
  • 1
  • 1
  • 2
1 2 3
27
28