云网牛站
所在位置:首页 > Linux软件 > 在Ubuntu系统中下载安装LaTeX编辑器TeXstudio的方法

在Ubuntu系统中下载安装LaTeX编辑器TeXstudio的方法

2018-11-27 21:46:00作者:张来稿源:云网牛站

TeXstudio是一款开源LaTeX编辑器,用于创建LaTeX文档的集成编写环境。目前提供2.12.12版本下载,支持Linux、Windows、MacOS系统。下面介绍在Ubuntu 18.10、Ubuntu 18.04、Ubuntu 16.04、Ubuntu 14.04下通过PPA源安装TeXstudio 2.12.12,同时TeXstudio目前还不支持使用Snap的安装方式,如果是采用源代码编译安装请下载2.12.12.tar.gz或者下载texstudio-2.12.12-x86_64.AppImage采用AppImage方式安装。

在Ubuntu系统中下载安装LaTeX编辑器TeXstudio的方法

 

TeXstudio简介

TeXstudio是一个功能齐全的LaTeX编辑器。我们的目标是尽可能简单,舒适地编写LaTeX文档。 TeXstudio的一些突出特点是集成的pdf查看器,具有单词级同步,实时内联预览,高级语法高亮,实时检查参考,引用,拼写和语法。TeXstudio 2.12.12改进了宏处理,可以直接下载宏的gui,添加模糊完成模式,添加cwls,修复角色出现逆序的罕见错误,修复已知的bug。

在Ubuntu系统中下载安装LaTeX编辑器TeXstudio的方法

 

下载链接

TeXstudio下载地址

 

在Ubuntu中安装TeXstudio 2.12.12的方法(通过PPA)

1、打开Ubuntu系统终端,运行以下命令:

sudo add-apt-repository ppa:sunderme/texstudio

2、增加完以上PPA后,有两条选择:

1].如果在Ubuntu软件中心下安装过TeXstudio,请在升级软件前删除texstudio-doc软件包,运行以下命令:

sudo apt-get remove texstudio-d*

2].可以再执行以下命令安装或升级软件:

sudo apt-get update && sudo apt-get install texstudio

 

卸载TeXstudio的方法

要在Ubuntu系统下删除LaTeX编辑器TeXstudio,可以在终端中运行以下命令:

sudo apt-get remove --autoremove texstudio

并转到软件和更新选项,选择其他软件以删除PPA存储库。

 

相关主题

安装使用Mathpix将截图转换成LaTeX可编辑文本

精选文章
热门文章