Re: different margins for even/odd pages

2017-11-05 Thread Mason Hock
It seems that my mistake was not including the '\' before 'mm'. Once I added that it worked as expected. Thanks, Mason On Sun, Nov 5, 2017 at 5:52 PM, Kieren MacMillan wrote: Hi Mason, Actually could you clarify how the outer margin works in two-sided

Re: different margins for even/odd pages

2017-11-05 Thread Kieren MacMillan
Hi Mason, > Actually could you clarify how the outer margin works in two-sided mode? I > would expect > two-sided = ##t > inner-margin = 0mm > outer-margin = 0mm > binding-offset = 0mm Did you actually try that code, exactly as written, and get no error? With what version, exactly? Regardless,

Re: different margins for even/odd pages

2017-11-05 Thread Mason Hock
Actually could you clarify how the outer margin works in two-sided mode? I would expect two-sided = ##t inner-margin = 0mm outer-margin = 0mm binding-offset = 0mm to result in a margin of 0mm on both sides of both even and odd pages. The inner margin behaves predictably, but the outer margin

Re: different margins for even/odd pages

2017-11-05 Thread Mason Hock
Awesome. Thank you Kieren. Mason On Sun, Nov 5, 2017 at 4:25 PM, Kieren MacMillan wrote: Hi Mason, I need inner margins to be wider than outer margins to leave room for binding, so odd pages should have a wider margin on one side and even pages on the

Re: different margins for even/odd pages

2017-11-05 Thread Kieren MacMillan
Hi Mason, > I need inner margins to be wider than outer margins to leave room for > binding, so odd pages should have a wider margin on one side and even pages > on the other. My workaround has been to render the document twice with the > two different margin settings and mix/match pages.

different margins for even/odd pages

2017-11-05 Thread Mason Hock
I need inner margins to be wider than outer margins to leave room for binding, so odd pages should have a wider margin on one side and even pages on the other. My workaround has been to render the document twice with the two different margin settings and mix/match pages. However, I would