Document ClassesLaTeX Class Issue?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
gabe_green
Posts: 1
Joined: Tue Sep 13, 2016 5:15 pm

LaTeX Class Issue?

Post by gabe_green »

Hello all,

I've been using LaTex for over a year now in order to create a unique resume. Recently I bought a new machine and for some reason my LaTeX document keeps giving me errors when trying to compile. When I try to compile it through TeXworks with MiKTeX it responds with "! LaTeX Error: File `res.cls' not found.". If I try to use TeXmaker is just says "Log File not found !". My code worked perfectly fine about 2 or 3 months ago but now when I actually need my resume it will not compile. Does anyone have any experience with this situation? Please don't make me go to Word for a resume :( Below I have attached my code to see if anything is wrong with it. Thank you!
Attachments
gjg resume.tex
(3.57 KiB) Downloaded 391 times

Recommended reading 2024:

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

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

User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

LaTeX Class Issue?

Post by cgnieder »

Welcome to the forum!

I get the same error if I use this Infominimal working example:

Code: Select all

\documentclass{res}
\begin{document}
\end{document}
which is a very much shorted version of your example that starts with

Code: Select all

\documentclass[line, 10pt]{res}
The message is quite clear IMHO:

Code: Select all

! LaTeX Error: File `res.cls' not found.
A short search on CTAN (the Comprehensive TeX Archive Network) gives me this: res which maybe the class you need.

Obviously this class is not part of TeX Live 2016 (otherwise I wouldn't have gotten the same error. It doesn't seem to be part of MiKTeX either. If I had to guess why I'd think the reason is the license of the class (nosell).

But you can always install the class yourself.

Regards
site moderator & package author
User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Re: LaTeX Class Issue?

Post by Stefan Kottwitz »

By the way, that res class is nearly 30 years old! Designed in 1989, adapted to LaTeX 2e 2001...

Stefan
LaTeX.org admin
Post Reply