当前位置:网站首页>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
边栏推荐
- go iris框架实现多服务Demo:通过(监听8083端口的)服务1中的接口启动(监听8084端口的)服务2
- 基于openmv的无人机Apriltag动态追踪降落完整项目资料(labview+openmv+apriltag+正点原子四轴)
- PyTorch 17. GPU concurrency
- Detailed explanation of unwind stack backtracking
- Emergency air space integrated communication system scheme of Guangxi Power Grid
- 可视化常见问题解决方案(八)数学公式
- 小程序wx.previewMedia相关问题解决-日常踩坑
- 特殊成员与魔法方法
- Jiangning hospital DMR system solution
- PC端一次启动多个微信
猜你喜欢
免费开源充电桩物联网云平台
不需要破解markdown编辑工具Typora
记录阿里云服务器挖矿程序处理
Beifeng communication helps Zhanjiang fire brigade build PDT wireless communication system
Detailed explanation of unwind stack backtracking
广西电网|应急空天一体化通信系统方案
可视化之路(十)分割画布函数详解
关于短视频平台框架搭建与技术选型探讨
quill-editor图片缩放、在一个页面使用多个富文本框、quill-editor上传图片地址为服务器地址
Solution of emergency communication system for major security incidents
随机推荐
PyTorch 11. Regularization
免费开源智能充电桩物联网SAAS云平台
通过sparksql读取presto中的数据存到clickhouse
带低压报警的51单片机太阳能充电宝设计与制作(完整代码资料)
HQL语句的调优
Lead the industry trend with intelligent production! American camera intelligent video production platform unveiled at 2021 world Ultra HD Video Industry Development Conference
数据分析学习(一)数据分析和Numpy基础
PyTorch 9. optimizer
“泉”力以赴·同“州”共济|北峰人一直在行动
remote: Support for password authentication was removed on August 13, 2021.
PyTorch 19. Differences and relations of similar operations in pytorch
# 可视化常见绘图(二)折线图
Solution of wireless intercom system in Commercial Plaza
Emergency communication system for flood control and disaster relief
记录一些npm 有关的问题(杂乱记录)
字节数仓实习生面试sql题
go语言映射操作
枫桥学院开元名庭酒店DMR系统解决方案
By onnx checker. check_ Common errors detected by model
可视化之路(十二)Collection类详解