当前位置:网站首页>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
边栏推荐
- Esp32 learning - add folder to project
- Detailed explanation of MapReduce calculation process
- How can swagger2 custom parameter annotations not be displayed
- 997、有序数组的平方(数组)
- SQL server query database deadlock
- 454、四数之和(哈希表)
- UEditor之——图片上传组件大小4M的限制
- Introduction to data analysis 𞓜 kaggle Titanic mission (IV) - > data cleaning and feature processing
- 349、两个数组的交集
- SQL Server recursive query of superior and subordinate
猜你喜欢
SQL Server recursive query of superior and subordinate
Six practices of Windows operating system security attack and defense
使用zerotier让异地设备组局域网
Swagger2 自定义参数注解如何不显示
【leetcode】107. Sequence traversal of binary tree II
How to quickly download vscode
Charles function introduction and use tutorial
SSH uses private key to connect to server without key
Idea - indexing or scanning files to index every time you start
Ueditor -- limitation of 4m size of image upload component
随机推荐
SQLServer 查询数据库死锁
Contact between domain name and IP address
202、快乐数
Installing MySQL with CentOS / Linux
Kaggle - real battle of house price prediction
微信小程序中app.js文件、组件、api
Leetcode22: bracket generation
Define linked list (linked list)
What are Jerry's usual program exceptions? [chapter]
MySql常用语句
Ansible cloud computing automation command line compact version
Idea - indexing or scanning files to index every time you start
Esp32 learning - add folder to project
Dirichlet prefix sum (number theory optimization formula sub complexity weapon)
基于PyQt5实现弹出任务进度条功能示例
Sim Api User Guide(4)
Hikvision face to face summary
/etc/shadow可以破解吗?
19、删除链表的倒数第N个节点(链表)
MapReduce compression