Code: Select all
\documentclass{book}
\usepackage{fancyhdr}
\pagestyle{fancy}
\begin{document}
\chapter{First chapter}
\section{First section}
Some text.
\chapter{This chapter has to start on an odd page}
Ans so on.
\end{document}
Code: Select all
\documentclass{book}
\usepackage{fancyhdr}
\pagestyle{fancy}
\begin{document}
\chapter{First chapter}
\section{First section}
Some text.
\chapter{This chapter has to start on an odd page}
Ans so on.
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{book}
\usepackage{fancyhdr}
\usepackage{chngpage}
\pagestyle{fancy}
\begin{document}
\chapter{First chapter}
\section{First section}
Some text.
\clearpage{\pagestyle{empty}\cleardoublepage}
\chapter{This chapter has to start on an odd page}
Ans so on.
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.