当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢

总结: 10月海外DeFi新项目,更多资管策略来了!

(O)ServiceManager分析(一)之BinderInternal.getContextObject

我用 Python 找出了删除我微信的所有人并将他们自动化删除了

Station B STM32 video learning

AI perfume is coming. Will you buy it?

Arduino IDE搭建ESP8266开发环境,文件下载过慢解决方法 | ESP-01制作WiFi开关教程,改造宿舍灯

VIM configuration tutorial + source code

Gopherchina 2020 Conference

浅谈,盘点历史上有哪些著名的电脑病毒,80%的人都不知道!

Welcome to offer, grade P7, face-to-face sharing, 10000 words long text to take you through the interview process
随机推荐
(O)ServiceManager分析(一)之BinderInternal.getContextObject
How much disk IO does a byte of read file actually take place?
性能压测时,并发压力增加,系统响应时间和吞吐量如何变化
一分钟全面看懂forsage智能合约全球共享以太坊矩阵计划
Elasticsearch 学习一(基础入门).
.NET 大数据量并发解决方案
Tips and skills of CSP examination
Builder pattern
刚刚好,才是最理想的状态
Elasticsearch learning one (basic introduction)
Gopherchina 2020 Conference
uni-app实战仿微信app开发
It's just right. It's the ideal state
我用 Python 找出了删除我微信的所有人并将他们自动化删除了
前后端分离跨域问题解决方案
Function classification big PK! How to use sigmoid and softmax respectively?
API生命周期的5个阶段
experiment
Summary: in October, more investment management strategies have come to the new overseas defi project!
Don't release resources in finally, unlock a new pose!