用bibtex引用文献的时候能不能弄成上角标啊?我弄出来的参考文献就只出现在文字后面
\documentclass{article}
\usepackage[super,square,sort&compress,numbers]{natbib}
\bibliographystyle{plain}
\begin{document}
test\cite{article-full,article-crossref,inbook-minimal}
test\cite{article-minimal,booklet-full}
\bibliography{xampl}
\end{document}
如果你要用 gbt7714
,那就
\documentclass{article}
\usepackage{gbt7714}
\bibliographystyle{gbt7714-numerical}
\begin{document}
test\cite{article-full}
\bibliography{xampl}
\end{document}
usepackage[super,square,sort&compress,numbers]{natbib}方括号里面的参数是用来控制引用的内容角标的形式吗?
@u50776 自己去看宏包手册,一看就懂
@u50776 是的,具体参数的含义可以去看
texdoc natbib