Code: Select all
\documentclass[b5paper]{book}
\usepackage{titlesec}
\titleformat{name=\section,page=odd}
{\normalfont\Large\bfseries}{\thesection}{1em}{}
\titleformat{name=\section,page=even}
{\normalfont\Large\bfseries}{\thesection}{1em}{}
\begin{document}
\section{A Section}
\end{document}
Code: Select all
LaTeX Warning: Unsynchronized `section' title on page 1.
The side effect of this seems to be that it can throw the package out of whack; if I use a \section* command before a \section, it'll think it's on an even page on page 3!