I've building my resume using resume.cls, and I keep getting an error. However, it doesn't seem to be consistent:
\documentclass{resume} % Use the custom resume.cls style
\usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry} % Document margins
\begin{document}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Experience}
\begin{rSubsection}{EMPLOYER}{DATES}{Web Developer}{LOCATION}
One item.\\
Another item.\\
Yet another item.\\
The last item.
\end{rSubsection}
%----------------------------------------------------------------------------------------
\begin{rSubsection}{EMPLOYER}{DATES}{Developer and Sysadmin}{LOCATION}
Item.\\
Oh look, another item.\\
Last item.
\end{rSubsection} % <-- error here
\end{rSection}
\end{document}
I'm getting an error saying it's missing an \item on the line I marked above. The subsection above doesn't have any items, so why am I getting an error here?
Related description on Latextemplates.com: Medium Length Professional CV
\bfand therefore let me quote this: “Please note that the\it,\bf, etc. font macros are deprecated because they do not use the new font selection scheme introduced with LaTeX2e. Please use{\itshape ..},{\bfseries ..}or\textit{..},\textbf{..}instead. See Does it matter if I use\textitor\it,\bfseriesor\bf, etc. and Will two-letter font style commands (\bf,\it, …) ever be resurrected in LaTeX? for more information.” – Speravir May 03 '13 at 23:51