当前位置:网站首页>Introduction to latex
Introduction to latex
2020-11-08 16:57:00 【_Open】
Reference resources :
https://liam.page/2014/09/08/latex-introduction/#TeX_%E5%AE%B6%E6%97%8F
https://zhuanlan.zhihu.com/p/38178015
https://www.latexstudio.net/archives/12260.html
https://www.zhihu.com/question/23658979
1.TexLive It's a must tex engine ,VSCode The plug-in is only used to call texlive It's more convenient .
2.VSCode The default plug-in is pdflatex Build engine ,pdflatex I won't support it ctex perhaps xeCJK Compilation of ( chinese ), So it needs to be changed setting, use xelatex Compile : 
"latex-workshop.latex.tools": [
{
"name": "xelatex",
"command": "xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"%DOCFILE%"
]
},
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOCFILE%"
]
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%"
]
}
],
"latex-workshop.latex.recipes": [
{
"name": "pdfLaTeX",
"tools": [
"pdflatex"
]
},
{
"name": "xelatex",
"tools": [
"xelatex"
]
},
{
"name": "latexmk",
"tools": [
"latexmk"
]
},
{
"name": "bibteX",
"tools": [
"bibtex"
]
},
{
"name": "xelatex -> bibtex -> xelatex × 2",
"tools": [
"xelatex",
"bibtex",
"xelatex",
"xelatex"
]
},
{
"name": "pdflatex -> bibtex -> pdflatex × 2",
"tools": [
"pdflatex",
"bibtex",
"pdflatex",
"pdflatex"
]
}
],
3. Chinese needs :
\usepausepackage[UTF8]{ctex}
If the computer defaults to UTF8 Can be removed .
4.bibtex It is used to index references , Reference resources :https://www.zhihu.com/question/30344123
版权声明
本文为[_Open]所创,转载请带上原文链接,感谢
边栏推荐
- 技术总监7年总结,如何进行正确的沟通?
- C + + things: from rice cookers to rockets, C + + is everywhere
- 浅谈,盘点历史上有哪些著名的电脑病毒,80%的人都不知道!
- 实验
- vim-配置教程+源码
- [open source]. Net uses ORM to access Huawei gaussdb database
- Golang system ping program to detect the surviving host (any permission)
- 学习记录并且简单分析
- How does Alibaba cloud's maxcompute add (original ODPs) work?
- laravel8更新之速率限制改进
猜你喜欢

函数分类大pk!sigmoid和softmax,到底分别怎么用?

基于阿里云日志服务快速打造简版业务监控看板

实验

One minute comprehensive understanding of forsage smart contract global shared Ethereum matrix plan

前后端分离跨域问题解决方案

Development of uni app imitating wechat app

Station B STM32 video learning

【Elasticsearch 技术分享】—— 十张图带大家看懂 ES 原理 !明白为什么说:ES 是准实时的!

学习记录并且简单分析

11 important operations of Python list
随机推荐
Dev-c++在windows环境下无法debug(调试)的解决方案
Js中常见的内存泄漏场景
Rabbitmq (1) - basic introduction
AI周报:允许“员工自愿降薪”;公司回应:员工内心高兴满意;虎牙HR将员工抬出公司;瑞典禁用华为中兴5G设备
第二章编程练习
Five phases of API life cycle
Liteos message queuing
PHP生成唯一字符串
2020-11-05
(O)ServiceManager分析(一)之BinderInternal.getContextObject
C++的那些事儿:从电饭煲到火箭,C++无处不在
Interpretation of deepmind's latest paper: the causal reasoning algorithm in discrete probability tree is proposed for the first time
Golang ICMP协议探测存活主机
CSP考试须知与各种小技巧
机械硬盘随机IO慢的超乎你的想象
(O) Analysis of service manager (1) BinderInternal.getContextObject
Your random IO hard disk
Millet and oppo continue to soar in the European market, and Xiaomi is even closer to apple
实验
Chapter 2 programming exercises