Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #1 from ayeks/cover-letter
Added cover letter to awesome-cv
- Loading branch information
Showing
with
141 additions
and 1 deletion.
- +5 −1 README.md
- +30 −0 awesome-cv.cls
- BIN examples/coverletter.pdf
- BIN examples/coverletter.png
- +86 −0 examples/coverletter.tex
- +20 −0 examples/cv/cvletter.tex
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,86 @@ | ||
%!TEX TS-program = xelatex | ||
%!TEX encoding = UTF-8 Unicode | ||
% Awesome CV LaTeX Template | ||
% | ||
% This template has been downloaded from: | ||
% https://github.com/posquit0/Awesome-CV | ||
% | ||
% Author: | ||
% Claud D. Park <posquit0.bj@gmail.com> | ||
% http://www.posquit0.com | ||
% | ||
% Template license: | ||
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) | ||
% | ||
|
||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% Configuration | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%%% Themes: Awesome-CV | ||
\documentclass[11pt, a4paper]{awesome-cv} | ||
|
||
%%% Override a directory location for fonts(default: 'fonts/') | ||
\fontdir[fonts/] | ||
|
||
%%% Configure a directory location for sections | ||
\newcommand*{\sectiondir}{cv/} | ||
|
||
%%% Override color | ||
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange | ||
% awesome-nephritis, awesome-concrete, awesome-darknight | ||
%% Color for highlight | ||
% Define your custom color if you don't like awesome colors | ||
\colorlet{awesome}{awesome-red} | ||
%\definecolor{awesome}{HTML}{CA63A8} | ||
%% Colors for text | ||
%\definecolor{darktext}{HTML}{414141} | ||
%\definecolor{text}{HTML}{414141} | ||
%\definecolor{graytext}{HTML}{414141} | ||
%\definecolor{lighttext}{HTML}{414141} | ||
|
||
%%% Override a separator for social informations in header(default: ' | ') | ||
%\headersocialsep[\quad\textbar\quad] | ||
|
||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% 3rd party packages | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%%% Needed to divide into several files | ||
\usepackage{import} | ||
|
||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% Personal Data | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%%% Essentials | ||
\name{Claud D. }{Park} | ||
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA} | ||
\mobile{(+82) 10-9030-1843} | ||
%%% Social | ||
\email{posquit0.bj@gmail.com} | ||
\homepage{www.posquit0.com} | ||
\github{posquit0} | ||
\linkedin{posquit0} | ||
%%% Optionals | ||
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert} | ||
\quote{``Make the change that you want to see in the world."} | ||
|
||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% Content | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%%% Make a footer for CV with three arguments(<left>, <center>, <right>) | ||
\makecvfooter | ||
{\today} | ||
{Claud D. Park~~~·~~~Cover Letter} | ||
{\thepage} | ||
|
||
\begin{document} | ||
%%% Make a header for CV using personal data | ||
\makecvheader | ||
|
||
%%% Import contents | ||
\import{\sectiondir}{cvletter.tex} | ||
|
||
\end{document} |
@@ -0,0 +1,20 @@ | ||
\begin{cvletter} | ||
\cvletterinfo | ||
{Company Name} | ||
{Awesome Street 1} | ||
{Cool Town} | ||
{Germany} | ||
{Fancy job title} | ||
|
||
Dear Mr./Ms./Dr. LastName: | ||
|
||
Opening paragraph: State why you are writing; how you learned of the organization or position, and basic information about yourself. | ||
|
||
2nd paragraph: Tell why you are interested in the employer or type of work the employer does (Simply stating that you are interested does not tell why, and can sound like a form letter). Demonstrate that you know enough about the employer or position to relate your background to the employer or position. Mention specific qualifications which make you a good fit for the employer’s needs. (Focus on what you can do for the employer, not what the employer can do for you.) This is an opportunity to explain in more detail relevant items in your resume. Refer to the fact that your resume is enclosed. Mention other enclosures if such are required to apply for a position. | ||
|
||
3rd paragraph: Indicate that you would like the opportunity to interview for a position or to talk with the employer to learn more about their opportunities or hiring plans. State what you will do to follow up, such as telephone the employer within two weeks. If you will be in the employer’s location and could offer to schedule a visit, indicate when. State that you would be glad to provide the employer with any additional information needed. Thank the employer for her/his consideration. | ||
|
||
Sincerely,\newline | ||
|
||
Lars Richter | ||
\end{cvletter} |