Skip to content

Instantly share code, notes, and snippets.

@ariejan
Created June 20, 2009 13:11
Show Gist options
  • Save ariejan/133155 to your computer and use it in GitHub Desktop.
Save ariejan/133155 to your computer and use it in GitHub Desktop.
%! program = pdflatex
\documentclass[9pt,twoside,pageany]{memoir}
% Sets the papersize.
% \settrimmedsize{4.25in}{6.875in}{*}
% Sets the papersize.
\setstocksize{17.463cm}{10.795cm}
\settrimmedsize{17.463cm}{10.795cm}{*}
\settrims{0pt}{0pt}
\setulmarginsandblock{1.25cm}{2.25cm}{*}
\setlrmarginsandblock{1.5875cm}{1.25cm}{*}
\checkandfixthelayout
% See the ``Memoir customise'' template for some common customisations
% Don't forget to read the Memoir manual: memman.pdf
\title{Book One}
\author{Ariejan de Vroom}
%%% BEGIN DOCUMENT
\begin{document}
\parindent 0in
\parskip 0.08in
\pagestyle{plain}
\makeevenfoot{plain}{\thepage}{\itshape\small\thetitle}{}
\makeoddfoot{plain}{}{\itshape\small\thetitle}{\thepage}
\pagenumbering{arabic}
% \maketitle
\chapter{}
text
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment