latex 参考文献引用之多个引用合并

同一处引用多个参考文献:


方法一:加包 \usepackage{cite}  ,处理多个文献命令:\cite{name1,name2,...,nameN}

方法二:不加包,\cite{name1},\cite{name2}..

参考来源:

References should be cited in the text using the abbreviation ‘Ref(s).’, and ‘Reference(s)’ in full if thisword occurs at the beginning of a sentence. This should be followed by the command \cite{name}.

You should add at the top of the document the \usepackage{cite} command to handle multiplecitations such as \cite{name1,name2,...,namep}


你可能感兴趣的:(latex)