latex操作
- latex输入下划线字符:
使用转义符号即可:\_
https://texfaq.org/FAQ-underscore - Latex引用bib文件步骤:
https://blog.csdn.net/lilianforever/article/details/53079169
(编译.tex文件按F6,编译.bib文件按F8,.cls文件是模板提供的样式文件,可以用来指定引用的格式) - Latex斜体加粗:
https://www.cnblogs.com/xueqiuqiu/articles/9086713.html - latex常用数学符号的基本用法:http://www.mohu.org/info/symbols/symbols.htm
- Latex常见公式环境与对齐方式:https://blog.csdn.net/qq_15905107/article/details/81261188
公式编号的取消与替代 :https://blog.csdn.net/chen134225/article/details/78985537 - LaTex如何输入数集符合(整数集、实数集、复数集):https://blog.csdn.net/theonegis/article/details/51009313
- LaTex输入括号:https://blog.csdn.net/han____shuai/article/details/49679335
- LaTex三线表:https://www.cnblogs.com/qq952693358/p/8452803.html
- LaTex输入空格:https://blog.csdn.net/bennyfun79/article/details/15500575
- LaTex插入表格:https://www.jianshu.com/p/085ed7285acb
- LaTex表格双栏显示:https://blog.csdn.net/huilingwu/article/details/51649250
- LaTex调整行间距:https://blog.csdn.net/yihaizhiyan/article/details/37909711
- LaTex调整表格的宽度:https://blog.csdn.net/Rained_99/article/details/79389189
- LaTex合并表格的单元格:https://blog.csdn.net/wzxlovesy/article/details/69063271
- LaTex列表的使用:https://www.cnblogs.com/ahhylau/p/4586167.html
- LaTex在合并后的表格中进行文本换行:https://blog.csdn.net/sinat_36301420/article/details/79334767
- 控制双栏图表位置的方法:https://blog.csdn.net/zhuang19951231/article/details/79176298
- Latex将表格左移右移的方法:https://www.latexstudio.net/archives/9842.html
IEEE ACCESS的排版问题汇总:https://blog.csdn.net/lyxleft/article/details/94405668
Latex写论文的话,我推荐Texstudio和overleaf,前者是本地编辑器,后者是在线网站,各有优势,这里需要强调的一点:Texstudio即便报错,依然可以生成PDF,右键选择go to PDF即可。