Latex 安装与配置
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                Latex 安装与配置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                文章目錄
- Miscellaneous
- 使用鏡像 tlmgr mirror
 
- 語法檢查 Grammer check
- 安裝LanguageTool
- 配置 texstudio
 
- BUG's
- 卸載texlive2020 安裝texlive2021 后報錯
- latex error "undefined control sequence" \begin{document}
 
Miscellaneous
使用鏡像 tlmgr mirror
tuna.tsinghua
 CTAN (The Comprehensive TeX Archive Network) 鏡像源可以使用 TeX Live 管理器 tlmgr 更改
其中的 update --all 指令可根據需要修改。
語法檢查 Grammer check
安裝LanguageTool
1、Download windows app
 2、Download texstudio integration
 Reference
 將從鏈接2中下載的文件解壓后,進入解壓文件夾并在dos中進入該路徑,在命令行中輸入:
java -jar .\languagetool.jar
彈出下面這個界面
 
設置結束后dos出現下面命令
 
配置 texstudio
注意是java 配置是javaw
 default language 一定要選上
 
BUG’s
卸載texlive2020 安裝texlive2021 后報錯
expl3.sty:77: LaTeX3 Error: Mismatched LaTeX support files detectedReference
 在DOS中輸入下面指令
latex error “undefined control sequence” \begin{document}
這種情況一般有三種情況:
\documentclass[a4paper,fleqn]{cas-sc} 后必須使用\usepackage[authoryear,longnamesfirst]{natbib}
總結
以上是生活随笔為你收集整理的Latex 安装与配置的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: Git中的日常使用 码云
- 下一篇: Windows下的发包工具xcap
