We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
采用手写参考文献格式时,\mcite如何引用多篇文献?例如:[1,2]
The text was updated successfully, but these errors were encountered:
因为 mcite 在 nuaathesis 里是这样定义的 \newcommand\mcite[1]{\textsuperscript{[\ref{#1}]}} 这个实现很挫, 不支持多个 label.
mcite
\newcommand\mcite[1]{\textsuperscript{[\ref{#1}]}}
所以就手动展开吧, \textsuperscript{[\ref{ref:hint},~\ref{ref:man}]}.
\textsuperscript{[\ref{ref:hint},~\ref{ref:man}]}
Sorry, something went wrong.
因为 mcite 在 nuaathesis 里是这样定义的 \newcommand\mcite[1]{\textsuperscript{[\ref{#1}]}} 这个实现很挫, 不支持多个 label. 所以就手动展开吧, \textsuperscript{[\ref{ref:hint},~\ref{ref:man}]}.
感谢感谢!
No branches or pull requests
采用手写参考文献格式时,\mcite如何引用多篇文献?例如:[1,2]
The text was updated successfully, but these errors were encountered: