首页 > 其他 > 详细

Latex使用方法

时间:2020-08-15 23:11:35      阅读:99      评论:0      收藏:0      [点我收藏+]

Latex公式前后需插入$,如果公式独占一行且居中则插入$$

1.下标:\(a_n\) 输入为 $a_n$

2.上标:\(A^{-1}\) 输入为 $A^{-1}$

3.矩阵:\( \begin{bmatrix} 1 & 0\ 0 & 1\\end{bmatrix} \) 输入为

\begin{bmatrix}
    1 & 0\    0 & 1\\end{bmatrix}

4.大型矩阵:\( \begin{bmatrix} a_{11} & \cdots & a_{1n}\\ \vdots & \ddots & \vdots\ a_{n1} & \cdots & a_{nn}\\end{bmatrix} \) 输入为

\begin{bmatrix}
    a_{11}  & \cdots & a_{1n}\\   
    \vdots  & \ddots & \vdots\    a_{n1}  & \cdots & a_{nn}\\end{bmatrix}

Latex使用方法

原文:https://www.cnblogs.com/bill-h/p/13510615.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!