I'm using ubuntu, and i'm trying to compile some latex documents, but i'm getting a lot of errors. I think that compiler is installed, but i'm not sure. I used Latex before on Windows, with Miktex, but installing it on linux appear don't work.
Someone know how to fix this problem? Thanks in advance.
Texmaker can't compile yours documents if the paths to the LaTeX related commands are wrong. The default settings should work with the recent and standard LaTeX distributions, but you should have to modify them ("Configure Texmaker" -> "Commands").
Install Texmaker on Ubuntu and other Linux In Ubuntu, you can find “Texmaker” listed in the Software Center and simply install it from there. If you use command line, you can use the apt-get install command to install it. Alternatively, you can install it from . deb file that you download from its official website.
In order to compile a LaTeX file, simply press \ll while editing the file. This runs latex on the current file and displays the errors in a |quickfix-window| below the file being edited.
This is what I did:
1- Install Latex compiler:
sudo apt-get install abntex
2- Install TexMaker:
sudo apt-get install texmaker
3- Run texmaker and load your Tex document
And you install next, too
sudo apt-get install texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended texmaker
You can install all dependencies just using sudo apt-get install texlive
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With