If you try to comment what i have marked you will see the heading picture step one page back respect the title why? Here is the picture. The code is from this post.
\documentclass[%
twocolumn, % COMMENT THIS
a4paper,% % carta A4
]{scrbook}
\usepackage{graphicx} % immagini
\usepackage{titlesec}
\usepackage{fontspec}
% Bible books (capitoli)
\newcommand{\bbook}[4][]{%
\makebox[\textwidth][c]{\includegraphics[width=6in]{#4}}
\chapter[#1]{#2,\\\large #3\\\char"2766}
}
\titleformat{\chapter}[hang]%
{\centering\huge}%
{}%
{0pt}%
{}
\titlespacing*{\chapter}
{0pt}{0pt}{5pt}
\setmainfont{EB Garamond 12 Regular}
\begin{document}
\twocolumn[ % COMMENT THIS
\begin{@twocolumnfalse} % COMMENT THIS
\bbook{Title}{title.}{genese_heading}
\end{@twocolumnfalse} % COMMENT THIS
] % COMMENT THIS
\end{document}
pagesize=pdftexandheadinclude=onare valid options? The first one doesn't really make sense to me (but I could be wrong) and I can't find it in the Koma-script manual. The second one should be onlyheadincludeor, at least,headinclude=true– Spike Jul 18 '12 at 20:10