GeneralFile res.cls not found

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
cdp
Posts: 2
Joined: Sun Feb 14, 2016 8:12 pm

File res.cls not found

Post by cdp »

I'm using Latex in my mac. I'm trying to compile a resume.tex file and I get the following:
./resume.tex:2: LaTeX Error: File `res.cls' not found. [\usepackage]
I'm actually a noob in Latex and Mac, so I assume that that's something elemental but I can't figure it out.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

File res.cls not found

Post by Stefan Kottwitz »

Hi cdp,

welcome to the forum!

This class has not been installed on your computer. You can download it from CTAN: res.

But, that res class and the res.cls which I know is a resume class, that is a converted LaTeX 2.09 document style written in 1989. It had the last update in 2001. There are more modern alternatives.

If you look for a newer resume template, you may check out the resumes section of LaTeXTemplates.com.

Stefan
LaTeX.org admin
cdp
Posts: 2
Joined: Sun Feb 14, 2016 8:12 pm

Re: File res.cls not found

Post by cdp »

Hello Stefan!
Thank you very much for you reply! I downloaded the res.cls file do I need to save in a certain folder to make it work?
cdp
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: File res.cls not found

Post by Stefan Kottwitz »

You could install it within the whole TeX software, but for one time use it's the easiest just to put it into the same folder as your LaTeX document.

Stefan
LaTeX.org admin
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: File res.cls not found

Post by Johannes_B »

Stefan already noted that the class is very old. It is a bit like using cave paintings as the template for your resume.
It is pretty buggy, i wouldn't use it. I bet you will run into problems.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply