物理 Latex教程--进阶

@质心小姐姐 这个可以申质选吗=)
$\color{red}{\textbf{警告:本文为latex进阶操作,故基础用法不再赘述}}$
需要注意的是,平板端(APP端)更新帖子会吞掉反斜杠,所以在平板端(APP端)更新时,需手动添加反斜杠
(更了更了
$\Large{\textbf{1.大小:}}$
从大到小分别是Huge huge LARGE Large large small tiny
用法:\x{},两边加美元符号,x处填入上述7种大小符号
$\Large{\textbf{2.字体:}}$
有mathtt、mathbb、mathrm、mathit、、mathsfmathbf、mathcal、mathscr、mathfrak
用法:\x{},两边加美元符号,x处填入上述字体符号,评论区自行测试(手动狗头
$\Large{\textbf{\textcolor{red}{3.}\color{blue}{颜}\color{green}{色:}}}$
常用的颜色包括:白色、黑色、灰色、红色、蓝色、绿色、黄色、橙色、紫色等
$\large{\textbf{3.1.文本颜色:}}$
用法:\color{x}{}(或者\textcolor{x}{}),两边加美元符号,x处填入上述颜色对应英文(可用颜色见下方)
$\large{\textbf{3.2.文本框、填充颜色:}}$
(k(分隔)粉是个什么违禁词
$\textcolor{white}{white白色}$(white)
$\textcolor{linen}{linen亚麻色}$
$\textcolor{black}{black黑色}$(black)
$\textcolor{grey}{grey灰色}$
$\textcolor{lightgrey}{lightgrey浅灰色}$
$\textcolor{red}{red红色}$
$\textcolor{crimson}{crimson深红色}$
$\textcolor{brown}{brown褐色}$
$\textcolor{maroon}{maroon褐红色}$
$\textcolor{salmon}{salmon鲑红色}$
$\textcolor{coral}{coral珊瑚色}$
$\textcolor{orangered}{orangered橙红色}$
$\textcolor{orange}{orange橙色}$
$\textcolor{blue}{blue蓝色}$
$\textcolor{skyblue}{skyblue天蓝色}$
$\textcolor{aquamarine}{aquamarine海蓝色}$
$\textcolor{navy}{navy深蓝色}$
$\textcolor{green}{green绿色}$
$\textcolor{seagreen}{seagreen海绿色}$
$\textcolor{springgreen}{springgreen春绿色}$
$\textcolor{forestgreen}{forestgreen森林绿色}$
$\textcolor{greenyellow}{greenyellow绿黄色}$
$\textcolor{yellowgreen}{yellowgreen黄绿色}$
$\textcolor{yellow}{yellow黄色}$
$\textcolor{gold}{gold金色}$
$\textcolor{beige}{beige米黄色}$
$\textcolor{olive}{olive橄榄色}$
$\textcolor{purple}{purple紫色}$
$\textcolor{indigo}{indigo靛青色}$
$\textcolor{plum}{plum紫红色}$
$\textcolor{violet}{violet紫罗兰色}$
$\textcolor{blueviolet}{blueviolet蓝紫色}$
$\textcolor{magenta}{magenta洋红色}$
$\textcolor{cyan}{cyan青色}$
$\textcolor{turquoise}{turquoise青绿色}$
$\textcolor{teal}{teal蓝绿色}$
$\textcolor{tan}{tan棕褐色}$
$\Large{\textbf{4.强调:}}$
$\mathit{介绍这个就是因为不建议markdown(论坛自带的加粗斜体等就是markdown的)和latex混用…}$
$\large{\textbf{4.1.删除线:}}$
\sout{文本},两边加美元符号
效果:$\sout{文本}$
$\large{\textbf{4.2.加粗:}}$
\textbf{文本},两边加美元符号
效果:$\textbf{文本}$
$\large{\textbf{4.3.边框:}}$
\fbox{文本},两边加美元符号
效果:$\fbox{文本}$
$\large{\textbf{4.4.下划线:}}$
\underline{文本},两边加美元符号
效果:$\underline{文本}$