Awesome-CV/examples/resume.tex

83 lines
2.3 KiB
TeX
Raw Normal View History

2015-05-15 10:59:39 +00:00
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Copyright 2015 Claud D. Park <posquit0.bj@gmail.com>
% http://www.posquit0.com
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Configuration
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2015-11-19 02:34:38 +00:00
%%% Themes: Awesome-CV
2015-05-15 10:59:39 +00:00
\documentclass[11pt, a4paper]{awesome-cv}
2015-11-19 02:34:38 +00:00
%%% Override a directory location for fonts(default: 'fonts/')
\fontdir[fonts/]
2015-05-15 10:59:39 +00:00
2015-11-19 02:34:38 +00:00
%%% Configure a directory location for sections
2015-05-15 10:59:39 +00:00
\newcommand*{\sectiondir}{resume/}
2015-11-19 02:34:38 +00:00
%%% 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
2015-11-19 02:34:38 +00:00
\colorlet{awesome}{awesome-red}
%\definecolor{awesome}{HTML}{CA63A8}
2015-11-19 02:34:38 +00:00
%% Colors for text
%\definecolor{darktext}{HTML}{414141}
%\definecolor{text}{HTML}{414141}
%\definecolor{graytext}{HTML}{414141}
%\definecolor{lighttext}{HTML}{414141}
2015-05-15 10:59:39 +00:00
2015-11-19 02:34:38 +00:00
%%% Override a separator for social informations in header(default: ' | ')
%\headersocialsep[\quad\textbar\quad]
2015-05-15 10:59:39 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 3rd party packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2015-11-19 02:34:38 +00:00
%%% Needed to divide into several files
2015-05-15 10:59:39 +00:00
\usepackage{import}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Personal Data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2015-11-19 02:34:38 +00:00
%%% Essentials
\name{Claud D. }{Park}
2015-05-15 10:59:39 +00:00
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
\mobile{(+82) 10-9030-1843}
2015-11-19 02:34:38 +00:00
%%% Social
2015-05-15 10:59:39 +00:00
\email{posquit0.bj@gmail.com}
\homepage{www.posquit0.com}
\github{posquit0}
\linkedin{posquit0}
2015-11-19 02:34:38 +00:00
%%% Optionals
2015-11-21 05:29:45 +00:00
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
2015-11-25 03:25:54 +00:00
\quote{``Make the change that you want to see in the world."}
2015-05-15 10:59:39 +00:00
2015-11-19 02:34:38 +00:00
2015-05-15 10:59:39 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Make a footer for CV with three arguments(<left>, <center>, <right>)
2015-05-15 10:59:39 +00:00
\makecvfooter
{\today}
{Claud D. Park~~~·~~~Résumé}
{\thepage}
2015-05-15 10:59:39 +00:00
\begin{document}
%%% Make a header for CV with personal data
2015-05-15 10:59:39 +00:00
\makecvheader
2015-11-19 02:34:38 +00:00
%%% Import contents
2015-05-15 10:59:39 +00:00
\import{\sectiondir}{education.tex}
\import{\sectiondir}{experience.tex}
\import{\sectiondir}{extracurricular.tex}
\import{\sectiondir}{honors.tex}
\import{\sectiondir}{presentation.tex}
\import{\sectiondir}{writing.tex}
\import{\sectiondir}{committees.tex}
\end{document}