您的位置:首页 > 其它

LaTeX soul包

2016-03-01 20:07 274 查看
本系列文章由 @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}

\begin{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
包的主要用法表:



更多内容请阅读官方文档。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: