diff options
author | Karl H <34152449+KarlJoad@users.noreply.github.com> | 2019-03-25 00:21:07 -0500 |
---|---|---|
committer | Karl H <34152449+KarlJoad@users.noreply.github.com> | 2019-03-25 00:21:07 -0500 |
commit | 5b8d3079648eb45e450b76ce933ea9689c741b15 (patch) | |
tree | 71eb1ff1130dda66849ff1bac4688846681b5a7c /Templates | |
parent | 2b1613ec2c18a5ba6118c413b4674520a1741230 (diff) |
Added Templates
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/Plasmati_Graduate_CV.tex | 231 | ||||
-rw-r--r-- | Templates/Resume_1.tex | 84 | ||||
-rw-r--r-- | Templates/Resume_6.tex | 83 | ||||
-rw-r--r-- | Templates/Resume_7.tex | 108 |
4 files changed, 506 insertions, 0 deletions
diff --git a/Templates/Plasmati_Graduate_CV.tex b/Templates/Plasmati_Graduate_CV.tex new file mode 100644 index 0000000..129c942 --- /dev/null +++ b/Templates/Plasmati_Graduate_CV.tex @@ -0,0 +1,231 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Plasmati Graduate CV +% LaTeX Template +% Version 1.0 (24/3/13) +% +% This template has been downloaded from: +% http://www.LaTeXTemplates.com +% +% Original author: +% Alessandro Plasmati (alessandro.plasmati@gmail.com) +% +% License: +% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) +% +% Important note: +% This template needs to be compiled with XeLaTeX. +% The main document font is called Fontin and can be downloaded for free +% from here: http://www.exljbris.com/fontin.html +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%---------------------------------------------------------------------------------------- +% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS +%---------------------------------------------------------------------------------------- + +\documentclass[a4paper,10pt]{article} % Default font size and paper size + +\usepackage{fontspec} % For loading fonts +\defaultfontfeatures{Mapping=tex-text} +\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin} % Main document font + +\usepackage{xunicode,xltxtra,url,parskip} % Formatting packages + +\usepackage[usenames,dvipsnames]{xcolor} % Required for specifying custom colors + +\usepackage[big]{layaureo} % Margin formatting of the A4 page, an alternative to layaureo can be \usepackage{fullpage} +% To reduce the height of the top margin uncomment: \addtolength{\voffset}{-1.3cm} + +\usepackage{hyperref} % Required for adding links and customizing them +\definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color +\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document + +\usepackage{titlesec} % Used to customize the \section command +\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] % Text formatting of sections +\titlespacing{\section}{0pt}{3pt}{3pt} % Spacing around sections + +\begin{document} + +\pagestyle{empty} % Removes page numbering + +\font\fb=''[cmr10]'' % Change the font of the \LaTeX command under the skills section + +%---------------------------------------------------------------------------------------- +% NAME AND CONTACT INFORMATION +%---------------------------------------------------------------------------------------- + +\par{\centering{\Huge John \textsc{Smith}}\bigskip\par} % Your name + +\section{Personal Data} + +\begin{tabular}{rl} +\textsc{Place and Date of Birth:} & Canada | 20 November 1987 \\ +\textsc{Address:} & 123 Broadway, City, State, Canada \\ +\textsc{Phone:} & +1 111 1112\\ +\textsc{email:} & \href{mailto:john@smith.com}{john@smith.com} +\end{tabular} + +%---------------------------------------------------------------------------------------- +% WORK EXPERIENCE +%---------------------------------------------------------------------------------------- + +\section{Work Experience} + +\begin{tabular}{r|p{11cm}} +\emph{Current} & 1\textsuperscript{st} year Analyst at \textsc{Lehman Brothers}, London \\ +\textsc{Mar 2012} & \emph{Commodities Structured Trading}\\ +& \footnotesize{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (\textit{ags, oils, precious} and \textit{base metals}), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.}\\ +\multicolumn{2}{c}{} \\ + +%------------------------------------------------ + +\textsc{Jul 2010-Oct 2011} & Summer Intern at \textsc{Intech Inc}, Chicago \emph{}\\ +& \footnotesize{Received pre-placed offer from the Exotics Trading Desk as a result of very positive review. Rated ``\emph{truly distinctive}'' for Analytical Skills and Teamwork.}\\ +\multicolumn{2}{c}{} \\ + +%------------------------------------------------ + +\textsc{Jan-Mar 2011} & Computer Technician at \textsc{Buy More}, Burbank \emph{}\\ +& \footnotesize{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.} +\end{tabular} + +%---------------------------------------------------------------------------------------- +% EDUCATION +%---------------------------------------------------------------------------------------- + +\section{Education} + +\begin{tabular}{rl} +\textsc{July} 2012 & Master of Commerce in \textsc{Finance}, \textbf{The University of California}, Berkeley\\ +& 110/110 \small\emph{First Class Honours} | Major: Quantitative Finance\\ +& Thesis: ``Money is the Root of All Evil - Or is it?'' | \small Advisor: Prof. James \textsc{Smith}\\ +&\normalsize \textsc{Gpa}: 8.0/9.0\hyperlink{grds}{\hfill | \footnotesize Detailed List of Exams}\\ +&\\ + +%------------------------------------------------ + +\textsc{July} 2011& Undergraduate Degree in \textsc{}\textsc{Business Studies} \\&110/110 \small\emph{Commerce Specialization}, \normalsize\textbf{The University of California}, Berkeley\\ +& Heavily specialized in mundane paperwork | \small Advisor: Stefano \textsc{Bonini}\\ +&\normalsize \textsc{Gpa}: 7.5/9.0 \hyperlink{grds_usc}{\hfill| \footnotesize Detailed List of Exams}\\ +&\\ + +%------------------------------------------------ + +\textsc{Fall} 2008 & Exchange Semester at \textbf{University of Southern California}, Los Angeles\\ +& \textsc{Gpa}: 8.0/9.0 \hyperlink{grds_usc}{\hfill| \footnotesize Detailed List of Exams}\\ +&\\ + +%------------------------------------------------ + +\textsc{July} 2006& \textbf{Liceo Classico ``E. Duni''}, Matera | Final Grade: 100/100 +\end{tabular} + +%---------------------------------------------------------------------------------------- +% SCHOLARSHIPS AND ADDITIONAL INFO +%---------------------------------------------------------------------------------------- + +\section{Scholarships and Certificates} + +\begin{tabular}{rl} +\textsc{Sept.} 2012 & Faculty of Science Masters Scholarship \footnotesize(\$30,000)\normalsize\\ + +\textsc{June} 2010 & {\textsc{Gmat}\textregistered}\setmainfont[SmallCapsFont=Fontin SmallCaps]{Fontin-Regular}: 730 (\textsc{q:50;v:39}) 96\textsuperscript{th} percentile; \textsc{awa}: 6.0/6.0 (89\textsuperscript{th} percentile) +\end{tabular} + +%---------------------------------------------------------------------------------------- +% LANGUAGES +%---------------------------------------------------------------------------------------- + +\section{Languages} + +\begin{tabular}{rl} +\textsc{English:} & Fluent\\ + +\textsc{Italian:} & Mothertongue\\ + +\textsc{French:} & Basic Knowledge\\ +\end{tabular} + +%---------------------------------------------------------------------------------------- +% COMPUTER SKILLS +%---------------------------------------------------------------------------------------- + +\section{Computer Skills} + +\begin{tabular}{rl} +Basic Knowledge: & \textsc{php}, my\textsc{sql}, \textsc{html}, Access, \textsc{Linux}, ubuntu, {\fb \LaTeX}\setmainfont[SmallCapsFont=Fontin SmallCaps]{Fontin-Regular}\\ + +Intermediate Knowledge: & \textsc{vba}, Excel, Word, PowerPoint\\ +\end{tabular} + +%---------------------------------------------------------------------------------------- +% INTERESTS AND ACTIVITIES +%---------------------------------------------------------------------------------------- + +\section{Interests and Activities} + +Technology, Open-Source, Programming\\ +Paradoxes in Decision Making, Psychoanalysis, Behavioural Finance\\ +Football, Travelling + +%---------------------------------------------------------------------------------------- + +\newpage + +%---------------------------------------------------------------------------------------- +% GRADE TABLES +%---------------------------------------------------------------------------------------- + +\par{\centering\Large \hypertarget{grds}{Master of Science in \textsc{Finance}}\par}\large{\centering Grades\par}\normalsize + +\begin{center} +\begin{tabular}{lcc} +\multicolumn{1}{c}{\textsc{Exam}} & \textsc{Grade}&\textsc{Credit Hrs}\\ \hline +Corporate Finance (Valuation) & 25 & 6\\ +Financial Statement Analysis & 28 & 6\\ +Statistics & 27 & 6\\ +Theory of Finance & 26 & 6\\ +Quantitative Methods for Finance & 30 & 6\\ +Econometrics & 24 & 6\\ +Derivatives & 31 & 6\\ +Management of Financial and Insurance Companies & 30 & 6\\ +Business Law & 31 & 6\\ +Investment Banking & 28 & 6\\ \\ +Behavioral Models for Economics and Finance & 29 & 6\\ +Numerical Methods for Finance & 29 & 6\\ +Advanced Derivatives & 30 & 6\\ +Fixed Income (Advanced Methods) & 30 & 6\\ \\ +English Language & 30 & 4\\ +French Language & 31 & 4\\ +Internship & & 8\\ +Final Thesis & & 20\\ +& Total & 120\\\cline{2-3} +&\textsc{Gpa}&\textbf{8.0} +\end{tabular} +\end{center} +\bigskip +\hrule +\bigskip + +%------------------------------------------------ + +\bigskip + +\par{\centering\Large \hypertarget{grds_usc}{Exchange Program at \textsc{usc}, Los Angeles}\par}\large{\centering Grades\par}\normalsize + +\begin{center} +\begin{tabular}{lcc} +\multicolumn{1}{c}{\textsc{Exam}} & \textsc{Grade} & \textsc{Grade Points}\\ +\hline +Corporate Financial Strategy & A & 4\\ +Derivatives & A & 4\\ +Money, Credit, and Banking & A & 4\\ +Business Strategy & A- & 3.5\\ +& &\\\cline{2-3} +& \textsc{Gpa} & \textbf{3.875} +\end{tabular} +\end{center} + +%---------------------------------------------------------------------------------------- + +\end{document} diff --git a/Templates/Resume_1.tex b/Templates/Resume_1.tex new file mode 100644 index 0000000..1ee0f5f --- /dev/null +++ b/Templates/Resume_1.tex @@ -0,0 +1,84 @@ +% LaTeX file for resume +% This file uses the resume document class (res.cls) + +\documentclass{res} +%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty) +%\usepackage{newcent} % uses new century schoolbook postscript font +\setlength{\textheight}{9.5in} % increase text height to fit on 1-page + +\begin{document} + +\name{HAROLD C. GOODBETTER\\[12pt]} % the \\[12pt] adds a blank + % line after name + +\address{\bf PRESENT ADDRESS\\193 5th Avenue\\Troy, NY 12180\\(518) 274-1234} +\address{\bf PERMANENT ADDRESS \\ 110 Brant Avenue \\ Upper Saddle + River, NJ 07458 \\ (201) 555-9509} + +\begin{resume} + +\section{JOB OBJECTIVE} + A summer position that will use my accounting and computer + skills. + +\section{EDUCATION} + Rensselaer Polytechnic Institute, Troy, NY \\ + Bachelor of Science, Management, May 1990 \\ + Concentration in Management Systems \\ + Minors in Computer Science and Economics \\ + G.P.A. 3.3/4.0 + + +\section{EXPERIENCE} + \vspace{-0.1in} + \begin{tabbing} + \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions + {\bf Telefund Associate} \>Rensselaer Fund \>Fall 1987-Present\\ + \>Troy, NY + \end{tabbing}\vspace{-20pt} % suppress blank line after tabbing + Generated alumni and parent support to reduce tuition, + increase scholarship and financial aid funds; averaging 80 + percent pledge rate. Top three percent associate. + \begin{tabbing} + \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions + {\bf Team Programmer} \>Group W Cable, Westinghouse Corp \> ~~~~~~ Summer 1987\\ + \>Mahway, NJ + \end{tabbing}\vspace{-20pt} + Liaison between accounting department and controller, + provided assistance with invoice liabilities after + divestiture of Group W Cable by Westinghouse. + \begin{tabbing}% + \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions + {\bf Sales Assistant} \>AP Technical Sales Inc. \> Summers 1985-86\\ + \>Palisades Park, NJ + \end{tabbing}\vspace{-20pt} + Duties included telemarketing, data entry, and invoicing. + Successfully converted catalog inquiries to sales + opportunities by telemarketing program. + + +\section{COMPUTER SKILLS} + Extensive knowledge of hardware and software for IBM PC and + MTS. \\ + Proficient programming skills in COBOL, WATFIV (FORTRAN), and + BASIC. + + +\section{HONORS AND AWARDS} + Epsilon Delta Sigma: Honorary Management Society at + Rensselaer \\ + Dean's List of Distinguished Students: Fall 1986-Spring 1988 \\ + National Honor Society: Northern Highlands High School \\ + Creative Essay Award: Northern Highlands High School \\ + Meritorious Action Life Saving Award: Boy Scouts of America + +\section{EXTRACURRICULAR ACTIVITIES} + Epsilon Delta Sigma Public Relations Committee \\ + Rensselaer Ski Club \\ + Bergen County Task Force Student Liaison 1986 \\ + LEADD (Legislators and Educators Against Drunk Driving) Chairman + 1985-86 \\ + Youth Group - Temple Beth Or Activities Chairman 1985-86 + +\end{resume} +\end{document}
\ No newline at end of file diff --git a/Templates/Resume_6.tex b/Templates/Resume_6.tex new file mode 100644 index 0000000..d7fa881 --- /dev/null +++ b/Templates/Resume_6.tex @@ -0,0 +1,83 @@ +\documentclass[11pt]{res} % default is 10 pt +%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty) +%\usepackage{newcent} % uses new century schoolbook postscript font +\setlength{\textheight}{9.5in} % increase text height to fit resume on 1 page +\newsectionwidth{0pt} % So the text is not indented under section headings + +\begin{document} + +\name{DENNIS R. GLITCH\\[12pt]} % the \\[12pt] adds a blank line after name + +\address{{\bf PRESENT ADDRESS} \\ 176 Seventh Avenue \\ Troy, NY + 12180 \\ (518) 274-8671} +\address{{\bf PERMANENT ADDRESS} \\ 9280 Fox Harrow Lane \\ Annandale, + VA 22003 \\ (703) 425-2734} + + +\begin{resume} + + +\section{OBJECTIVE} + A mechanical engineering position integrating automation into +manufacturing. + +\section{EDUCATION} + \noindent RENSSELAER POLYTECHNIC INSTITUTE, Troy, NY \\ +B.S. Mechanical Engineering, May 1989 \\ +Q.P.A. 3.2/4.0 (in major) + +\section{EXPERIENCE} + CO-OP STUDENT TRAINEE \\ +Naval Research Laboratory, Washington, DC \\ +Summer, Fall 1988, Fall 1987 +\vspace{0.2in} + \begin{itemize} \itemsep -2pt % reduce space between items + \item Conducted mechanical testing of various alloys. Operated + machining equipment, scanning electron microscopes, and other + equipment in the preparation and analysis of tested and + nontested samples. + \item Designed and coordinated the phases of the experiment in an + attempt to determine the cause of a problem encountered in + the production of a new tank armor. + \end{itemize} + +CO-OP ENGINEERING TRAINEE \\ +Environmental Protection Agency, Washington, DC \\ +Summer 1986 +\vspace{0.2in} + \begin{itemize} \itemsep -2pt + \item Programmed for data entry, storage, and retrieval and managed + the databases. + \item Restructured existing programming and data files to improve + data entry time by 100% and data retrieval time by over 500%. + \item Taught classes in database management and programming. +\end{itemize} + +\section{HONORS} + +Rensselaer Medal, High School Valedictorian, Dean's List of +Distinguished Students + +\section{ACTIVITIES} + +Alpha Epsilon Pi Fraternity, American Society of Mechanical +Engineers, Karate and Skydiving Clubs + +\section{HOBBIES} + +Volleyball, weightlifting, and automotive repair + + +\end{resume} +\end{document} + + + + + + + + + + + diff --git a/Templates/Resume_7.tex b/Templates/Resume_7.tex new file mode 100644 index 0000000..8be35aa --- /dev/null +++ b/Templates/Resume_7.tex @@ -0,0 +1,108 @@ +% LaTeX file for resume +% This file uses the resume document class (res.cls) + +\documentclass[margin]{res} +%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty) +%\usepackage{newcent} % uses new century schoolbook postscript font +\topmargin=-0.5in % start text higher on the page +\setlength{\textheight}{10in} % increase text height to fit resume on 1 page +\begin{document} +\name{ARTHUR TART} + +\address{ 1621 Fulton Street \\ Troy, NY 12180 \\ (518) 272-5678 } + + +\begin{resume} + +\section{OBJECTIVE} Summer employment as drafter/designer. + +\section{EDUCATION} Rensselaer Polytechnic Institute, Troy, NY \\ + Bachelor of Architecture, expected May 1991 \\ + G.P.A. 3.2/4.0 + + \begin{ncolumn}{2} + {\bf Major Subjects} & {\bf Minor Subjects} \\ + Design I-III & Intro. to Management \\ + Fund. Arch. Tech. I,II & Drawing I \\ + Structures I-IV & International Relations \\ + Materials & Intro. to Economics \\ + Construction Systems & History of USAF \\ + Environmental Controls & Management in USAF \\ + \end{ncolumn} + +\section{SKILLS} +\normalsize{\section{Graphic Design}} + \begin{itemize} + \item Designed and painted signs, murals, flyers, + posters, T-shirts. + \end{itemize} +\normalsize{\section{Remodeling}} + \begin{itemize} + \item Repaired fraternity house. + \end{itemize} +\normalsize{\section{Leadership}} + \begin{itemize} \itemsep -2pt % reduce space between items + \item Positions in ROTC including Flight Sergeant, + Assistant to the Inspector General, and + Junior Operations Officer + \item Completed Air Force Field Training + (top 20\%) + \item Executive Committee; managed + Fraternity's finances, operation and + maintenance. Rush Co-chairman, Pledge + Educator, Assistant Treasurer + \item Facilitated parent and student discussion + groups during Student Orientation Program + \end{itemize} +\normalsize{\section{Communication}} + \begin{itemize} \itemsep -2pt + \item Delivered Salutatorian address at high school + graduation + \item Addressed ROTC Corps on topics ranging from + ``History of Architecture at RPI'' to ``Climbing + in the Catskills'' + \item Led campus tours + \end{itemize} + +\section{EXPERIENCE} + \begin{tabular}{p{3in} r} % setup 2 columns, first + % is 3 inches wide + Folsom Library, RPI, Troy, NY & Summer 89 + \end{tabular} + \begin{itemize} % \item[] prevents a bullet from appearing + \item[] Catalogued for Serials Dept.; data entry + \end{itemize} + \begin{tabular}{p{3in} r} + Sky View Restaurant, Lake Placid, NY & Summer 88 + \end{tabular} + \begin{itemize} + \item[] Hired as dishwasher, promoted to cook + \end{itemize} + \begin{tabular}{p{3in} r} % one column is 3 inches wide + Willard's Family Restaurant, Lake Placid, NY & Summer 87 + \end{tabular} + \begin{itemize} + \item[] Hired as dishwasher, prep-cook + \end{itemize} +\section{HONORS} Dean's List \\ + ROTC 4-year scholarship (Air Force \& Navy) \\ + Salutatorian Medal, Mayfield Central School, NY + +\section{ACTIVITIES} + AFROTC, Rho Chi Rho Fraternity, GM Week + committee, \\ + Student Orientation advisor + +\section{HOBBIES} Golf, Tennis, Racquetball, Running, Politics + +\end{resume} +\end{document} + + + + + + + + + |