[关闭]
@maorongrong 2018-03-19T07:45:14.000000Z 字数 415 阅读 683

论文中用到的latex标签

硕士毕设 latex


Latex设置字体大小,加粗,加下划线,变斜体

Latex 设置字体大小命令由小到大依次为:
\tiny
\scriptsize
\footnotesize
\small
\normalsize
\large
\Large
\LARGE
\huge
\Huge
使用方法,例如:
\large{这是大号字体}

Latex大括号及多行公式

array 中lrc表示各列内容的居左、居中、居右.

  1. \begin{equation}
  2. \left\{
  3. \begin{array}{lr}
  4. x=\dfrac{3\pi}{2}(1+2t)\cos(\dfrac{3\pi}{2}(1+2t)), & \\
  5. y=s, & 0\leq s\leq L,|t|\leq1.\\
  6. z=\dfrac{3\pi}{2}(1+2t)\sin(\dfrac{3\pi}{2}(1+2t)), &
  7. \end{array}
  8. \right.
  9. \end{equation}

结果如下:
此处输入图片的描述

常用符号

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注