请问带大括号和编号的居中公式怎么打

2020-08-08 12:57发布

## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x] TexLive `...

## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x] TexLive `2019` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 ![](https://wenda.latexstudio.net/data/attach/200808/tGojpMdK.png) 大概就是这个样子 编号能够自定义 能够引用 靠右垂直居中于公式 有大括号 公式居中
1条回答
sikouhjw
2020-08-08 13:13 .采纳回答
但凡看了点 lshort-zh-cn 都不会问这种问题 ![](https://wenda.latexstudio.net/data/attach/200808/YumpaMBO.png) ------------ 既然你不给代码,那我只能把我的代码给出来了。 ```tex \documentclass{article} \usepackage{amsmath} \begin{document} see~\eqref{eq:test} \begin{equation}\label{eq:test} \begin{cases} a = 1, \\ b = 2, \\ c = 3, \\ d = 4, \end{cases} \end{equation} \end{document} ``` 你的下一句话可能是「还是不管用啊,到底哪里不一样」,希望你能给出你的代码。

一周热门 更多>