2

Possible Duplicate:
How do I install the latest TeX Live 2012?

I was updating my resume and since I had recently switched to using Ubuntu and Latex I decided I would rewrite it in this environment. I downloaded a template, but when I compiled it (in TexWorks) received the following error:

! LaTeX Error: File `scrartcl.cls' not  found.

After looking this error up I found it was because a non-standard article class was being used:

\documentclass[paper=a4,fontsize=11pt]{**scrartcl**}

scrartcl.cls is from the Koma-Script project, brief description here. I downloaded the package, uncompressed it and then added the path in TexWorks: Edit->Preferences->Typesetting.

Unfortunately the above error remains. I read somewhere that you could type "texdoc koma" into the terminal. This produced the message:

Sorry, no documentation found for koma.

Maybe I need to install it? The install.txt file says:

Finally, update or 'refresh' the filename database. With teTeX and teTeX-based systems this is done with the program `texconfig' or directly with 'texhash' or 'mktexlsr'.

Not really sure what to do. Any help would be appreciated.

Thanks.

0 Answers0