Search found 1 match

by psilonline
Wed Sep 29, 2010 2:35 pm
Forum: General
Topic: Memoir, Page Sizes & Margins
Replies: 2
Views: 6696

Memoir, Page Sizes & Margins

Hi,

I'm using the memoir class for my book, but since I need it in several formats (ebook, b5 and a4) I would like to know if it's possible to have custom margins automatically selected with an if-then-else construction. Say,

if papersize=ebook then
% do ebook-margins
else if papersize=b5paper ...