当前位置:网站首页>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
边栏推荐
- 454、四数之和(哈希表)
- 【leetcode】199.二叉树的右视图
- JUC concurrent programming 09 -- source code analysis of condition implementation
- Read integrity monitoring techniques for vision navigation systems
- 二叉树的构建和遍历
- Learning note 5 - gradient explosion and gradient disappearance (k-fold cross verification)
- Jerry's more accurate determination of abnormal address [chapter]
- MapReduce compression
- How can swagger2 custom parameter annotations not be displayed
- C#和数据库连接中类的问题
猜你喜欢
MapReduce core and foundation demo
得到知识服务app原型设计比较与实践
Net start MySQL MySQL service is starting MySQL service failed to start. The service did not report any errors.
【leetcode】199.二叉树的右视图
Introduction to data analysis 𞓜 kaggle Titanic mission (III) - > explore data analysis
/Can etc / shadow be cracked?
IDEA——》每次启动都会Indexing或 scanning files to index
Ueditor -- limitation of 4m size of image upload component
A diary of dishes | 238 Product of arrays other than itself
【leetcode】102. Sequence traversal of binary tree
随机推荐
Simple thoughts on the design of a microblog database
RESTful和SOAP的区别
What are Jerry's usual program exceptions? [chapter]
Installing MySQL with CentOS / Linux
242. Valid Letter ectopic words (hash table)
Comparison and practice of prototype design of knowledge service app
349、两个数组的交集
Manjaro installation and configuration (vscode, wechat, beautification, input method)
JVM——》常用参数
Introduction to data analysis 𞓜 kaggle Titanic mission (III) - > explore data analysis
Understand the new economic model of platofarm and its ecological progress
Reading integrity monitoring techniques for vision navigation systems - 5 Results
Download and installation steps of xshell + xftp
Ansible cloud computing automation
Can Jerry's AES 256bit [chapter]
C language - custom type
mysql同一个表中相同数据怎么合并
Sim Api User Guide(6)
全栈交叉编译X86完成过程经验分享
微信小程序简介、发展史、小程序的优点、申请账号、开发工具、初识wxml文件和wxss文件