需要包含宏包:
\usepackage{ color}
方法一:
{\color{red} text}
方法二:
\textcolor[rgb]{1,0,0}{text}
另外,使用宏包xcolor
也可以实现:
\textcolor{red/blue/green/black/white/cyan/magenta/yellow}{text}
其中textcolor{}
中包含的是系统定义好的颜色。
本文共 288 字,大约阅读时间需要 1 分钟。
需要包含宏包:
\usepackage{ color}
方法一:
{\color{red} text}
方法二:
\textcolor[rgb]{1,0,0}{text}
另外,使用宏包xcolor
也可以实现:
\textcolor{red/blue/green/black/white/cyan/magenta/yellow}{text}
其中textcolor{}
中包含的是系统定义好的颜色。
转载于:https://www.cnblogs.com/hehehaha/p/6332208.html