\newcommand{\dee}{\mathrm{d}}
在正文公式里的微分号可以用命令:\dee
\newcommand{\txt}[1]{\mathrm{#1}}
Draft version 2023 年 8 月 20 日
等现象
\usepackage{CJKutf8}
\begin{document}
\begin{CJK*}{UTF8}{gbsn}
\author{S. Zhang (张三)}
...
\end{CJK*}
\end{document}
度数符号要作为上标和其前面的数字紧挨着,要写$30^\circ$而不是 30 $^\circ$。
\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi
\providecommand{\url}[1]{\href{#1}{#1}}
\providecommand{\dodoi}[1]{doi:~\href{http://doi.org/#1}{\nolinkurl{#1}}}
\providecommand{\doeprint}[1]{\href{http://ascl.net/#1}
{\nolinkurl{http://ascl.net/#1}}}
\providecommand{\doarXiv}[1]{\href{https://arxiv.org/abs/#1}
{\nolinkurl{https://arxiv.org/abs/#1}}}
在文献里就可以加一些链接,例如doi, arxiv等