Awesome-CV/examples/resume.tex

98 lines
2.7 KiB
TeX
Raw Normal View History

2015-05-15 10:59:39 +00:00
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
2015-12-10 00:51:13 +00:00
% Awesome CV LaTeX Template
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
%
% Author:
% Claud D. Park <posquit0.bj@gmail.com>
2015-05-15 10:59:39 +00:00
% http://www.posquit0.com
%
2015-12-10 00:51:13 +00:00
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
2015-12-10 00:51:13 +00:00
%
2015-05-15 10:59:39 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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}
2016-01-08 14:46:10 +00:00
%% Page Layout
% Configure page margins with geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
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}
2016-01-08 14:46:10 +00:00
% \definecolor{awesome}{HTML}{CA63A8}
2015-11-19 02:34:38 +00:00
%% Colors for text
2016-01-08 14:46:10 +00:00
% \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: ' | ')
2016-01-08 14:46:10 +00:00
% \renewcommand{\acvHeaderSocialSep}{\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
2015-12-14 06:59:20 +00:00
\name{Claud D.}{Park}
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 22738, Rep. of KOREA}
2015-05-15 10:59:39 +00:00
\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
% \import{\sectiondir}{summary.tex}
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}