当前位置:网站首页>LATEX使用
LATEX使用
2022-04-23 06:19:00 【qq1033930618】
一、图片
整个版面
长18cm
\begin{
figure*}[htbp]
\centerline{
\includegraphics{
fig3.png}}
\caption{
Overview of model}
\label{
fig}
\end{
figure*}
半个版面
长8.5cm
去掉*
二、表格
https://www.tablesgenerator.com/latex_tables
网站预设格式
导入三线表宏包
\usepackage{
booktabs}
\toprule[2pt] %第一行线
\toprule[1.5pt] %第一行线
\midrule[1.5pt]
\bottomrule[2pt]
\hline\hline %双横线
table*双栏
\centering居中
\begin{
tabular}{
c|cc|cc|cc|cc|cc|cc|cc}两侧没竖线
\rule{
0pt}{
10pt} %改变行高
三、加粗与斜体
\textit{
}
\textbf{
}
将编译器XeLaTex改为PdfLaTex
四、参考文献
\usepackage[numbers,sort&compress]{
natbib}
\nocite{
*} %未出现引用标签的文献
\bibliographystyle{
plain} %引用风格
\bibliography{
cankaowenxian} %bib文件名,同时该语句确定了参考文献出现的位置
plain可以换成IEEEtran
一开始要加\usepackage[numbers,sort&compress]{
natbib}保证编译正确
注释掉可以使得字体变小
新加入参考文献顺序不对 可以改错bib文献名 再改回来重新编译
版权声明
本文为[qq1033930618]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_51326691/article/details/122276868
边栏推荐
- Statement of American photography technology suing Tianmu media for using volcanic engine infringement code
- Metro wireless intercom system
- By onnx checker. check_ Common errors detected by model
- 美摄助力百度“度咔剪辑”,让知识创作更容易
- H5案例开发
- Jupyter Notebook 安装
- 字节数仓实习生面试sql题
- 《Multi-modal Visual Tracking:Review and Experimental Comparison》翻译
- go语言切片操作
- vim+ctags+cscpope开发环境搭建指南
猜你喜欢
不需要破解markdown编辑工具Typora
ES6之箭头函数细谈
机器视觉系列(01)---综述
H5案例开发
Systrace parsing
城市应急管理|城市突发事故应急通信指挥调度系统
Lead the industry trend with intelligent production! American camera intelligent video production platform unveiled at 2021 world Ultra HD Video Industry Development Conference
传输层重要知识(面试,复试,期末)
Solution of emergency communication system for major security incidents
自定义classloader并实现热部署-使用loadClass
随机推荐
Beifeng communication helps Zhanjiang fire brigade build PDT wireless communication system
可视化常见问题解决方案(八)共享绘图区域问题解决方案
van-uploader上传图片实现过程、使用原生input实现上传图片
电力行业巡检对讲通信系统
各类日期转化的utils
记录一个查询兼容性的网站,String.replaceAll()兼容性报错
Pep517 error during pycuda installation
使用el-popconfirm和el-backtop不生效
江宁医院DMR系统解决方案
F. The wonderful use of pad
Int8 quantification and inference of onnx model using TRT
Jiangning hospital DMR system solution
presto日期函数的使用
el-date-picker中自定义快捷选项picker-options,动态设置禁用日期
PyTorch 12. Hook usage
记录一些npm 有关的问题(杂乱记录)
PyTorch 13. Nested functions and closures (dog head)
go语言数组操作
Error in multi machine and multi card training
javscript获取文件真实后缀名