当前位置:   article > 正文

如何在latex中高亮文本_latex高亮文本

latex高亮文本

导入soul 包可以使用高亮功能
在文本中插入 \hl{} 即可

导入color 包可以使用颜色功能
color 也可以替换成 xcolor

\documentclass{report}
\usepackage{xcolor,soul}
\begin{document}
  \textcolor{red}{Text}
  \hl{Text} 
  \hl{\textbf{Text}} 
  \textbf{\textcolor{red}{\hl{Text}}}
  \textcolor{red}{\textbf{\hl{Text}}}
\end{document}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

请添加图片描述

或者可以更改higlht的颜色

\usepackage{xcolor,soul}
\sethlcolor{green}
  • 1
  • 2

请添加图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/521958
推荐阅读
相关标签
  

闽ICP备14008679号