Latex
解决beamer 参考文献列表列表不显示标号的问题
将参考文献图标改成标准格式,\begin{document}
之前添加如下:
1 | \setbeamertemplate{bibliography item}[text] |
解决错 latex File `caladea.sty’ not found. \renewcommand
北大 beamer 模版用texlive 编译的时候报错,这是缺少字体文件,下载即可解决:
1 | sudo apt install texlive-fonts-extra |
报错 Please update your system to include revtex4-1.cls
这个是缺少 revtex4-1.cls
解决:
1 | sudo apt install texlive-publishers |
https://tex.stackexchange.com/questions/425732/how-to-install-revtex-into-texlive
texstudio side panel 乱码
1 | sudo apt remove qt5dxcb-plugin |
漂亮的Latex表格
- Avoid vertical lines
- Avoid “boxing up” cells, usually 3 horizontal lines are enough: above, below, and after heading
- Avoid double horizontal lines
- Enough space between rows
- If in doubt, align left
调整列宽。。。
1 | \documentclass{article} |
References
https://people.inf.ethz.ch/markusp/teaching/guides/guide-tables.pdf
https://jdhao.github.io/2020/03/08/change_table_column_width_latex/
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Maths! Astrophysics! Wolfram! C++! Python! English!!
评论