mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-07-07 10:41:06 +01:00
Introduce "Awesome" theme assets
Capture Awesome-CV theme assets without modification.
This commit is contained in:
83
themes/awesome/src/latex/examples/cv.tex
Normal file
83
themes/awesome/src/latex/examples/cv.tex
Normal file
@ -0,0 +1,83 @@
|
||||
%!TEX TS-program = xelatex
|
||||
%!TEX encoding = UTF-8 Unicode
|
||||
% Copyright 2015 Claud D. Park <posquit0.bj@gmail.com>
|
||||
% http://www.posquit0.com
|
||||
%
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% 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~~~·~~~Curriculum Vitae}
|
||||
{\thepage}
|
||||
|
||||
\begin{document}
|
||||
%%% Make a header for CV using personal data
|
||||
\makecvheader
|
||||
|
||||
%%% Import contents
|
||||
\import{\sectiondir}{education.tex}
|
||||
\import{\sectiondir}{skills.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}
|
Reference in New Issue
Block a user