如何调整标题间距以适应奇数页或偶数页

如何调整标题间距以适应奇数页或偶数页
\documentclass[a4paper,12pt,twoside]{report}

\usepackage{titlesec}

\titleformat{\chapter}[display]{}{\chaptername}{-2pt}{\hskip5cm \centering \Huge \bfseries \mbox}
\titlespacing{\chapter}{0pt}{-112pt}{27pt}

\begin{document}
\chapter{test}
blablabla
\end{document}

我怎样才能\titlespacing{\chapter}{0pt}{-112pt}{27pt}在偶数页和\titlespacing{\chapter}{0pt}{-112pt}{27pt}奇数页上有?

相关内容