Unverified Commit 28f368f7 authored by liziwl's avatar liziwl Committed by GitHub
Browse files

Merge pull request #34 from SUSTech-CRA/fix/bib

禁用默认格式化期刊文章标题
parents 74407127 4e6b165e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@
  xiaoyu2001chubanye,oclc2000about,scitor2000project%
}

如参考文献中需要使用上标或者下标,使用数学环境书写 \verb|$\mathrm{Ba}_{3}\mathrm{CoSb}_{2}\mathrm{O}_{9}$|,例如该文献\cite{kamiya2018nature}

引用测试:2个连续引用\cite{zhangkun1994,zhukezhen1973},2个间隔\cite{zhangkun1994,dupont1974bone},3个连续\cite{zhangkun1994,zhukezhen1973,dupont1974bone}

\subsection{支持三级目录显示}
+3 −2
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
  \begin{localref}{ref/refs}
    \nocite{zhangkun1994}
    \nocite{bixon1996dynamics}
    \nocite{kamiya2018nature}
  \end{localref}


@@ -41,13 +42,13 @@
  %   \nocite{引用条目代号} %% 使用方式同 \cite{}
  % \end{localref}

  \begin{localref}{ref/refs}[3]
  \begin{localref}{ref/refs}[4]
    \nocite{chenxu2020yejing}
    \nocite{jiangxizhou1980}
  \end{localref}

  \subsection{参与的科研项目及获奖情况(无获奖时此项不必列出)}
  \begin{achievements}[start=5]
  \begin{achievements}[start=6]
    \item 姜锡洲,×××××研究,××省自然科学基金项目。课题编号:××××,长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长。
    \item ×××,×××××研究,××省自然科学基金项目。课题编号:××××。
    \item ×××,×××××研究,××省自然科学基金项目。课题编号:××××。
+11 −0
Original line number Diff line number Diff line
@@ -334,3 +334,14 @@
  author={陈旭 and 王志军},
  year={2020},
}

@article{kamiya2018nature,
  title={The nature of spin excitations in the one-third magnetization plateau phase of $\mathrm{Ba}_{3}\mathrm{CoSb}_{2}\mathrm{O}_{9}$},
  author={Kamiya, Y and Ge, L and Hong, Tao and Qiu, Yiming and Quintero-Castro, DL and Lu, Z and Cao, HB and Matsuda, M and Choi, ES and Batista, CD and others},
  journal={Nature communications},
  volume={9},
  number={1},
  pages={1--11},
  year={2018},
  publisher={Nature Publishing Group}
}
 No newline at end of file
+3 −1
Original line number Diff line number Diff line
@@ -101,8 +101,10 @@
%% 参考文献使用 BibTeX + natbib 宏包
%% 顺序编码制
\usepackage[sort&compress]{gbt7714}
\bibliographystyle{gbt7714-numerical}
\citestyle{super}
\bibliographystyle{sustechthesis-numeric}
\usepackage{bibunits}
\defaultbibliographystyle{sustechthesis-numeric}

%%%% 选择二(不兼容本模板,请勿使用)
%% 参考文献使用 BibLaTeX 宏包
+2393 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading