警察招录引教师离职潮:因地位低被称淘汰品计划教师收入
百度 车尾造型也非常简洁,中央一条镀铬饰条将左右尾灯连接在一起,让其整体看起来更加的宽大。
{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}.
3,750 questions
0
votes
0
answers
7
views
How to cite a government agency and department with biblatex?
I am trying to cite a government agency and a specific department as the author of a report. I am using APA style, and looking at this guide, it seems like Example 4 fits my case the best:
In-Text ...
0
votes
1
answer
34
views
Customizing Citation Style
I'm using the following citation set-up for a my current document.
\usepackage[backend=biber,style=chem-acs,natbib=true]{biblatex}
\addbibresource{ref.bib}
Is it possible to modify the produced ...
0
votes
1
answer
23
views
Sorting References by Appearance in ACM LaTeX Template
How can references be sorted by order of appearance in the ACM LaTeX template?
\documentclass[manuscript]{acmart}
%%
%% \BibTeX command to typeset BibTeX logo in the docs
\AtBeginDocument{%
\...
2
votes
1
answer
38
views
how to make alphabetical order of references in latex to sort them alphabetically?
I am preparing a paper for the Acta Gecotechnica journal, which has its own LaTeX template. I read the comments here and there, but none of them work on my LaTeX file. I would upload template files if ...
0
votes
1
answer
35
views
all citations work on overleaf but only some work on latex workshop? [closed]
I've been working on latex workshop on VS code and have across a problem where only some citations from my master reference list will compile properly? I've used latex workshop in the past no problems ...
2
votes
1
answer
28
views
Calling footcite in beamer a second time
I use footcite in beamer to have a cite in the footnote additional to a bibliography at the end of my slides. But when I call footcite a second time on a key that has already been called, the citation ...
2
votes
2
answers
59
views
Wrong order of citation numbers in text (natbib)
When I run my script the order of the citation numbers in the text is wrong. The bibliography is fine.
It's kind of like that:
\documentclass{article}
\usepackage[numbers]{natbib}
\bibliographystyle{...
4
votes
1
answer
128
views
Error in Springer citation template
I am trying to run an article using the following references:
@Article{Han_et_al2021a,
title = {Controlling the maximum stress in structural stiffness topology optimization of geometrical ...
0
votes
0
answers
29
views
Overleaf/ document package with Markdown + \cite?
Is it possible for an included markdown.md file to also use hybrid \cite referenced in an external .bib? (Currently there are \cite's with proper .bib references but the final tex pdf does not seem to ...
2
votes
1
answer
46
views
Combining numeric citations with author-year citations
Here is my bibliography setup:
\documentclass{ieeeaccess}
\usepackage{cite}
\bibliographystyle{unsrt}
\bibliography{refs}
\cite{li2022,smith1999}
This gives me numeric citations which I want. But ...
2
votes
1
answer
52
views
Individual Citation Style
I am rather new to LaTeX and have a question.
In Art history I am required to cite Exhibition Catalogues in a specific way. That is: Ausst.kat. Name Of Show, City (Institution of Exhibition), City of ...
1
vote
1
answer
31
views
Custom biblatex label and disambiguation
I wish to have the same label style and disambiguation as the following picture:
Using the answer from Customize biblatex alpha labels I've come close. I just change the 3 in the line \field[...
1
vote
1
answer
54
views
Citation style authors
In my text citations, I would like to have the following:
1 author -> show 1 author
2 authors -> show both authors
3+ authors -> show only one author et al
I've tried maxnames 1 and ...
2
votes
0
answers
58
views
Citation call-outs and formatted bibliography in the style of "CIte Them Right 12 Edition"
My university requires all written work to follow the Cite Them Right 12th edition referencing style (Harvard). I know LaTeX has packages like natbib and biblatex with Harvard-like styles, but none of ...
2
votes
1
answer
38
views
BibLateX. How to Italicizing author citing by textcite command
I can’t make it so that in all types of quotations, particularly in \parencite and \textcite the author and "et al." would be Italic font.
\parencite got it, but textcite doesn’t. I tried ...