LaTeX公式编辑和希腊字母

LaTeX公式编辑和希腊字母

点乘:a \cdot b

叉乘:a \times b

点除:a \div b

分数:\frac {a} {b}

字母上面带横线、波浪线、箭头

\documentclass{article}
\begin{document}
$\bar{a}$ % 横线
$\vec{a}$ % 箭头
$\tilde{a}$ % 小波浪线
$\widetilde{a}$ % 大波浪线
\end{document}

 

LaTeX公式编辑和希腊字母_第1张图片

你可能感兴趣的:(latex,公式编辑)