liantze / AltaCV

Yet another alternative curriculum vitae/résumé class with LaTeX
Other
1.26k stars 329 forks source link

Cannot use footer #101

Closed JiaxinZhong closed 1 year ago

JiaxinZhong commented 1 year ago

Hi everyone,

I want to add a footer using the following codes, but the footer is not shown. Could you please help me with this issue? Thanks!

\usepackage{lastpage}
\usepackage{fancyhdr}
\fancyhf{} % clear existing header/footer entries
% Place Page X of Y on the right-hand
% side of the footer
\fancyfoot[R]{Page \thepage \hspace{1pt} of \pageref{LastPage}}
liantze commented 1 year ago

You may need to adjust your \geometry parameters, especially footskip. See #33