ich möchte auf allen Seiten die Seitenzahl angezeigt bekommen. Jedoch wird mir die Seitenzahl erst ab Seite 2 angezeigt. Mein Code schaut so aus:
\documentclass[sigconf]{acmart}
\usepackage{colortbl}
\usepackage{booktabs}
\usepackage{caption}
\usepackage{titlesec}
\titlespacing{\section}
{0pt}{\baselineskip}{0pt}
\usepackage{graphicx} %package to manage images
\usepackage{float} %for table position
\graphicspath{ {./images/} }
\settopmatter{printacmref=false} % Removes citation information below abstract
\renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference information in first column
\pagestyle{plain} % removes running headers
\usepackage{booktabs} % For formal tables
\usepackage[german]{babel} % if this fails you might want to install 'texlive-lang-german'
\definecolor{lightestgray}{gray}{0.95}
% Copyright
\setcopyright{none}
\makeatletter
\def\@copyrightspace{\relax}
\makeatother
% SEITENZAHL
\renewcommand{\thepage} {X-\arabic{page}}
\begin{document}
...
\end{document}

