mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 23:48:36 +00:00
Add newcommand lastupdate to print last date of updation
This commit is contained in:
parent
68f4785bea
commit
913c0859ef
2 changed files with 13 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
||||||
%
|
%
|
||||||
% Notes:
|
% Notes:
|
||||||
% 1) This class file defines the structure and layout of the template file (cv.tex, resume.tex).
|
% 1) This class file defines the structure and layout of the template file (cv.tex, resume.tex).
|
||||||
% 2) It has been written in such a way that under most circumstances you
|
% 2) It has been written in such a way that under most circumstances you
|
||||||
% should not need to edit it.
|
% should not need to edit it.
|
||||||
%
|
%
|
||||||
% Class license:
|
% Class license:
|
||||||
|
@ -263,6 +263,10 @@
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% Commands for personal information
|
% Commands for personal information
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
% Define last update date
|
||||||
|
% Usage: \lastupdate{<date>}
|
||||||
|
\newcommand*{\lastupdate}[1]{\def\@lastupdate{#1}}
|
||||||
|
|
||||||
% Define writer's name
|
% Define writer's name
|
||||||
% Usage: \name{<firstname>}{<lastname>}
|
% Usage: \name{<firstname>}{<lastname>}
|
||||||
% Usage: \firstname{<firstname>}
|
% Usage: \firstname{<firstname>}
|
||||||
|
@ -406,6 +410,9 @@
|
||||||
% Define a header for CV
|
% Define a header for CV
|
||||||
% Usage: \makecvheader
|
% Usage: \makecvheader
|
||||||
\newcommand*{\makecvheader}{%
|
\newcommand*{\makecvheader}{%
|
||||||
|
\begin{flushright}
|
||||||
|
\@lastupdate
|
||||||
|
\end{flushright}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\headerfirstnamestyle{\@firstname}\headerlastnamestyle{{}\acvHeaderNameDelim\@lastname}%
|
\headerfirstnamestyle{\@firstname}\headerlastnamestyle{{}\acvHeaderNameDelim\@lastname}%
|
||||||
\\[\acvHeaderAfterNameSkip]%
|
\\[\acvHeaderAfterNameSkip]%
|
||||||
|
@ -493,7 +500,7 @@
|
||||||
\fancyfoot{}
|
\fancyfoot{}
|
||||||
\fancyfoot[L]{\footerstyle{#1}}
|
\fancyfoot[L]{\footerstyle{#1}}
|
||||||
\fancyfoot[C]{\footerstyle{#2}}
|
\fancyfoot[C]{\footerstyle{#2}}
|
||||||
\fancyfoot[R]{\footerstyle{#3}}
|
\fancyfoot[R]{\footerstyle{#3}}
|
||||||
}
|
}
|
||||||
|
|
||||||
% Define a section for CV
|
% Define a section for CV
|
||||||
|
@ -560,7 +567,7 @@
|
||||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
||||||
\setlength\leftskip{0.2cm}
|
\setlength\leftskip{0.2cm}
|
||||||
\subentrytitlestyle{#2} & \ifthenelse{\equal{#1}{}}
|
\subentrytitlestyle{#2} & \ifthenelse{\equal{#1}{}}
|
||||||
{\subentrydatestyle{#3}}{}
|
{\subentrydatestyle{#3}}{}
|
||||||
\ifthenelse{\equal{#1}{}}
|
\ifthenelse{\equal{#1}{}}
|
||||||
{}
|
{}
|
||||||
{\subentrypositionstyle{#1} & \subentrydatestyle{#3} \\}
|
{\subentrypositionstyle{#1} & \subentrydatestyle{#3} \\}
|
||||||
|
@ -654,7 +661,7 @@
|
||||||
\ifthenelse{\isundefined{\@lettertitle}}
|
\ifthenelse{\isundefined{\@lettertitle}}
|
||||||
{}
|
{}
|
||||||
{\lettertitlestyle{\@lettertitle} \\}
|
{\lettertitlestyle{\@lettertitle} \\}
|
||||||
\lettertextstyle{\@letteropening}
|
\lettertextstyle{\@letteropening}
|
||||||
}
|
}
|
||||||
|
|
||||||
% Define a closing of the cover letter
|
% Define a closing of the cover letter
|
||||||
|
|
|
@ -51,11 +51,12 @@
|
||||||
% PERSONAL INFORMATION
|
% PERSONAL INFORMATION
|
||||||
% Comment any of the lines below if they are not required
|
% Comment any of the lines below if they are not required
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
\lastupdate{Last updated on \today}
|
||||||
\name{Claud D.}{Park}
|
\name{Claud D.}{Park}
|
||||||
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
|
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
|
||||||
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
|
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
|
||||||
|
|
||||||
\mobile{(+82) 10-9030-1843}
|
\mobile{(+82) 10-9030-1843}
|
||||||
\email{posquit0.bj@gmail.com}
|
\email{posquit0.bj@gmail.com}
|
||||||
\homepage{www.posquit0.com}
|
\homepage{www.posquit0.com}
|
||||||
\github{posquit0}
|
\github{posquit0}
|
||||||
|
|
Loading…
Reference in a new issue