latex自己调配颜色
常常觉得latex的一些颜色包提供的现成颜色不够好看,想到的一个办法是自己调配颜色:
首先需加载宏包\usepackage{xcolor}
然后手动调配颜色的命令,比如
\textcolor{red!50!black}{with the},表示50%的红色,50%的黑色。效果如下:
\textcolor{blue!30!red}{with the},表示30%的蓝色,70%的红色。效果如下:
\textcolor{blue!60!red}{with the},表示60%的蓝色,40%的红色。效果如下: