Skip to content

Commit

Permalink
option to show page num in currentPage/totalPage
Browse files Browse the repository at this point in the history
Signed-off-by: Shengjiang Quan <[email protected]>
  • Loading branch information
sjiang95 committed Jul 30, 2023
1 parent da66124 commit 453ec66
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
}
% Solves issues Warning: File `cv.out' has changed
\RequirePackage{bookmark}
% Use \pageref{LastPage} to get the number of total pages
\RequirePackage{lastpage}

%-------------------------------------------------------------------------------
% Configuration for directory locations
Expand Down
4 changes: 4 additions & 0 deletions examples/cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
{\today}
{Claud D. Park~~~·~~~Curriculum Vitae}
{\thepage}
% comment out the above line
% and uncomment the following line to use
% <currentPage>/<totalPage> page number
% {\thepage/\pageref*{LastPage}}


%-------------------------------------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions examples/resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
{\today}
{Byungjin Park~~~·~~~Résumé}
{\thepage}
% comment out the above line
% and uncomment the following line to use
% <currentPage>/<totalPage> page number
% {\thepage/\pageref*{LastPage}}


%-------------------------------------------------------------------------------
Expand Down

0 comments on commit 453ec66

Please sign in to comment.