I have some problems inserting blank pages after the chapter command:
Code: Select all
\chapter{hello}
\newpage{\pagestyle{empty}\cleardoublepage}Code: Select all
\chapter{hello}
\newpage{\pagestyle{empty}\cleardoublepage}Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\documentclass{book}
\begin{document}
\chapter{Test chapter}
\newpage{\pagestyle{empty}\cleardoublepage}
some text
\end{document}Code: Select all
\documentclass[a4paper,oneside,11pt]{book}
\usepackage[english]{babel}
\usepackage{graphicx}
\begin{document}
\include{jacs_sc3n}
\include{jacs_y3n}
\end{document} Code: Select all
\chapter{Chemical reactivity}
\newpage{\pagestyle{empty}\cleardoublepage}Code: Select all
\newpage\mbox{}\pagestyle{empty}\cleardoublepageLearn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis