总爱放屁是什么原因
百度 因此,蓝山公司的使用行为不能明确指向诉争商标核定使用的商品,相关公众无法将诉争商标与其核定使用的商品建立联系,诉争商标客观上不能起到区分商品来源的作用。
{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}.
558 questions with no upvoted or accepted answers
41
votes
0
answers
1k
views
Is there a way to optimize citation order to reduce the number of superscript numbers in text?
I want to know if there is a way to optimize the order my citations are in, such that they output the minimum number of numbers in the text.
So, if I have citations \cite{A,B,C} and later \cite{A,C,...
7
votes
0
answers
165
views
How to set BibTeX to display Chicago style in ConTeXt?
I heard that ConTeXt was updated to include Chicago style, so I tried this code:
\setuppapersize[A4]
\startbuffer [bib]
@Book{ball1996,
author = {Ball, Larry},
title = {Desert lawmen: the high ...
6
votes
0
answers
557
views
Include bibliography of xr (xcite) citations, that only contains the relevant entries
Short description of my Question:
I am using the xr or xcite package in my derivative project supplementary.tex to give references/citations the same number that they already have in an external ...
6
votes
1
answer
5k
views
Cite author's name using IEEE style
Currently I am using natbib with IEEEtran as the bibliography style.
\usepackage[square,comma,numbers,sort]{natbib}
\bibliographystyle{IEEEtran}
When citing, I want to sometimes refer to the author's ...
4
votes
0
answers
127
views
Getting an "and" before the last block/element in \cite in BibLaTeX if elements are compressed
Using BibLaTeX, I would like to create a \textcite command based on the numeric-comp style which instead of showing [1-3, 5] shows Refs. 1-3 and 5, and instead of showing [1-3, 5-7] gives Refs. 1-3 ...
4
votes
0
answers
1k
views
Is there a way to reference a footnote using \cite or similar command?
The formatting of the article I am writing uses the same notation to cite references and footnotes (they both appear in brackets, i.e. [1-3]). I want to have a combined citation for both a reference ...
4
votes
0
answers
420
views
Full citation using multibib?
I am new to Latex and am using it for an academic paper.
As I need several bibliographies, I am using multibib which is working great, but I need full citations of the bibliography entries to appear ...
3
votes
0
answers
55
views
Wrong order of citations in floats (without list of figures)
I have a problem with the sorting of my citations when using an unsorted citation style within a floating envireonment (e.g. a caption). I found a similar question here, but the possible solutions don'...
3
votes
1
answer
491
views
How to make citation style manage when different volumes of the same book are cited? ("op. cit." and "Ibid.")
This question follows this one, where some of the problems were solved, but I was asked to ask a new question with a mwe for citations with volumes.
Questions
The question is : how to make biblatex ...
3
votes
0
answers
1k
views
Single or double dash between coauthors names?
Should I type:
In the foundational paper of Eells-Sampson (...)
or
In the foundational paper of Eells--Sampson (...)
So, single or double dash in the tex code between "Eells" and "...
3
votes
0
answers
531
views
changing citation style only in a table
I am composing a journal article and my bibliography style is \bibliographystyle{spmpsci} . That comes in the body as a number. However, I want to show the author names instead of numbers in a table.
...
3
votes
1
answer
528
views
Bibtex and natbib - Multple citations using aliasing
I'm relatively new to Latex and Bibtex and I have a question that I haven't been able to find an answer to online.
I have a citation for which I’m using an alias using \defcitealias, \citetalias, ...
3
votes
0
answers
231
views
How to cite when the author's name is a number?
I tried to cite the first answer to this question but failed.
I used the entry generated by the site, i.e.,
@MISC {52022,
TITLE = {Is being finitely generated a local property?},
AUTHOR = {14555 (...
3
votes
0
answers
619
views
Force Appendix not to appear but keep references to appendix and citations in appendix
My research group is trying to submit a paper to a new journal and they have a strange requirement that we haven’t figured out a way to satisfy.
They would like the appendix to be a separate document....
3
votes
0
answers
286
views
Citation undefined Latex
I'm getting a citation undefined error when compiling my document. The `main.tex``document contains (among others) the following code:
\documentclass[a4paper,12pt]{report}
\usepackage[utf8]{inputenc}...