本系列文章由 @yhl_leo 出品,转载请注明出处。
文章链接: http://blog.csdn.net/yhl_leo/article/details/50774955
详细的soul
包的官方PDF文档:soul package
soul
包主要有四项:
- 字间空格
- 下划线
- 删除线
- 高亮
- 大写字母
下面给出一段代码示例:
documentclass[12pt]{article}
usepackage{color, soul}
sethlcolor{yellow}
setstcolor{green}
setulcolor{red}
egin{document}
so{1.letterspacing}
ul{2.underlining}
st{3.striking out}
hl{4.highlighting}
caps{5.CAPITALS, Small Capitals}
6.Small Capitals
end{document}
附上一张soul
包的主要用法表:
更多内容请阅读官方文档。