LaTeX零基础入门教程

 一、LaTeX简介

 

二、LaTeX安装和使用

(一)TeXLive

1.安装TexLive

 

2.测试TexLive

 

 

①打开TeXworks

如果想输出带有中文的内容将排版改为XeLaTex

\documentclass{article}
\usepackage{ctex}
\begin{document}
    Hello \LaTeX{} 中文.
\end{document}

 运行结果如下所示

 

 

 ②cmd打开帮助文档

CTEX宏集手册  texdoc ctex

lshort中文手册  texdoc lshort-zh-cn

符号手册     texdoc symbols-a4

 

(二)TeXstudio安装

下载地址:http://texstudio.sourceforge.net/

github下载工具:https://d.serctl.com/

 

下载后双击运行安装,安装完进入TeXstudio

在help-->check Latex installation检查安装情况

 

 三、使用latex套用模板修改论文格式

https://www.bilibili.com/video/BV1sf4y1q7HK?from=search&seid=5499109879267505466

 

 

 公式排版

 

 作图

 

常见问题

 

系统的学习

 

 

 

 

 

参考:https://www.jianshu.com/p/3e842d67ada2

https://www.zhihu.com/question/62943097

https://www.bilibili.com/video/BV1s7411U7Pr?p=2

gitee中搜索:install-latex

posted @ 2020-11-16 09:50  StarZhai  阅读(779)  评论(0编辑  收藏  举报