怎么并排这三个公式?

2021-01-28 20:27发布

[![](https://wenda.latexstudio.net/data/attach/210128/KqmUKdhS.png)](https://wenda.latexstudio.net/d...

[![](https://wenda.latexstudio.net/data/attach/210128/KqmUKdhS.png)](https://wenda.latexstudio.net/data/attach/210128/KqmUKdhS.png)
1条回答
OsbertWang - 目前是一名 LaTeX 学徒
2021-01-28 21:17 .采纳回答
``` \documentclass{article} \usepackage{geometry} \geometry{a4paper,margin=1in} \usepackage{mathtools} \begin{document} \begin{equation} f_1 (x) = \begin{cases} 1, & 0 \le x < 2,\\ 0.7, & 2 \le x < 4,\\ 0.4, & 4 \le x < 6,\\ 0.1, & 6 \le x < 8, \end{cases} \quad f_2 (x) = \begin{cases} 1, & 0 \le x < 2,\\ 0.7, & 2 \le x < 4,\\ 0.4, & 4 \le x < 6,\\ 0.1, & 6 \le x < 8, \end{cases} \quad f_3 (x) = \begin{cases} 1, & 0 \le x < 2,\\ 0.7, & 2 \le x < 4,\\ 0.4, & 4 \le x < 6,\\ 0.1, & 6 \le x < 8, \end{cases} \end{equation} \end{document} ``` 读一遍 lshort-zh-cn 就应该能写出来。

一周热门 更多>