Awesome-CV/examples/resume.tex

80 lines
2.2 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-05-15 10:59:39 +00:00
\position{Software Engineer}
\quote{Make the change that you want to see in the world.}
2015-11-19 02:34:38 +00:00
2015-05-15 10:59:39 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2015-11-19 02:34:38 +00:00
%%% Make a footer for CV using personal data
2015-05-15 10:59:39 +00:00
\makecvfooter
\begin{document}
2015-11-19 02:34:38 +00:00
%%% Make a header for CV using 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}