首页 > 其他分享 >初入Latex

初入Latex

时间:2022-08-17 13:44:42浏览次数:84  
标签:Latex 初入 csdn https blog article net

写在之前:是萌新刚刚使用博客园,最近趁着考试周结束学习一下Latex,编辑稍微仓促,仅作为“收纳”的额作用,会不断更新,请大家辩证看待,也希望提出建议和积极“挑刺”讨论,欢迎欢迎~

Part 1 初入Tex:安装篇——从入门到入土


1.1 概述

  Latex是一门语言,可以用来写文章,用来排版,再不济可以用来打数学公式。最大的优势是可以只靠着键盘的输入完成符号、排版格式等在其它软件需要鼠标点击、拖动的操作,也避免了在不同查看器查看时排版会发生跳动和混乱的情况,是目前学术界普遍认可的写论文方式。

  上一段是我自己的表述,写的比较着急,语义不恰当,目的只是为了帮助大家大致了解“我们要干什么”和“我们为什么要这么干”

1.2 Latex(TeX 发行版)和TexStudio编译器安装

https://blog.csdn.net/Mikchy/article/details/94448707

补充:Texlive青花瓷大学镜像站(在上链接中包含)
https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/

补充:TexStudio官方网站(在上上链接中包含)
http://texstudio.sourceforge.net/

Part 2 再入Latex:配置篇——个人常用归纳(更新中)


2.1 上手设置

  如果你和我一样 英语很差 觉得英文很low(嘴硬),可以在 菜单栏 > Option > Configure TexStudio > General > Appearance > Langrage 中将“default”改成“zh_CN”

  配置编辑器,下图偷了知乎老哥的(我也没有安装在C盘)
image

2.2 Texstudio编辑器快捷键

https://www.lianxh.cn/news/1175c7e5d0ee0.html

2.3 Latex宏包

2.3.1 宏包收集

宏包调用命令:\usepackage[options]{package-name}
常用宏包(可以在里面搜索对应的)
https://blog.csdn.net/u012684062/article/details/78403957
https://blog.csdn.net/qq_36758914/article/details/103593020
https://latexstudio.net/hulatex/download/packageA-D.htm

2.3.2 开始前调试

https://zhuanlan.zhihu.com/p/64497187


Part 3 还入Latex:应用篇——这个还要解释?


3.1 Latex语法

错误解析
https://blog.csdn.net/u014470581/article/details/54572325

3.1.1 数学公式(全)

https://www.luogu.com.cn/blog/IowaBattleship/latex-gong-shi-tai-quan

3.1.2 段落格式

https://blog.csdn.net/virhuiai/article/details/7539988
https://blog.csdn.net/qq_36758914/article/details/103593020
对齐
https://zhuanlan.zhihu.com/p/482828562

3.2 常用的数学符号


3.2.1 大型符号类


大中小括号

\dbinom{n}{m}=\dbinom{n}{n-m}=C_n^m=C_n^{n-m}
dbinom表示小括号,{下}{上}
内容_{上}^{下}
https://zhuanlan.zhihu.com/p/159341496

\(\dbinom{2}{6}=\dbinom{6-2}{6}=C_6^2=C_6^{6-2}\)

\(\dbinom{up}{down}=C_{down}^{up}\)

单侧大中小括号

https://blog.csdn.net/m0_37864814/article/details/102854015

行列式等


求和,积分


标签:Latex,初入,csdn,https,blog,article,net
From: https://www.cnblogs.com/scc017/p/16418543.html

相关文章