LaTeX技巧心得255:用laTeX排版大括号的三种方法

xiaoxiao2021-02-28  305

LaTeX技巧心得255:用laTeX排版大括号的三种方法

  (2010-01-24 17:53:57) 标签: 

latex

 

大括号

 

排版

 

方法

分类: 数学公式

QQ群:91940767/145316219/141877998/80300084/194770436  淘宝店:http://latexstudio.taobao.com 技巧续篇:http://latexstudio.net/ 常见数学公式问题集下载

如图:

演示代码:

\documentclass{article} \setlength\textwidth{245.0pt} \usepackage{CJK} \usepackage{indentfirst} \usepackage{amsmath}

\begin{CJK*}{GBK}{song} \begin{document} 方法一:

$$ f(x)=\left\{ \begin{aligned} x & = & \cos(t) \\ y & = & \sin(t) \\ z & = & \frac xy \end{aligned} \right. $$

方法二:

$$ F^{HLLC}=\left\{ \begin{array}{rcl} F_L       &      & {0      <      S_L}\\ F^*_L     &      & {S_L \leq 0 < S_M}\\ F^*_R     &      & {S_M \leq 0 < S_R}\\ F_R       &      & {S_R \leq 0} \end{array} \right. $$

方法三:

$$f(x)= \begin{cases} 0& \text{x=0}\\ 1& \text{x!=0} \end{cases}$$

\end{CJK*} \end{document}

转载请注明原文地址: https://www.6miu.com/read-84799.html

最新回复(0)