GeneralClash with babel and resumé packages?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
charvey1
Posts: 7
Joined: Wed Nov 04, 2009 12:08 pm

Clash with babel and resumé packages?

Post by charvey1 »

My CV is written in LaTeX. I've been updating it as necessary for years now. But just a couple of days ago, I used LaTeX to write some Greek using the Babel package. Now my CV .tex file will just not work for anything and I can't find anything about it on the internet. In fact, not even the most basic, basic resumé ever will build.

Here's a minimum example:

Code: Select all

\documentclass{res}
\begin{document} 
\begin{resume}
My resume
\end{resume}
\end{document}
When I try to build it, I get this error:

Code: Select all

This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009)
entering extended mode
(./res1.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian, span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded.

! LaTeX Error: File `res.cls' not found.
It looks to me like there's a clash between 'res.cls' for the resume class and for the Babel package. I've searched google and can't find anything intelligible. I've also uninstalled texlive on my mac (mactex) and reinstalled it and it still won't work. I can think what else I can do.

Can anyone help? I really need to update my CV.

Thanks everyone for any help,

Chris

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

charvey1
Posts: 7
Joined: Wed Nov 04, 2009 12:08 pm

Re: Clash with babel and resumé packages?

Post by charvey1 »

I eventually worked it out.

Despite already have the res.cls class installed on my computer, pdflatex couldn't find it. I might be wrong, but that seemed to start happening after use the Babel package for the first time.

To fix it, I simply downloaded res.cls again and put it in the same directory as the .tex file.

Probably not the most beautiful fix, but at least I can use my CV now :D
Post Reply