参考:
LaTex 使用特殊章节符号 (§)
在.tex
文件开头,加上以下内容:
\usepackage[utf8]{inputenc} \usepackage{cleveref} \crefname{section}{§}{§§} \Crefname{section}{§}{§§}
并在通过以下命令引用章节 (section):
As explained in \cref{sec:foo}
效果如下 (下图下方):
2018.10
来源:https://www.cnblogs.com/qq952693358/p/9757581.html