I noticed this TODO in the fancy template class file and I think I have a solution.
First, load the geometry package right before using the default memoir options to set the page margins. (I'm not quite sure if it matters where it goes, but I assume that the memoir commands will overwrite the geometry defaults if they are called after requiring the geometry package.)
Second, at the beginning of the title page definition, use the geometry package to set different margins, then at the end of the title page definition, revert back to the default margins defined before.
I'll put it together in a branch here soon for comparison and review.
I noticed this TODO in the fancy template class file and I think I have a solution.
First, load the geometry package right before using the default memoir options to set the page margins. (I'm not quite sure if it matters where it goes, but I assume that the memoir commands will overwrite the geometry defaults if they are called after requiring the geometry package.)
Second, at the beginning of the title page definition, use the geometry package to set different margins, then at the end of the title page definition, revert back to the default margins defined before.
I'll put it together in a branch here soon for comparison and review.