高考录取批次改革大 好学校“差”专业该醒醒
3 questions
4
votes
2
answers
215
views
One pair of brackets for each citation
Question
\documentclass{amsart}
\begin{document}
I cite \cite{a,b}.
I also cite \cite{a,b,c}.
\bibliographystyle{plain}
\bibliography{ref}
\end{document}
gives
I cite [1, 2]. I also cite [1, 2, 3].
...
0
votes
1
answer
3k
views
Citation for an addendum in brackets, \citet vs \citep
With natbib (and bibtex) I have the option of using either \citet{foo2019} or \citeb{bar2019} and I think I'm pretty clear on their use. I.e. "as Foo (2019) has shown, ducks tend to quack" vs "...
8
votes
1
answer
832
views
How do I remove interior brackets from a range of superscript citations?
I'm using the cite package as follows
\usepackage[superscript,biblabel]{cite}
However, when I try to cite multiple articles, the range includes interior brackets, as seen here.
Can anyone tell me ...