diff --git a/McDowell_CV_Template.tex b/McDowell_CV_Template.tex index c4620f4..bf04713 100644 --- a/McDowell_CV_Template.tex +++ b/McDowell_CV_Template.tex @@ -45,21 +45,21 @@ \end{itemize} \end{cvsubsection} - \begin{cvsubsection}{Lead Student Ambassador}{Microsoft Corporation}{Fall 2003~\textendash~Spring 2005} + \begin{cvsubsection}{Lead Student Ambassador}{Microsoft Corporation}{Fall 2003 -- Spring 2005} \begin{itemize} - \item Promoted to Lead Student Ambassador in Fall 2004; supervised 10~\textendash~15 Student Ambassadors. + \item Promoted to Lead Student Ambassador in Fall 2004; supervised 10 -- 15 Student Ambassadors. \item Created and taught Computer Science course, CSE 099: Software Design and Development. \end{itemize} \end{cvsubsection} - \begin{cvsubsection}{Head Teaching Assistant}{University of Pennsylvania}{Fall 2001~\textendash~Spring 2005} + \begin{cvsubsection}{Head Teaching Assistant}{University of Pennsylvania}{Fall 2001 -- Spring 2005} \begin{itemize} \item Courses: Advanced Java III, Software Engineering, Mathematical Foundations of Computer Science I \& II. \item Promoted to Head TA in Fall 2004; led weekly meetings and supervised four other TAs. \end{itemize} \end{cvsubsection} - \begin{cvsubsection}{Software Design Engineer, Intern}{Microsoft Corporation}{Summers 2001~\textendash~2003} + \begin{cvsubsection}{Software Design Engineer, Intern}{Microsoft Corporation}{Summers 2001 -- 2003} Visual Studio Core (Summer 2003) \begin{itemize} \item Implemented a user interface for the VS open file switcher (ctrl-tab) and extended it to tool windows. @@ -74,7 +74,7 @@ \end{cvsection} \begin{cvsection}{Education} - \begin{cvsubsection}{Philadelphia, PA}{University of Pennsylvania}{Fall 2000~\textendash~May 2005} + \begin{cvsubsection}{Philadelphia, PA}{University of Pennsylvania}{Fall 2000 -- May 2005} \begin{itemize} \item M.S.E. in Computer and Information Science, May 2005. GPA: 3.6 \item B.S.E. in Computer Science Engineering with Minor in Mathematics, May 2005. In-major GPA: 3.4. diff --git a/README.md b/README.md index b1bad5b..d8f8706 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The class features the following commands: - `\name{name}` - defines the applicant's name to be printed by `\printheader`. - `\address{address}` - defines the applicant's address to be printed by `\printheader`. - `\contacts{contacts}` - defines the applicant's contacts to be printed by `\printheader`. - - `\printcvheader` - prints the CV header consisting of the name (see the `\name` command), address (see the `\address` command) and contacts (see the `\contacts` command). + - `\makecvheader` - prints the CV header consisting of the name (see the `\name` command), address (see the `\address` command) and contacts (see the `\contacts` command). Environments ------------ diff --git a/mcdowellcv.cls b/mcdowellcv.cls index 3b1deee..60b93d7 100644 --- a/mcdowellcv.cls +++ b/mcdowellcv.cls @@ -19,7 +19,7 @@ %% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, %% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE %% SOFTWARE. -\ProvidesClass{mcdowellcv}[2015/12/15 v0.9 McDowell CV class] +\ProvidesClass{mcdowellcv}[2015/12/15 v1.0.0 McDowell CV class] % Set font size and paper type \LoadClass[letterpaper,11pt]{article}