Latex设置字体⼤⼩,加粗,加下划线,变斜体Latex 设置字体⼤⼩命令由⼩到⼤依次为:
\tiny
\scriptsize
\footnotesize
\small
\normalsize
二年级竖式\large
\Large
\LARGE
\huge
\Huge
使⽤⽅法,例如:
\large{这是⼤号字体}
加粗:
\textbf{⽂字}
长征一号火箭数学模式下⽤\upackage{bm}
$\bm{ a }$
下划线:
⽤ \underline{ This is an underline text } 就可以.
斜体:
⽤ \emph{⽂字}
跟 \emph{} 命令不同 \emph 是会让⽂字变跟现在⽂字不同. 如正体变斜体, 或者斜体变正体.
既想加粗⼜想变斜体
日记开头emph{\textbf{blablablabla}}
大野实花如果想要⽤⽂字⾼亮显⽰就要⽤到⼀个叫soul 的包,
这个包⼀共有伍个命令:
\so{letterspacing} l e t t e r s p a c i n g
\caps{CAPITALS, Small Capitals} CAPITALS, Small Capitals
论文研究意义\ul{underlining} underlining
\st{overstriking} overstriking
\hl{highlighting} highlighting5
如果没有加color包,那么 hl 命令就跟下划线命令⼀样. 通常hl是预设黄⾊的
可以⽤以下命令改变颜⾊
\tulcolor{bule} 设置下划线的颜⾊为蓝
\tstcolor{yellow} 设置overstriking颜⾊为黄
\thlcolor{green} 设置⾼亮显⽰为绿
更详细的命令请查阅soul的⽂档
下⾯是⼀个演⽰⽂档:
\documentclass{article}劳动的作文
\upackage{color, soul} %⽤color, 和 soul 包
\begin{document}
\tulcolor{red} t underlining color
\tstcolor{green} t overstriking color
\thlcolor{bl} t highlighting color \so{letterspacing} \
法餐\caps{CAPITALS, Small Capitals}\ \ul{underlining}\
\st{overstriking} \
\hl{highlighting}建设银行个人网上银行登录入口
\end{document}