diff --git a/awesome-cv.cls b/awesome-cv.cls index b4ffb81..b5d2df6 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -414,15 +414,17 @@ } % Define a footer for CV -% Usage: \makecvfooter -\newcommand*{\makecvfooter}{ +% Usage: \makecvfooter{}{
}{} +\newcommand*{\makecvfooter}[3]{ \fancyfoot{} - \fancyfoot[L]{} + \fancyfoot[L]{ + \footerstyle{#1} + } \fancyfoot[C]{ - \footerstyle{\@firstname \@lastname~~~·~~~Curriculum Vitae} + \footerstyle{#2} } \fancyfoot[R]{ - \footerstyle{\thepage} + \footerstyle{#3} } } diff --git a/examples/cv.pdf b/examples/cv.pdf index 2c7c87c..a284307 100644 Binary files a/examples/cv.pdf and b/examples/cv.pdf differ diff --git a/examples/cv.tex b/examples/cv.tex index 5c7aeb5..dfc6090 100644 --- a/examples/cv.tex +++ b/examples/cv.tex @@ -60,8 +60,11 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Content %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%% Make a footer for CV using personal data +%%% Make a footer for CV with three arguments(,
, ) \makecvfooter + {\today} + {Claud D. Park~~~·~~~Curriculum Vitae} + {\thepage} \begin{document} %%% Make a header for CV using personal data diff --git a/examples/cv/education.tex b/examples/cv/education.tex index 0533845..11bb6a7 100644 --- a/examples/cv/education.tex +++ b/examples/cv/education.tex @@ -7,7 +7,7 @@ {Mar. 2010 - PRESENT} { \begin{cvitems} - \item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.} + \item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.} \end{cvitems} } \end{cventries} diff --git a/examples/resume-0.png b/examples/resume-0.png index 901e9f5..585c0a7 100644 Binary files a/examples/resume-0.png and b/examples/resume-0.png differ diff --git a/examples/resume-1.png b/examples/resume-1.png index a2594d3..4853b19 100644 Binary files a/examples/resume-1.png and b/examples/resume-1.png differ diff --git a/examples/resume.pdf b/examples/resume.pdf index 923b774..5bdb41c 100644 Binary files a/examples/resume.pdf and b/examples/resume.pdf differ diff --git a/examples/resume.tex b/examples/resume.tex index 484666c..755e0c4 100644 --- a/examples/resume.tex +++ b/examples/resume.tex @@ -60,11 +60,14 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Content %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%% Make a footer for CV using personal data +%%% Make a footer for CV with three arguments(,
, ) \makecvfooter + {\today} + {Claud D. Park~~~·~~~Résumé} + {\thepage} \begin{document} -%%% Make a header for CV using personal data +%%% Make a header for CV with personal data \makecvheader %%% Import contents diff --git a/examples/resume/education.tex b/examples/resume/education.tex index 0533845..11bb6a7 100644 --- a/examples/resume/education.tex +++ b/examples/resume/education.tex @@ -7,7 +7,7 @@ {Mar. 2010 - PRESENT} { \begin{cvitems} - \item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.} + \item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.} \end{cvitems} } \end{cventries}