Page LayoutMemoir: Preparing document to be read from right to left

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
rbks
Posts: 3
Joined: Wed Jun 26, 2019 6:57 am

Memoir: Preparing document to be read from right to left

Post by rbks »

I'm writing a book in Persian, so it is read from right to left. That means that all odd pages should have a wide right-margin, whereas even pages should have a wide left-margin. All chapters should also start on odd pages.

Here is a MWE of my current document:

Code: Select all

\documentclass[14pt, extrafontsizes, openleft]{memoir}

\usepackage{xepersian}
\settextfont{XB Niloofar}

\usepackage{blindtext}


\begin{document}

\mainmatter
\chapter{One}
\blindtext


\end{document}
This produces a document where the margin is correctly widest in the right part of the page where the chapter starts. However, the chapter starts on page 2, and not 1 as it should?
9iWss.png
9iWss.png (36.11 KiB) Viewed 2302 times
Why is this? And what is the correct way to configure my preamble such that it understands that I am writing a document that is to be read from right to left?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Memoir: Preparing document to be read from right to left

Post by Johannes_B »

The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Memoir: Preparing document to be read from right to left

Post by Ijon Tichy »

If you don't want to chapters to be on even pages, you should not use option openleft.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply