Questions tagged [citing]
{citing} is about specific or customized citation commands. For general questions about bibliographies and citations, use {bibliographies}, or preferably the tag for the bibliography packages and/or backend programs you use, e.g., {bibtex}, {natbib}, or {biblatex}. For using information from regular \label - statements, use {cross-referencing}.
51 questions from the last 365 days
2
votes
1
answer
36
views
Square brackets in citations when in parentheses [duplicate]
This is probably a long shot, but I have the following problem: when a bibliographical reference appears within parentheses, my supervisor would like the inner parentheses to be changed to square ...
0
votes
0
answers
18
views
Cite in text [Name_year], and use the same label in bibliography [closed]
I would like to make my citations appear in the text as [Name_year], with some preferences:
Name of the only first author (no First+Second authors, no initials of the first 3 authors, no "+"...
1
vote
1
answer
74
views
wrong citation format
My problem ist that when I try to cite e.g. \textcite{zotero-item-155} it appears as "AG Boden, (2024)" in the text instead of "AG
Boden (2024)".
And When I do (\cite{...
0
votes
1
answer
29
views
Numbered citation with multiple sources without line break on dash
I have a document using the revtex4-2 class.
Citations using the standard \cite{...} command are numbered, and when there are multiple sources in the citations (\cite{ref1,ref2,...,refN}) that have ...
1
vote
1
answer
33
views
ConTeXt: customize citation numbers
Good afternoon everyone,
I am trying to tweak the appearance of the citation numbers of a document. To reach the intended result, I am using the approach reported in the next code:
\startbuffer[...
3
votes
0
answers
146
views
ConTeXt: per-chapter bibliography section with its own numbering
Good afternoon,
I am trying to type my first book in ConTeXt. My intent is to produce a bibliographic section at the end of each chapter. Regarding the citations, I would like that:
First, they ...
1
vote
1
answer
45
views
Separate reference list for the appendices
My appendices happen to contain a lot of citations that are irrelevant to the main part of the article. Can they be put in a separate appendix with separate running numbers?
Something like this:
\...
0
votes
0
answers
18
views
Sorting with biblatex when using custom shorthands
In my paper I am citing a name like "von Neumann". I am using biblatex for the bibliography and I would like to achieve two things:
The citation shorthand (as rendered in text of my paper) ...
3
votes
1
answer
27
views
Citations with the changes package
I am using the packages changes for tracking updates to a shared .tex document, but I get errors caused by the \cite command.
Consider this .tex file:
\documentclass{article}
\usepackage{cite}
\...
0
votes
1
answer
96
views
LaTeX doesn't accept citations as numbers with Author-year references
In Springer Nature submission guidelines, they require this style in referencing: Gamelin FX, Baquet G, Berthoin S, Thevenet D, Nourry C, Nottin S, Bosquet L (2009) Effect of high intensity ...
2
votes
1
answer
94
views
How to make related entries print only a short reference instead of the full related entry?
I use biblatex/biber and want to control how related entries are printed.
By default, related entries should be shown only as short cross-references (e.g. “Alpha (1994)”), not as fully embedded ...
5
votes
1
answer
102
views
Line wrapping in forest labels
I have the following forest setup that allows me to add citations to the bottom of each leaf node of my taxonomical diagram:
\documentclass[twocolumn]{article}
\usepackage{array}
\usepackage{tikz}
\...
2
votes
1
answer
107
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]
\...
2
votes
1
answer
60
views
Bold initials of specifc authors while citing
I would like to customize the manner in which citations are formatted. Specifically, in those citations on which I am an author, I want my last name's initial to be printed in bold. For example, if my ...
0
votes
1
answer
54
views
Weird space in front of citations
I am using biblatex and have an issue with my citations. After getting most of my formatting done with the help of ChatGPT (I know, it's bad), this is a MWE which has all my formatting in it:
\...