【问题标题】:Texmaker don't compile latex document on UbuntuTexmaker 不在 Ubuntu 上编译 Latex 文档
【发布时间】:2012-07-06 07:27:03
【问题描述】:

我正在使用 ubuntu,我正在尝试编译一些乳胶文档,但我遇到了很多错误。我认为编译器已安装,但我不确定。我之前在 Windows 上使用了 Latex,与 Miktex 一起使用,但在 linux 上安装它似乎不起作用。

有人知道如何解决这个问题吗?提前致谢。

【问题讨论】:

  • 那么,whathaveyoutried.com 以及您收到什么错误消息?
  • 你设置路径了吗?尝试将编译器的直接路径放在设置中。
  • 路径是正确的,有1000个没有找到ttf和字体的错误,但是路径没问题。

标签: ubuntu latex texmaker


【解决方案1】:

这就是我所做的:

1- 安装 Latex 编译器:

sudo apt-get install abntex

2- 安装 TexMaker:

sudo apt-get install texmaker

3- 运行 texmaker 并加载你的 Tex 文档

接下来你也安装

sudo apt-get  install texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended texmaker

【讨论】:

    【解决方案2】:

    您可以使用sudo apt-get install texlive 安装所有依赖项

    【讨论】:

      【解决方案3】:

      正如我在Install LaTeX on Ubuntu or Debian 中所说,我使用以下命令:

      sudo apt-get install texlive-full
      

      然后:

      sudo apt-get install texmaker
      

      请注意,安装完整的 Tex Live 发行版需要很长时间,但我非常推荐它!

      【讨论】:

        【解决方案4】:

        使用

        sudo apt-get install texlive

        如果您希望只在需要时下载软件包。使用

        sudo apt-get install texlive-full

        将下载 2GB 的数据并解压到超过 4GB 的安装中!

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2016-08-29
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多