10 lines
344 B
TeX
10 lines
344 B
TeX
%------------ galvene un kājene (headers_and_footers)
|
|
\pagestyle{fancy}
|
|
\fancyhf{}
|
|
% \rhead{\thepage \ no \pageref{LastPage}.lpp }
|
|
% \chead{ }
|
|
% \lhead{ }
|
|
\cfoot{\thepage}
|
|
\renewcommand{\headrulewidth}{0pt}
|
|
\renewcommand{\footrulewidth}{0pt}
|
|
%------------ https://www.overleaf.com/learn/latex/Headers_and_footers |