一 安装latex(vscode+texlive)
安装latex学习链接:
【超详细】最好用LaTex环境安装配置手把手教学!!(支持双向搜索,附赠所需安装包及竞赛模板)_哔哩哔哩_bilibili https://www.bilibili.com/video/BV1sw411t7Zw/?spm_id_from=333.788.recommend_more_video.1&vd_source=e6c1011be642718acf3ce78b30ea5573
https://www.bilibili.com/video/BV1sw411t7Zw/?spm_id_from=333.788.recommend_more_video.1&vd_source=e6c1011be642718acf3ce78b30ea5573
VSCODE 安装LATEX环境,参数配置,常见问题解决_vscode安装latex环境,参数配置,常见问题解决-CSDN博客 https://blog.csdn.net/qq_41554005/article/details/120712126
https://blog.csdn.net/qq_41554005/article/details/120712126
texlive安装包链接:
Index of /CTAN/systems/texlive/Images/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror https://mirror.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/
https://mirror.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/
vscode安装扩展:Chinese(界面汉化),LaTex Workshop.
vscode:ctrl+shift+p打开环境配置

二 latex使用
学习链接:
01. latex模板_哔哩哔哩_bilibili https://www.bilibili.com/video/BV1Mc411S75c/?p=2&spm_id_from=pageDriver&vd_source=e6c1011be642718acf3ce78b30ea5573
https://www.bilibili.com/video/BV1Mc411S75c/?p=2&spm_id_from=pageDriver&vd_source=e6c1011be642718acf3ce78b30ea5573
1.注释

2.正文


3.数学符号



多行公式中‘&’是对齐符:


分类公式:


在线LaTeX公式编辑器-编辑器 (latexlive.com) https://www.latexlive.com/
https://www.latexlive.com/
软件:AxMath
4.图片


5.表格

latex表格编辑器:latex-tables.com https://www.latex-tables.com/
https://www.latex-tables.com/
Create LaTeX tables online – TablesGenerator.com https://www.tablesgenerator.com/
https://www.tablesgenerator.com/
5.参考文献

正文中参考文献的引用:


tips
vscode中:
代码中跳转到对应pdf位置:ctrl+alt+j
pdf中跳转到对应代码位置:ctrl+鼠标左键
