良许Linux教程网 干货合集 Linux系统安装latex详细步骤

Linux系统安装latex详细步骤

latex是一种基于ΤΕΧ的排版系统,latex适用于生成高印刷质量的科技和数学类文档;这个系统同样适用于生成从简单的信件到完整书籍的所有其他种类的文档,下面良许教程网为大家分享一下Linux系统安装latex具体方法。

Linux系统安装latex详细步骤

安装:

一、texlive2018 的安装

1、官网下载 :http://tug.org/texlive/

国内镜像:http://mirrors.cqu.edu.cn/CTAN/systems/texlive/Images/

本地下载

2、安装

 sudo mount -o loop texlive2018-20180414.iso /mnt/
 cd /mnt/
 sudo ./install-tl

二、texstudio 安装

1、官网下载 :http://texstudio.sourceforge.net/

2、安装

 sudo dpkg -i texstudio_2.12.8-1+18.1_amd64.deb
 sudo apt install libpoppler-qt5-1
 sudo apt --fix-broken install
 sudo dpkg -i texstudio_2.12.8-1+18.1_amd64.deb

三、配置

1、配置用户个人配置文件

编辑shell配置文件,.bashrc 或.zshrc等

 sudo gedit ~/.zshrc

添加:

 #tex live 2018.6
 export MANPATH=${MANPATH}:/usr/local/texlive/2018/texmf-dist/doc/man
 export INFOPATH=${INFOPATH}:/usr/local/texlive/2018/texmf-dist/doc/info
 export PATH=${PATH}:/usr/local/texlive/2018/bin/x86_64-linux

配置生效:

 source ~/.zshrc

2、配置texstudio

 Options >> Configure TeXstudio >> Commands

点击 Show Advanced Options

 Latex:
 
 "/usr/local/texlive/2018/bin/x86_64-linux/latex" -src -interaction=nonstopmode %.tex
 
 PdfLatex:
 
 "/usr/local/texlive/2018/bin/x86_64-linux/pdflatex" -synctex=1 -interaction=nonstopmode %.tex
 
 XeLatex:
 
 "/usr/local/texlive/2018/bin/x86_64-linux/xelatex" -synctex=1 -interaction=nonstopmode %.tex
 
 LuaLatex:
 
 "/usr/local/texlive/2018/bin/x86_64-linux/lualatex" -synctex=1 -interaction=nonstopmode %.tex
 
 BibTex:
 
 "/usr/local/texlive/2018/bin/x86_64-linux/bibtex" %.aux
 
 
 
 Options >> Configure TeXstudio >> Build
 
 Commands($PATH):
 
 /usr/local/texlive/2018/bin/x86_64-linux

以上就是良许教程网为各位朋友分享的Linux系统相关内容。想要了解更多Linux相关知识记得关注公众号“良许Linux”,或扫描下方二维码进行关注,更多干货等着你!

137e00002230ad9f26e78-265x300

本文由 良许Linux教程网 发布,可自由转载、引用,但需署名作者且注明文章出处。如转载至微信公众号,请在文末添加作者公众号二维码。
良许

作者: 良许

良许,世界500强企业Linux开发工程师,公众号【良许Linux】的作者,全网拥有超30W粉丝。个人标签:创业者,CSDN学院讲师,副业达人,流量玩家,摄影爱好者。
上一篇
下一篇

发表评论

联系我们

联系我们

公众号:良许Linux

在线咨询: QQ交谈

邮箱: yychuyu@163.com

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

关注微博
返回顶部