I've worked with TeXmaker for several years now, but it doesn't work anymore. Last month, I had to completely reboot my computer. I use now Ubuntu 16.04LTS, which is a dual boot.
So I installed Texmaker (sudo apt-get install texmaker)... and surprise surprise: i cannot make compilations of files.tex
The fact is that I can't compile my own files, which were compiled by my own laptop.
I have several issues, listed below:
- Use of moderncv: cannot find the file
fontawesome.sty. I could compile thiscv.texbefore, though. I copy it in/usr/share/texlive/texmf-dist/tex/latex/moderncv/... But still doesn't work. - Normal use: I tried to write a short and simple text. I also tried to compile some of my previous works (only writing things). The package
babelis not recognized ->frenchb,french,français, and evenenglishare not considered as languages.
So here I am. I've got plenty of files.tex that compiled well before, but not anymore.
You would be very nice if you could help me with this stuff.
TeXmakeris just an IDE, that is a software with embedded features that makes it more easy to use that a plain notepad (e.g.gedit). However, it is just a more convenient way to write the source-file of your document, nothing more. To process it (i.e. generating a PDF from your.texfile, you need to install(La)TeXsoftware on your computer. I recommend you to install it via TeXlive (but from the sources in order to have the 2016 version, what is not the case withsudo apt-get install texlive-full). – ebosi Sep 14 '16 at 11:38\documentclass{article} \begin{document} foo \end{document}does this compile? If not, likely you need to (re)install your tex distribution (i.e. texlive). – Dai Bowen Sep 14 '16 at 11:58TeXengine installed. So it's not the issue I thought about. I thought that MikTeX was for MSWindows only, but I was apparently wrong: you can build an unix version from the sources. So there is no need to install TeXlive, even if using MikTeX is imho less common on a Gnu/Linux OS. – ebosi Sep 14 '16 at 14:15.logfile to know which engine you use. – ebosi Sep 14 '16 at 14:21So i use texlive, without knowing it :)
– Loïc Sep 14 '16 at 14:22moderncvproblem may be font-installation specific butbabelproblems are (likely) something else. – Dai Bowen Sep 14 '16 at 20:29Thanks for your patience ;)
– Loïc Sep 15 '16 at 08:38