如何在 Ubuntu 16.04 上安装 TexStudio?

jef*_*eff 20 latex software-installation 16.04

我发现这个页面建议使用以下命令安装 TexStudio:

sudo apt-get update
sudo apt-get install texstudio
Run Code Online (Sandbox Code Playgroud)

够了吗?我不需要像MiKTeXWindows那样的包管理器吗?

谢谢,

Jer*_*ril 16

是的,您必须安装texlive-full,它就在附近3.5 GB。要安装它,请在终端中运行以下命令:

sudo apt install texlive-full
Run Code Online (Sandbox Code Playgroud)

然后你可以安装texstudiotexmaker.

来源在这里

  • +1。有趣的是,这实际上是*唯一*的正确答案,并且被否决了:)。虽然可以单独安装`texstudio`,但它会很没用,因为用它不能编译真正的latex文档;除了安装“texlive-full”,还可以安装“texlive”和额外的包,例如“texlive-latex-extra”(如果你知道他需要什么)。 (3认同)

小智 12

当我安装 Texmaker 时,这就是我需要做的所有事情。使用 apt-get 时,应自动安装任何依赖项。我记得很惊讶我需要做多少工作才能在 Windows 上安装它。