mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08: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
|
@ -263,6 +263,10 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% Commands for personal information
|
||||
%-------------------------------------------------------------------------------
|
||||
% Define last update date
|
||||
% Usage: \lastupdate{<date>}
|
||||
\newcommand*{\lastupdate}[1]{\def\@lastupdate{#1}}
|
||||
|
||||
% Define writer's name
|
||||
% Usage: \name{<firstname>}{<lastname>}
|
||||
% Usage: \firstname{<firstname>}
|
||||
|
@ -406,6 +410,9 @@
|
|||
% Define a header for CV
|
||||
% Usage: \makecvheader
|
||||
\newcommand*{\makecvheader}{%
|
||||
\begin{flushright}
|
||||
\@lastupdate
|
||||
\end{flushright}
|
||||
\begin{center}
|
||||
\headerfirstnamestyle{\@firstname}\headerlastnamestyle{{}\acvHeaderNameDelim\@lastname}%
|
||||
\\[\acvHeaderAfterNameSkip]%
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
% PERSONAL INFORMATION
|
||||
% Comment any of the lines below if they are not required
|
||||
%-------------------------------------------------------------------------------
|
||||
\lastupdate{Last updated on \today}
|
||||
\name{Claud D.}{Park}
|
||||
\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}
|
||||
|
|
Loading…
Reference in a new issue