当前位置:网站首页>[latex] latex vs Code Snippets
[latex] latex vs Code Snippets
2022-06-10 23:52:00 【beidou111】
"figure": {
"prefix": "fig",
"body": [
"\\begin{figure}",
"\t\\centering",
"\t\\includegraphics[scale=${2:0.3}]{$1}",
"\\end{figure}",
"$3"
],
"description": "insert a figure in latex"
},
"frame": {
"prefix": "frame",
"body": [
"\\begin{frame}[${2:allowframebreaks}]{$1}",
"\t$3",
"\\end{frame}"
],
"description": "insert a frame"
},
"itemize": {
"prefix": "itm",
"body": [
"\\begin{itemize}",
"\t\\item $1",
"\t\\item $2",
"\t\\item $3",
"\\end{frame}"
],
"description": "itemize"
},
"enumerate": {
"prefix": "enum",
"body": [
"\\begin{enumerate}",
"\t\\item $1",
"\t\\item $2",
"\t\\item $3",
"\\end{enumerate}"
],
"description": "enumerate"
},
"table": {
"prefix": "table",
"body": [
"\\begin{table}",
"\t\\centering",
"\t\\resizebox{\\textwidth}{!}",
"\t{",
"\t\t\\begin{tabular}{lll}",
"\t\t\\toprule",
"\t\t${1:colum1}&\t${2:colum2}&\t${3:colum3}\\\\\\",
"\t\t\\midrule",
"\t\t${4:item1}&\t${5:item2}&\t${6:item3}\\\\\\",
"\t\t${7:item4}&\t${8:item5}&\t${9:item6}\\\\\\",
"\t\t\\bottomrule",
"\t\t\\end{tabular}",
"\t}",
"\\end{table}"
],
"description": "table"
}
边栏推荐
猜你喜欢

Fiddler configuration
![The shell script of pagoda plan task regularly deletes all files under a directory [record]](/img/dc/cfd449bf14c4545cd2e52bda4ab31e.png)
The shell script of pagoda plan task regularly deletes all files under a directory [record]

LabVIEW pictures look bright or dark after being cast from 16 bits to 8 bits

csdn每日一练——有序表的折半查找

easyrecovery15操作简单方便的数据恢复工具

LabVIEW或MAX下的VISA测试面板中串口无法工作

iframe框架自适应大小/全屏显示网页框架的方法

ILRuntime热更框架 安装以及断点调试

30 | how to reset the consumer group displacement?

LabVIEW用VISA Read函数来读取USB中断数据
随机推荐
Solutions to the error reported by executing Oracle SQL statement [ora-00904: "createtime": invalid identifier] and [ora-00913: too many values]
Yuntu says that every successful business system cannot be separated from apig
LabVIEW确定控件在显示器坐标系中的位置
[untitled]
Perfect decoding purecodec 20220601
【无标题】
Expandable to Max – MCU and MPU development, using the same license
Usage of C tryparse
File转为MultipartFile的方法
LabVIEW中NI MAX中缺少串口
上海网上开户是安全的吗?
Two aspects of embedded audio development
curl导入postman报错小记
im即时通讯源码带教程/uniapp即时通讯源码,附安装教程
LabVIEW error "memory full - Application stopped on node"
细数十大信息安全原则
Solve access denied for user 'root' @ 'localhost' (using password: yes)
MySQL learning child query
Before we learn about high-performance computing, let's take a look at its history
Four ways to add names to threads in the thread pool