Created
June 20, 2009 13:11
-
-
Save ariejan/133155 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%! 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