Skip to content

Commit

Permalink
Update readme, template and version
Browse files Browse the repository at this point in the history
Replace the \printcvheader with \makecvheader in readme; replace ~\textendash~
with -- in the template text; update the version to 1.0.0.
  • Loading branch information
dnl-blkv committed Dec 20, 2015
1 parent b51a4f4 commit f82de16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions McDowell_CV_Template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down
2 changes: 1 addition & 1 deletion mcdowellcv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f82de16

Please sign in to comment.