LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   latex problem (https://www.linuxquestions.org/questions/linux-newbie-8/latex-problem-944244/)

sam845 05-10-2012 10:13 AM

latex problem
 
hello,

I have ubuntu 12.04 and I'm trying to install a IEEE template to create a .tex document. I have tried both methods of the following tutorial, but none worked:
https://softwareexperiments.wordpres...tex-in-ubuntu/
When I try to compile it, it outputs errors like these:

! I can't find file `nullfont'. <*> ...ljfour; mag:=1; nonstopmode; input nullfont Please type another input file name ! Emergency stop. <*> ...ljfour; mag:=1; nonstopmode; input nullfont Transcript written on mfput.log.

! I can't find file `pplr7t'. <*> ...:=ljfour; mag:=1; nonstopmode; input pplr7t Please type another input file name ! Emergency stop. <*> ...:=ljfour; mag:=1; nonstopmode; input pplr7t Transcript written on mfput.log. grep: pplr7t.log: No such file or directory

i don't understand what's wrong, I was able to make it work on a 10.04 seamlessly.

sam845 05-11-2012 03:07 AM

Can someone help me please ?

vvopenka 05-11-2012 08:23 AM

If you have enough disk space, try to install texlive-full package. If you don't, try typing texlive into Synaptec Package Manager and installing some extra packages. I don't know which one you miss, but I had a similar problem and one of the extra package solved it.

djsoundfx 05-12-2012 10:47 PM

Quote:

Originally Posted by vvopenka (Post 4675925)
If you have enough disk space, try to install texlive-full package. If you don't, try typing texlive into Synaptec Package Manager and installing some extra packages. I don't know which one you miss, but I had a similar problem and one of the extra package solved it.

This is correct, most often it can be linked solved by installing the texlive-latex-recommended package. Look for that in your synaptic package manager or from the command line:
Code:

sudo apt-get install texlive-latex-recommended


All times are GMT -5. The time now is 05:02 AM.