在latex中怎么输入大积分号
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在latex中怎么输入大积分号相关的知识,希望对你有一定的参考价值。
txfonts 宏包 有个命令 \fint 是不是你要的,但是感觉不是一横,是一斜线。 参考技术A我们知道latex使我们经常使用的排版软件,同时输入积分也是我们写作毕业论文常遇见的问题,那么对于积分,在latex中该如何输入?需要注意哪些,下面将介绍下如何输入漂亮的积分公式。
具体操作
在latex怎么输入矩阵等式
array环境,amsmath的环境如下:matrix,bmatrix,pmatrix。
例子如下:
\\begingather*
\\beginmatrix
0 &
1 \\\\ 1 &
0 \\endmatrix\\quad
\\beginpmatrix 0 & -i \\\\ i &
0 \\endpmatrix\\\\
\\beginbmatrix 0 & -1 \\\\ 1 &
0 \\endbmatrix\\quad
\\beginBmatrix 1 &
0 \\\\ 0 & -1 \\endBmatrix\\\\
\\beginvmatrix a &
b \\\\ c &
d \\endvmatrix\\quad
\\beginVmatrix i &
0 \\\\ 0 & -i \\endVmatrix
\\endgather*
参考技术A 可以直接在Mathtype里面输入你要的矩阵,然后Mathtype的菜单栏Preferences里的Cut and Copy Preferences 点 MathML or Tex就可以把在Mathtype里输入的矩阵直接粘到latex里面用,自动就是latex代码。当然咯,正版或者破解了的mathtype才有这个功能哦。 参考技术B 如果需要居中的数学表示,用\beginequation
\left(
\beginarraylll
a & b& c \\
d & e & f
...(以此类推,lll表示三列左对齐。如果4列,就4个l;如果要居中对齐,就用ccc;右边对齐,用rrr)
\endarray\right)=G
\endequation
\left \right 是表示放大括号,后面可以跟[, \ 等等
如果是出现在文中的矩阵。用
$\left(
\beginarraylll
a & b& c \\
d & e & f
...
\endarray\right)=G$
以上是关于在latex中怎么输入大积分号的主要内容,如果未能解决你的问题,请参考以下文章