当前位置:网站首页>Latex usage
Latex usage
2022-04-23 10:47:00 【qq1033930618】
List of articles
One 、 picture
The whole layout
Long 18cm
\begin{
figure*}[htbp]
\centerline{
\includegraphics{
fig3.png}}
\caption{
Overview of model}
\label{
fig}
\end{
figure*}
Half a page
Long 8.5cm
Get rid of *
Two 、 form
https://www.tablesgenerator.com/latex_tables
Website preset format
Import three line table macro package
\usepackage{
booktabs}
\toprule[2pt] % First line
\toprule[1.5pt] % First line
\midrule[1.5pt]
\bottomrule[2pt]
\hline\hline % Double line
table* Double column
\centering In the middle
\begin{
tabular}{
c|cc|cc|cc|cc|cc|cc|cc} There are no vertical lines on both sides
\rule{
0pt}{
10pt} % Change row height
3、 ... and 、 Bold and italic
\textit{
}
\textbf{
}
Will compiler XeLaTex Change it to PdfLaTex
Four 、 reference
\usepackage[numbers,sort&compress]{
natbib}
\nocite{
*} % There are no references with citation labels
\bibliographystyle{
plain} % Citation style
\bibliography{
cankaowenxian} %bib file name , At the same time, this statement determines the location of the reference
plain Can be replaced by IEEEtran
Start with \usepackage[numbers,sort&compress]{
natbib} Ensure that the compilation is correct
Comment out can make the font smaller
The order of newly added references is wrong You can correct your mistakes bib Document name Change back and recompile
版权声明
本文为[qq1033930618]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230618497191.html
边栏推荐
- 部署jar包
- Comparison and practice of prototype design of knowledge service app
- Sim Api User Guide(7)
- 707、设计链表(链表)
- MapReduce core and foundation demo
- 【leetcode】102. Sequence traversal of binary tree
- Example of pop-up task progress bar function based on pyqt5
- Full stack cross compilation x86 completion process experience sharing
- Jerry sometimes finds that the memory has been tampered with, but there is no exception. How should he find it? [chapter]
- 全栈交叉编译X86完成过程经验分享
猜你喜欢
基于PyQt5实现弹出任务进度条功能示例
Arm debugging (1): two methods to redirect printf to serial port in keil
Comparison and practice of prototype design of knowledge service app
使用zerotier让异地设备组局域网
MySQL how to merge the same data in the same table
net start mysql MySQL 服务正在启动 . MySQL 服务无法启动。 服务没有报告任何错误。
【leetcode】107. Sequence traversal of binary tree II
高价买来的课程,公开了!phper资料分享
SSH uses private key to connect to server without key
Comparison and practice of prototype design of knowledge service app
随机推荐
二叉树的构建和遍历
206. Reverse linked list (linked list)
App. In wechat applet JS files, components, APIs
Net start MySQL MySQL service is starting MySQL service failed to start. The service did not report any errors.
Introduction to data analysis 𞓜 kaggle Titanic mission (IV) - > data cleaning and feature processing
997. Square of ordered array (array)
微信小程序简介、发展史、小程序的优点、申请账号、开发工具、初识wxml文件和wxss文件
/Can etc / shadow be cracked?
Esp32 learning - use and configuration of GPIO
Hikvision face to face summary
209. Subarray with the smallest length (array)
微信小程序中app.js文件、组件、api
SQL Server cursor circular table data
Jerry's more accurate determination of abnormal address [chapter]
Embedded related surface (I)
101. Symmetric Tree
Esp32 learning - add folder to project
net start mysql MySQL 服务正在启动 . MySQL 服务无法启动。 服务没有报告任何错误。
Read integrity monitoring techniques for vision navigation systems - 4 multiple faults in vision system
Image processing - Noise notes