赞
踩
win10+texlive+texstudio+SumatraPDF
1.textlive:
texlive中科大镜像源:
https://mirrors.ustc.edu.cn/CTAN/systems/texlive/Images/
2.texstudio:
3.SumatraPDF:为了进行双向搜索
安装:https://www.sumatrapdfreader.org/download-free-pdf-viewer
配置:https://blog.csdn.net/qq_21090131/article/details/82951385
1.使用会议模板时为什么生成的pdf跟样例不一样?
选项→设置Texstudio→确保默认编译器是pdfLatex
2.在写论文草稿的时候想中英夹杂写怎么办?
①\usepackage{ctex}
②将默认编译器改为XeLatex
3.满屏下标红线怎么办?
【Latex】Texstudio英文拼写错误检查功能出问题的解决方法https://blog.csdn.net/StupidAutofan/article/details/79673590
4.从mathtype导入公式
https://blog.csdn.net/zaishuiyifangxym/article/details/88327257
5.表格相关问题
①快速生成latex表格的工具Tables Generator https://www.tablesgenerator.com/
②表格合并 https://blog.csdn.net/canhui_wang/article/details/72920963
③表格换行 https://blog.csdn.net/u014546828/article/details/116043779
④如果表格超出边界线:不建议用resizebox,可以在table后面加*从单栏变成双栏
这里要注意,有的期刊是不允许表格单双栏形式出现的,这时候需要全文统一将表格设置为单栏或者双栏,否则会出现编译通过但部份表格显示??的情况。
⑤表头格式修改
首先\usepackage[labelsep=period]{caption}
labelsep=period意思是指定table后面为. 如下图所示,也可以改成冒号或其他的符号。
然后在表格的部分加入
\captionsetup{options}
具体的表格标题设置相关参数见
https://latex-tutorial.com/caption-customization-latex/
1.LaTeX Error: Something’s wrong–perhaps a missing \item.
https://blog.csdn.net/u011221336/article/details/52277632
1.https://zhuanlan.zhihu.com/p/322143242
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。