I am using LyX to layout a collection of essays.
There is one page-number-position per spread in the design. Please find the example below. Instead of showing 59, is it possible to show 58—59? I am using fancyhead to define the current example. my code as follow:
\renewcommand*{\chapterpagestyle}{fancy}
\fancyhead{}%
\fancyfoot{}%
\fancyhead[CE]{\rmfamily \small \leftmark}
\fancyhead[CO]{\rmfamily \small\thepage }
\fancyhead[RO, LE]{\rmfamily \small }
\renewcommand{\headrulewidth}{0pt}


CO,CEas options for`\thepage`, or I'd push it in the margin, but again display it on both pages – Martin H Aug 23 '12 at 11:48tempcntrato avoid manipulation withpagecounter, but it seems not ot be necessary. – tohecz Aug 23 '12 at 11:50