目录
- latex基本语法
- latex双列单列相互转换
- 公式对齐方法
- 表格格式问题
- latex设置图片
latex基本语法
在LaTeX中如何使用波浪号
latex双列单列相互转换
单栏:\documentclass[journal,11pt,draftclsnofoot,onecolumn]{IEEEtran}
双栏:\documentclass[journal,11pt,draftclsnofoot,twocolumn]{IEEEtran}
公式对齐方法
\begin{array}控制公式对齐
latex语法中使用&对齐公式
表格格式问题
让表格在latex双栏模板中的一栏中正常显示 & \scalebox{}和\resizebos{}报错问题
latex设置图片
latex设置图片的位置