File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 92
92
}
93
93
% Solves issues Warning: File `cv.out' has changed
94
94
\RequirePackage {bookmark}
95
+ % Use \pageref{LastPage} to get the number of total pages
96
+ \RequirePackage {lastpage}
95
97
96
98
% -------------------------------------------------------------------------------
97
99
% Configuration for directory locations
Original file line number Diff line number Diff line change 44
44
% If you would like to change the social information separator from a pipe (|) to something else
45
45
\renewcommand {\acvHeaderSocialSep }{\quad\textbar\quad }
46
46
47
+ \newtoggle {showpagetotal}
48
+ % toggle the boolean flag if you would like to use <currentPage>/<totalPage> page number
49
+ % \toggletrue{showpagetotal}% Need to compile twice
50
+ \togglefalse {showpagetotal}
47
51
48
52
% -------------------------------------------------------------------------------
49
53
% PERSONAL INFORMATION
88
92
\makecvfooter
89
93
{\today }
90
94
{Claud D. Park~~~·~~~Curriculum Vitae}
91
- {\thepage }
95
+ {\iftoggle {showpagetotal}{ \ thepage/ \pageref* { LastPage }}{ \thepage } }
92
96
93
97
94
98
% -------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 44
44
% If you would like to change the social information separator from a pipe (|) to something else
45
45
\renewcommand {\acvHeaderSocialSep }{\quad\textbar\quad }
46
46
47
+ \newtoggle {showpagetotal}
48
+ % toggle the boolean flag if you would like to use <currentPage>/<totalPage> page number
49
+ % \toggletrue{showpagetotal}% Need to compile twice
50
+ \togglefalse {showpagetotal}
47
51
48
52
% -------------------------------------------------------------------------------
49
53
% PERSONAL INFORMATION
88
92
\makecvfooter
89
93
{\today }
90
94
{Byungjin Park~~~·~~~Résumé}
91
- {\thepage }
95
+ {\iftoggle {showpagetotal}{ \ thepage/ \pageref* { LastPage }}{ \thepage } }
92
96
93
97
94
98
% -------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments