提问于:
浏览数:
1571
## 编译环境
操作系统
* [ ] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [ ] TexLive `年份`
* [ ] MikTeX `版本号`
* [ ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
请问minipage环境里面是不是不能用figure环境?为什么?
1 回答
0
[https://tex.stackexchange.com/questions/55337/how-to-use-figure-inside-a-minipage](https://tex.stackexchange.com/questions/55337/how-to-use-figure-inside-a-minipage)
Figure is a floating environment and minipage is, unfortunately, not. Therefore, if you put a floating object inside a non-floating minipage, you will get an error.
-
意思是非浮动环境里面不能用浮动环境? – ⊙▽爆炒鹅卵石∧⊙ 2020-06-26 20:26 回复
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。