tex踩坑

randolf2022年6月6日
大约 1 分钟

tex踩坑

Tex 踩坑

定义

记录下 中的坑…

记录

编译错误😡

模板错误😅

好用模块👍

  • 限制图片/表格位置
    • 使用 placeinsopen in new window 包去限制位置,使用 \FloatBarrier 去限制上下界.[4]
    • \usepackage[section]{placeins}
    • 经典 htbp (here/top/buttom/float)
      • If you are using it add at least p so LaTeX can do float-only pages.

参考

引文
脚注

  1. \left & \right (LaTeX2e unofficial reference manual (January 2022))open in new window ↩︎

  2. Delimiters (LaTeX2e unofficial reference manual (January 2022))open in new window ↩︎

  3. bibliographies - Unable to generate bibliography with Springer Latex template - TeX - LaTeX Stack Exchangeopen in new window ↩︎

  4. floats - How can I get the figures not to be pushed to the end of the document? - TeX - LaTeX Stack Exchangeopen in new window ↩︎

Loading...