KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
LaTeX
★ 8
Open GitHub ↗
LaTeX学习记录
Download README (.md)
Explore Similar Repositories
snowboy-rpi-demo
:
通过Snowboy实现的树莓派语音助手
pytorch-FCSN
:
This is the implementation of FCSN
bitopro-api-python3
:
BitoPro Exchange API python3 implementation for automated trading
stm32f4-USBTMC
:
No description available.
packer-terraform-aws-article
:
Example on how to use Packer and Terraform to create an AMI in AWS and provision an EC2 instance using it
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
LaTeX
?
Download (.md)
# LaTeX LaTeX学习记录 > 概述:TEX是斯坦福大学的教授Donald E.Knuth(图灵奖获得者)开发的一个功能强大的幕后排版系统。他当时在撰写名为The Art of Computer Programming的书,由于出版商把他书中的数学式子排版得很难看,他决定推迟出版,自行研发一套排版系统进行排版。这个系统就是TEX系统。 * [Latex.ipynb -https://nbviewer.jupyter.org](https://nbviewer.jupyter.org/github/HuangCongQing/Tex/blob/master/Latex.ipynb ) * [MathType疑难.md](MathType.md) ### Tutorials * 【推荐】学习视频:https://www.bilibili.com/video/BV15b411j7Au * 学习笔记:https://www.yuque.com/docs/share/4fba6b11-dde9-4a6a-806b-e9e06657b1ae * 学习latex在线代码:https://www.overleaf.com/read/tzrgxctcvmqg * 学习PPT资料:[LaTex 课件(耿楠)](./LaTex课件(耿楠)) --- * https://www.bilibili.com/video/BV1Xs411x7s8 * [LaTex开源小屋](https://www.latexstudio.net/) * [19LaTeX学习系列之---LaTeX的总结](https://www.jianshu.com/p/1d99b3c883a6) * [LaTeX新人教程,30分钟从完全陌生到基本入门](https://blog.csdn.net/perfumekristy/article/details/8515272) **Tips**: 单个文件夹或文件下载 http://downgit.zhoudaxiaa.com/ 将github文件夹或文件**链接**复制粘贴入DownGit中,选择download即可; ### Start * [换行`\\` 命令]([https://jingyan.baidu.com/article/49ad8bce54d9535835d8fa6e.html](https://jingyan.baidu.com/article/49ad8bce54d9535835d8fa6e.html)) * 换页`\newpage`命令 * 插入数学符号 Latex的数学表达式要放在\(和\),$和$以及\begin{math}和\end{math}之间: * 默认首行缩进\par * \indent and \noindent * int_{}{},frac{}{},sqrt{},大小等于geq ,leg * 空格 `\quad` , `\` * [*CTeX使用*](https://blog.csdn.net/wangyang163wy/article/details/81265321) * .bib文件自动#####生成该模板下的参考文献样式。 * .cls文件是会议提供要求排版布局。 * .tex文件是基于宏的流行的文本格式。后期论文的编辑就是在.tex文件中进行的。 * [LaTeX公式与MathType公式如何快速转换](http://www.mathtype.cn/jiqiao/zhuanhua-gongshi.html) * [设置字体格式(*加粗*,斜体,下划线](http://jingyan.baidu.com/article/48206aeadf374c216bd6b36e.html) #### 插入代码 * https://blog.csdn.net/u012675539/article/details/47048163 ``` Latex报错: LaTex cite.sty not found ``` * https://blog.csdn.net/Jiajikang_jjk/article/details/80447969 * https://blog.csdn.net/yq_forever/article/details/80952914 python:https://blog.csdn.net/silent56_th/article/details/78312923 ### ShortCuts * tex 注释快捷键 `ctrl +T` * `ctrl+左键`单击tex文件内容: pdf文件跳转到对应的段落中高亮显示。反之,`ctrl+左键`单击pdf文件内容,tex文件跳转到对应的段落中高亮显示。 ### 模板 * [JAS自动化学报模板](cvpr2021AuthorKit_2) * [CVPR](JAS-Template) https://github.com/HuangCongQing/GZHU-Report-Latex-Version ##### [mohuangrui/*ucasthesis*](https://github.com/mohuangrui/ucasthesis) [最新样式] 中国科学院大学学位论文 LaTeX 模板 ##### [mohuangrui/*ucasproposal*](https://github.com/mohuangrui/ucasproposal) 中国科学院大学开题报告 LaTeX 模板 LaTeX Proposal Template for the University of Chinese Academy of Sciences ### 未分类 texstudio其它技巧 在texstudio侧边栏中添加todo标签 %todo ...todo-something... 或者% 大写字母开头也是自动添加成todo标签 [皮皮blog](http://blog.csdn.net/pipisorry) Latex小工具 [Latex论文写作-Texsdudio 快捷键总结] Note: texstudio基本自带这些小工具 [皮皮blog](http://blog.csdn.net/pipisorry) from: http://blog.csdn.net/pipisorry/article/details/54565608 ref: [Texstudio用户手册:TeXstudio : User manual] [英语论文中怎么正确地写计量单位] ### Q&A ### mathtype * mathtype 上hat https://zhidao.baidu.com/question/406936260.html ### Office * 为什么word文档在前面打字会把后面的文字覆盖掉?:按insert即可:https://zhidao.baidu.com/question/273441876.html