码迷,mamicode.com
首页 > 其他好文 > 详细

LaTex 使用特殊章节符号 (§)

时间:2018-10-08 23:18:16      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:using   bubuko   tac   utf8   pack   input   ons   sig   cti   

参考:

LaTex 使用特殊章节符号 (§)

LaTex 使用特殊章节符号 (§)

.tex文件开头,加上以下内容:

\usepackage[utf8]{inputenc}

\usepackage{cleveref}
\crefname{section}{§}{§§}
\Crefname{section}{§}{§§}

并在通过以下命令引用章节 (section):

As explained in \cref{sec:foo}

效果如下 (下图下方):

技术分享图片

2018.10

LaTex 使用特殊章节符号 (§)

标签:using   bubuko   tac   utf8   pack   input   ons   sig   cti   

原文地址:https://www.cnblogs.com/qq952693358/p/9757581.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!