support a function to customize contents on footer
This commit is contained in:
		@@ -414,15 +414,17 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
% Define a footer for CV
 | 
			
		||||
% Usage: \makecvfooter
 | 
			
		||||
\newcommand*{\makecvfooter}{
 | 
			
		||||
% Usage: \makecvfooter{<left>}{<center>}{<right>}
 | 
			
		||||
\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}
 | 
			
		||||
  } 
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								examples/cv.pdf
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								examples/cv.pdf
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -60,8 +60,11 @@
 | 
			
		||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
			
		||||
%     Content
 | 
			
		||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
			
		||||
%%% Make a footer for CV using personal data
 | 
			
		||||
%%% 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
 | 
			
		||||
 
 | 
			
		||||
@@ -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}
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 187 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 145 KiB  | 
										
											Binary file not shown.
										
									
								
							@@ -60,11 +60,14 @@
 | 
			
		||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
			
		||||
%     Content
 | 
			
		||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
			
		||||
%%% Make a footer for CV using personal data
 | 
			
		||||
%%% Make a footer for CV with three arguments(<left>, <center>, <right>)
 | 
			
		||||
\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
 | 
			
		||||
 
 | 
			
		||||
@@ -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}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user