Questions tagged [biblatex]

It is a management software for formatting lists of references, intended for use together with Latex.

BibTeX makes it easy to cite sources in a consistent manner, by separating bibliographic information from the presentation of this information, similarly to the separation of content and presentation/style supported by LaTeX itself.

Basic structure

In the words of the program's author: "Here's how BibTeX works. It takes as input

(a) an .aux file produced by LaTeX on an earlier run;

(b) a .bst file (the style file), which specifies the general reference-list style and specifies how to format individual entries, and which is written by a style designer [..] in a special-purpose language [..], and

(c) .bib file(s) constituting a database of all reference-list entries the user might ever hope to use.

BibTeX chooses from the .bib file(s) only those entries specified by the .aux file (that is, those given by LaTeX's \cite or \nocite commands), and creates as output a .bbl file containing these entries together with the formatting commands specified by the .bst file [..]. LaTeX will use the .bbl file, perhaps edited by the user, to produce the reference list.

149 questions
0
votes
1 answer

Numbering LaTeX bibliography with APA-like formatting

How can I number a LaTeX bibliography with APA-like formatting? I have tried \bibliographystyle[numbers]{apalike} \bibliography{arqrefbib} but this does not render numbers in the bibliography.
Regis Santos
  • 3,469
  • 8
  • 43
  • 65
0
votes
0 answers

Add journal name to biblatex references, journal names not showing up

I'm using biblatex in a beamer presentation so that I can use the \footcite command. The problem is that bibliography styles handling in biblatex don't look quite straighforward and none of the default styles will actually work for me since they do…
Alejandro D. Somoza
  • 391
  • 1
  • 3
  • 19
0
votes
0 answers

How to create or custom bibliography styles for to use with biblatex/Rstudio/knitr/Sweave

I am using biblatex with bibtex in backend (MikTex) for generating dynamic statistical reports with knitr (sweave) in Rstudio which is realy a great combination of tools. I have with difficulty created my own bibliography style (.bst file) with…
-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
1 answer

Double line spacing in references list in R Markdown using xelatex

How do I increase the line spacing of my bibliography/references section. My output is as .pdf, and I am using a .csl of harvard. I have a references.bib. All of this works fine but the only thing I need to do is double the line spacing of the…
JMW
  • 7
  • 1
  • 2
-1
votes
2 answers

latex in text citations error: citation undefined

I am wanting to do in text citations for my dissertation. I will upload a simplified version of what i am seeing. The issue is that i keep getting "undefined citations" where i only get the citation key out in my pdf irrespective of which compiler i…
-1
votes
1 answer

Latex doesn't create bibliography anymore, also citations aren't displayed correctly

I am working on an article in LaTeX in Overleaf. About an hour ago everything worked just fine, but now it seems that neither the bibliography at the end is created, nor do citations work - instead it just shows the reference to the citation in the…
peeaace
  • 1
  • 3
-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
votes
2 answers

Python Libraries - Publication Citation Splits

I have bunch of citations strings that I want to split them into a single citation. Here is an example I found from OWL citation website. I have combinations of MLA, APA,..etc citation types. Is there a python library or another application that can…
sharp
  • 2,140
  • 9
  • 43
  • 80
-2
votes
1 answer

how to omit spaces in overleaf latex reference

I am using the below reference in .bib file overleaf project @MISC{104,author = {W. R. Group},title = {Auckland II},howpublished = {https://wand.net.nz/wits/auck/2/auckland\_ii.php.}, year = {2020}, month = {Accessed on: July, 1}} However, I get…
Ahmad
  • 1
  • 1
  • 4
-2
votes
1 answer

How to include a .bib file in php

I need to create an OPC file for which I am using Log.bib file and I want to include it in php without using any plugin. I've tried using include or require but its not working. require_once 'Log.bib'; include 'Log.bib';
Aditya yadav
  • 119
  • 1
  • 7
1 2 3
9
10