教育
教育软件
Texmaker
介绍
Free cross-platform LaTeX editor(Windows, MacOsX, Linux)
下载位置
安装方法
sudo apt-get install texmaker
卸载方法
sudo apt-get purge texmaker
Latexila
介绍
GNOME LaTeX is a LaTeX editor for the GNOME desktop. It is a free/libre software (GPLv3+ license).
下载位置
安装方法
sudo apt-get install latexila
卸载方法
sudo apt-get purge latexila
Lyx
介绍
LyX combines the power and flexibility of TeX/LaTeX with the ease of use of a graphical interface.
下载位置
安装方法
sudo apt-get install lyx
卸载方法
sudo apt-get install lyx
TeXstudio
介绍
TeXstudio is an integrated writing environment for creating LaTeX documents
下载位置
安装方法
sudo apt-get install texstudio
卸载方法
sudo apt-get purge texstudio
Texlive
介绍
TeX Live: metapackage pulling in all components of TeX Live
下载位置
安装方法
sudo apt-get install texlive-full
卸载方法
sudo apt-get purge texlive-full
Last updated