Questions tagged [bibliographies]
{bibliographies} is about creating lists of publications and citing these in a document. If possible, replace this tag with the specific bibliography package you use, e.g. {biblatex} or {natbib}. For questions about specific or customized citation commands, add {citing}. If your question is specifically about BibTeX, use {bibtex}.
7,246 questions
0
votes
0
answers
39
views
MiKTeX on Windows for writing a PhD thesis in Cyrillic alphabet
I am trying to write my PhD thesis in Bulgarian language using LaTeX (although I have very little knowledge about LaTeX and all its nitty-gritty) and currently I am trying to use a portable MiKTeX ...
0
votes
1
answer
37
views
bibliography doesn't appear
I have a all20.bib file like this:
@incollection{AumannMaschler1995,
author = {Aumann, Robert J. and Maschler, Michael},
title = {Game Theory with Economic Applications},
booktitle = {...
2
votes
1
answer
46
views
Bibliography: problem when the page numbers in the 'pages' field contain dash ("-") symbols
When the page "numbers" in the pages field of a bibliographic entry contain dash (-) symbols, they are all converted to en-dashes by bibtex, which isn't desirable. The behavior is the same ...
2
votes
1
answer
116
views
How do you get biblatex to handle BCE citations?
I want to cite Euclid's elements when I talk about how prime numbers have interested humans for a very long time. I tried the following two things:
@book{euclid_elements,
author = {Euclid},
title ...
1
vote
0
answers
36
views
Multiple reverse numbering with (recent) biblatex
This is not the first question asked on this topic, but I have found none of the solutions posted work for me, perhaps in part because they are outdated.
The task is deceptively simple: how to ...
1
vote
1
answer
52
views
How do you manually change individual bibliography entries after automated compilation of a BibLaTex-based bibliography?
I am looking for a way to manually make changes in the bibliography, after it was compiled.
The Reason/Detailed description:
For my thesis , I am currently using Zotero to manage my bibliography ...
2
votes
1
answer
81
views
How do I use \cite correctly in ConTeXt?
I am trying to integrate my Bibtex bibliography in a simple ConTeXt file:
\setupbodyfont[8pt]
\starttext
\samplefile {ward} \cite{Pettersson2018}
\usebtxdataset[Pieces/BibliographyMWE.bib]
\...
0
votes
1
answer
71
views
When running biber on foo.bib file, it fails with: "ERROR - Cannot find 'foo.bcf'!
I'm trying to run biber on a bibliography file of mine, say foo.bib, to generate foo.bbl - in the directory in which foo.bib resides. But - it fails, complaining about a missing .bcf file:
C:\Docs\...
2
votes
1
answer
63
views
In ConTeXt, is it possible to use bibliography styles different from the default ones?
I am having some difficulties in managing the bibliography in ConTeXt. I would like to print a bibliography along the lines of the one provided by the package achemso in LaTeX.
To the best of my ...
0
votes
0
answers
31
views
How can I delete the comma between location+date for every entry?
How can I delete the comma between location+date for every entry? The musuos style that I use gives a \renewbibmacro* itself:
\renewbibmacro*{location+date}{%
\printlist{location}%
\setunit*{\...
1
vote
1
answer
45
views
How to avoid double printing of location+date for specific entry types?
The location+date is only double printed for the entry type InCollection. How can that be avoided?
\documentclass[a4paper, 12pt]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage{xpatch}
\usepackage[
...
0
votes
1
answer
105
views
Replacing every period with a comma in the formatted bibliographic entries
I want to replace every period with a comma globally, except for the last period at the end of each footnote respectively bibliography entry. How can I do it?
\documentclass[a4paper, 12pt]{scrartcl}
\...
1
vote
0
answers
31
views
Style Adjustments of bibstyle musuos [closed]
I want to change a few things about the bibstyle musuos I use.
As of right now, it prints brackets even in entries that do not comprise series+number entry. I want to avoid that.
Every "In:"...
1
vote
1
answer
47
views
Vertical distance between bibliographic items in ConTeXt
I am trying to convert a normal bibliography into an endnote at the end of each chapter. I use \placelistofpublication[criterium=chapter, repeat=yes] in a section titled References, but I cannot ...
1
vote
0
answers
37
views
How to print an extra string at the start of the corresponding bibliography entry
in my .bib file, each entry has an additional zitatstr (see example). I would like to print this zitatstr in a left column at the beginning of each bibliography entry, in such a way:
[German fairy ...