I am a Computer Engineering student and am very familiar with code but am new to the Latex world. I am trying to update my resume, but I keep getting the same error whenever I try to compile. I have managed to compile this code successfully before, but it seems that I have made a very small (seemingly undectable) change/typo recently that is throwing an error.
Any help would be GREATLY appreciated. I need to send my resume to a prospective employers very soon after an important edit so I could really use any help I can get to diagnose the problem. Thank you very much in advance!LaTeX Error: File `res.cls' not found.
Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: cls) Enter file name: ! Emergency stop. <read *> l.5 ^^M *** (cannot \read from terminal in nonstop modes)
-Andrew
CODE:
Code: Select all
% LaTeX file for resume
% This file uses the resume document class (res.cls)
\documentclass[margin]{res}
\usepackage[bottom=-0.1in]{geometry}
% the margin option causes section titles to appear to the left of body text
\textwidth=6.2in % increase textwidth to get smaller right margin
\setlength{\parsep}{0pt}
%\setlength{\parskip}{0pt}
%\usepackage[pass,letterpaper]{geometry}
\addtolength{\oddsidemargin}{-.8in}
\addtolength{\topmargin}{-0.5in}
%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
%\usepackage{newcent} % uses new century schoolbook postscript font
\begin{document}
\pdfpageheight = 11in
\pdfpagewidth = 8.5in
\name{\centerline{\LARGE{Andrew XXXXXXX}} \\ \centerline {XXXXXXX@gmail.com}}
\address{{\bf Current Address} \\ XXXXXXXXX, Apt\# XXX \\ XXXXXX, PA XXXXXX\\(XXX) XXX-XXXX}
\address{{\bf Permanent Address} \\ XXXXX Rd. \\ XXXXXXX, PA, XXXXX\\ (XXX) XXX-XXXX}
\begin{resume}
\section{Objective:}
To obtain a full-time entry-level position at a world-class company in order to demonstrate innovative skill, further develop leadership abilities and gain experience in a Computer Engineering related field.
\section{Education:}
B.S. in Computer Engineering \\
Pennsylvania State University (University Park, PA) \\
Expected Date of Graduation: May 2015
\section{Work Experience:}
%{\bf The Boeing Company} (Ridley Park, PA) \hfill Jan 2014---Present \\
%\textit{Capstone Senior Design Project, Project Leader}
%\begin{itemize} \itemsep -3pt
%\item XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
%\end{itemize}
{\bf Lockheed Martin} (King Of Prussia, PA) \hfill June 2008---Aug 2008 \\
\textit{Summer Intern}
\begin{itemize} \itemsep -2pt
\item XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\end{itemize}
\section{Skills:}
\textbf{Linux, C, C++, Python, Java, MATLAB, Microsoft Office, Verilog, SystemVerilog, \break MultiSim, Cadence, Virtuoso, AutoCAD, Adobe PhotoShop, VAGcom}
% Tabulate Computer Skills; p{3in} defines paragraph 3 inches wide
\section{Course Projects:}
\textbf{Storage Device Driver} \hfill\textit{(Systems Programming: CMPSC 311)}
\begin{itemize} \itemsep -1pt % reduce space between items
\item \textit{Using C and Vim}, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.
\end{itemize}\vspace{-4mm}
\textbf{8-Bit Adder Chip Layout} \hfill\textit{(Digital Integrated Circuit Layout Design: CMPEN 416)}
\begin{itemize} \itemsep -1pt % reduce space between items
\item \textit{Using Cadence and Virtuoso}, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\end{itemize}\vspace{-4mm}
\textbf{UAV AutoPilot} \hfill\textit{(FPGA Digitial Design: CMPEN 417)}
\begin{itemize} \itemsep -1pt % reduce space between items
\item \textit{Using an Altera DE1-SoC FPGA and SystemVerilog}, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\end{itemize}\vspace{-4mm}
\textbf{Real-Time Object Dimensioning Camera} \hfill\textit{(Digital Image Processing: CMPEN 455)}
\begin{itemize} \itemsep -1pt % reduce space between items
\item \textit{Using an MATLAB and OpenCV}, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\end{itemize}\vspace{-4mm}
\textbf{CPU Architecture Optimization} \hfill\textit{(Computer Architecture Design: CMPEN 431)}
\begin{itemize} \itemsep -1pt % reduce space between items
\item \textit{Using SimpleScalar}, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\end{itemize}
\section{Other:}
{\bf Phantom Fireworks:} Sales Tent Manager \hfill Summer 2012 \& 2013
\begin{itemize} \itemsep -2.5pt % reduce space between items
\item Managed 4 employees and operated fireworks tent for 12 days around July 4th
\item Responsibilities: Initial pavilion setup, inventory, daily sales reports, cash register, interacting with customers, and experimenting with various sales strategies.
\item Dealt with extreme weather and a state of emergency in professional manner
\end{itemize}\vspace{-4mm}
{\bf Outback Steakhouse:} Server \hfill May---July 2007\\
{\bf Nordstrom:} Shoe Department Salesman \hfill July---Aug 2007\\
\\
%\section{Languages:}
% {\bf English, Arabic}
\end{resume}
\end{document}