当前位置:网站首页>Teach you how to install latex (nanny level tutorial)
Teach you how to install latex (nanny level tutorial)
2022-07-29 00:27:00 【Width in the journey~】
I had a private letter from a friend before and said , See me using Latex The layout is beautiful , I also want to learn , But suffer from the installation method .
Today we will launch the nanny level installation tutorial , Remember to give me a compliment if you have successfully installed it after reading it !
Today's method only applies to :windows System , Poor student party , I haven't used it from beginning to end mac System .
It is worth mentioning that ,LaTex There are many versions of , Although there are many online tutorials , But we can only polish our eyes if we want to succeed at one time , Avoid trampling . and LaTex Supporting Chinese is not easy . It's slightly wrong , There may be defects .
Before writing this article , I reinstalled it LaTex, So don't worry !
Install the latest Texlive
Avoid getting lost , Here is the official website :
https://www.tug.org/texlive/
Our download path is :
First step :
The second step :
The third step :
Step four :
Download the latest version , Wait patiently for download , Practice may be long , After all, it's close to 5 individual G The file of . When the download is complete , Unzip the file :
Be careful : Download this here iso It is better to put the document under the English path
Find the file in the following figure , Follow the picture steps :
The path here must be in English , Do not appear Chinese and symbols
The installation time varies with the computer configuration , Just wait patiently :
The following interface shows that the installation is complete :
test
Find the application and open
Enter the following code
choice :XeLaTex
If it's the first time Latex, You can test the following code :
\documentclass[12pt, a4paper, oneside]{
ctexbook}
\begin{
document}
\chapter{
chinese } Chinese paper typesetting test , Not bad .
\end{
document}
Then click the small green triangle button on the left , The result will pop up :
The path must be in English
There is no need to download other compilation software here , Self contained Texworks It's also very easy to use .
Some common Latex operation , For example, functions can be found in my column :
https://blog.csdn.net/wzk4869/category_11937807.html?spm=1001.2014.3001.5482
边栏推荐
- MySQL事务(transaction) (有这篇就足够了..)
- IDEA2021.2安装与配置(持续更新)
- @Transactional 注解使用详解
- 总结:POD与容器的区别
- Introduction and solution of common security vulnerabilities in web system CSRF attack
- Everything you have learned will come in handy at some point in your life (turn)
- 【飞控开发基础教程8】疯壳·开源编队无人机-I2C(激光测距)
- Introduction and solution of common security vulnerabilities in Web System SQL injection
- [applet project development -- JD mall] uni app commodity classification page (first)
- PTA (daily question) 7-75 how many people in a school
猜你喜欢
Event extraction and documentation (2018)
乱打日志的男孩运气怎么样我不知道,加班肯定很多!
MySql中的like和in走不走索引
Attack and defense world web master advanced area php2
Advanced area of attack and defense world web masters supersqli
Visual full link log tracking
What does the expression > > 0 in JS mean
Oracle实例无法启动的问题如何解决
PTA (daily question) 7-75 how many people in a school
Sword finger offer 55 - I. depth of binary tree
随机推荐
Opencv macro definition
@Detailed explanation of the use of transactional annotation
Dynamic programming problem (4)
@PostConstruct注解详解
Oracle超全SQL,细节狂魔
@Detailed explanation of postconstruct annotation
Multimodal model sketch (1)
PTA (daily question) 7-75 how many people in a school
Dynamic programming problem (VIII)
动态规划问题(三)
Sword finger offer 41. median in data flow
Cause analysis of 12 MySQL slow queries
Newscenter, advanced area of attack and defense world web masters
2022DASCTF7月赋能赛(复现)
[small bug diary] Navicat failed to connect to MySQL | MySQL service disappeared | mysqld installation failed (this application cannot run on your computer)
html+css+php+mysql实现注册+登录+修改密码(附完整代码)
Sword finger offer 64. find 1+2+... +n, logical operator short circuit effect
Intelligent trash can (VII) -- Introduction and use of sg90 steering gear (Pico implementation of raspberry pie)
flyway的快速入门教程
Web系统常见安全漏洞介绍及解决方案-sql注入