当前位置:网站首页>Latex文字加颜色的三种办法
Latex文字加颜色的三种办法
2022-07-06 06:36:00 【计算机视觉-Archer】
1 组合red、green和blue的值合成我们想要的颜色
\usepackage{color}
\textcolor[rgb]{r,g,b}{text}
其中{r,g,b}代表red、green和blue三种颜色的组合,取值范围为[0-1]
\textcolor[rgb]{0.5,0.6,0.7}{AIAS编程有道}、
\textcolor[rgb]{0.5,0.8,0.7}{AIAS编程有道}、
\textcolor[rgb]{0.1,0.8,0.9}{AIAS编程有道}
2 组合red、green和blue的值合成我们想要的颜色
\textcolor[RGB]{R,G,B}{text}
其中{R,G,B}代表red、green和blue三种颜色的组合,取值范围为[0-255]
\textcolor[RGB]{18,220,168}{AIAS编程有道}、
\textcolor[RGB]{202,12,22}{AIAS编程有道}、
\textcolor[RGB]{1,8,9}{AIAS编程有道}
3.直接使用定义好的颜色
\usepackage{color}
\textcolor{red/blue/green/black/white/cyan/magenta/yellow}{text}
其中textcolor{...}中包含的是系统定义好的颜色
示范
\textcolor{red}{AIAS编程有道}、
\textcolor{blue}{AIAS编程有道}、
\textcolor{yellow}{AIAS编程有道}、
————————————————
版权声明:本文为CSDN博主「科皮子菊」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/meiqi0538/article/details/105978246
4 自定义一种颜色,直接调用
自定义方式1:
\definecolor{ColorName}{rgb}{r,g,b}
这时r/g/b的定义域就在[0-1],可参考方法2。
\definecolor{ColorName}{RGB}{R,G,B}
这时R/G/B的定义域就在[0-255],可参考方法2。
这里为颜色定义了名称ColorName,下面可以直接调用这个颜色方案即可。
调用方式:\textcolor{ColorName}{text}。操作方式可参考方法2。
边栏推荐
- 关于新冠疫情,常用的英文单词、语句有哪些?
- Day 248/300 关于毕业生如何找工作的思考
- [English] Verb Classification of grammatical reconstruction -- English rabbit learning notes (2)
- 金融德语翻译,北京专业的翻译公司
- pymongo获取一列数据
- 钓鱼&文件名反转&office远程模板
- On the first day of clock in, click to open a surprise, and the switch statement is explained in detail
- Brief introduction to the curriculum differences of colleges and universities at different levels of machine human major -ros1/ros2-
- 如何做好金融文献翻译?
- Luogu p2089 roast chicken
猜你喜欢
[English] Grammar remodeling: the core framework of English Learning -- English rabbit learning notes (1)
Cobalt Strike特征修改
Apache dolphin scheduler source code analysis (super detailed)
钓鱼&文件名反转&office远程模板
Biomedical English contract translation, characteristics of Vocabulary Translation
The internationalization of domestic games is inseparable from professional translation companies
LeetCode 739. Daily temperature
What are the commonly used English words and sentences about COVID-19?
[ 英語 ] 語法重塑 之 動詞分類 —— 英語兔學習筆記(2)
Today's summer solstice
随机推荐
LeetCode每日一题(1870. Minimum Speed to Arrive on Time)
我的创作纪念日
【软件测试进阶第1步】自动化测试基础知识
如何做好金融文献翻译?
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
SQL Server Manager studio (SSMS) installation tutorial
翻译生物医学说明书,英译中怎样效果佳
Redis Foundation
SSO process analysis
今日夏至 Today‘s summer solstice
Advanced MySQL: Basics (1-4 Lectures)
P5706 [deep foundation 2. Example 8] redistributing fat house water -- February 13, 2022
云服务器 AccessKey 密钥泄露利用
云上有AI,让地球科学研究更省力
Biomedical localization translation services
LeetCode 739. Daily temperature
ML之shap:基于adult人口普查收入二分类预测数据集(预测年收入是否超过50k)利用Shap值对XGBoost模型实现可解释性案例之详细攻略
字幕翻译中翻英一分钟多少钱?
同事上了个厕所,我帮产品妹子轻松完成BI数据产品顺便得到奶茶奖励
What are the commonly used English words and sentences about COVID-19?