LaTex 字体颜色 \textcolor{red}{text}
% 导言区\usepackage{color}% 正文区使用\textcolor{red/blue/green/black/white/cyan/magenta/yellow}{text}其中textcolor{...}中包含的是系统定义好的颜色
·
% 导言区
\usepackage{color}
% 正文区使用
\textcolor{red/blue/green/black/white/cyan/magenta/yellow}{text}
其中textcolor{...}中包含的是系统定义好的颜色
更多推荐
所有评论(0)