I have cut my page in four parts using \pgfpagesuselayout{4 on 1}[a4paper] command. Now there are let's say four quadrants in my page. Since {3 on 1} is not available in this environment, I want to have two portrait style pages in the upper half and one landscape style page in the lower one. In other words, I want to have three pages on one page (two portrait style and one landscape). Is it possible?
This is my preamble
\documentclass{article}
\usepackage{fontspec}
\usepackage{xltxtra}
\usepackage{polyglossia}
\setdefaultlanguage{Marathi}
\begin{document}
\end{document}

