码迷,mamicode.com
首页 > 其他好文 > 详细

Latex使用方法

时间:2020-08-18 13:23:22      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:居中   latex   矩阵   math   class   code   size   lin   使用方法   

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使用方法

标签:居中   latex   矩阵   math   class   code   size   lin   使用方法   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!