Memoir Show Trims in TwoSide
up vote
0
down vote
favorite
I have to show trims in twoside document. I need twoside because I need the header.
documentclass[a4paper,11pt,twoside,openright,showtrims,titlepage]{memoir}
setstocksize{297mm}{210mm}
settrimmedsize{202mm}{130mm}{1}%
settypeblocksize{150.1mm}{95mm}{*}%altezza x larghezza
settrims{2.5cm}{5.5cm}
But what I get is
How can I:
1. get the headers (different between even and odd pages)
2. show the trims ?
memoir
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
0
down vote
favorite
I have to show trims in twoside document. I need twoside because I need the header.
documentclass[a4paper,11pt,twoside,openright,showtrims,titlepage]{memoir}
setstocksize{297mm}{210mm}
settrimmedsize{202mm}{130mm}{1}%
settypeblocksize{150.1mm}{95mm}{*}%altezza x larghezza
settrims{2.5cm}{5.5cm}
But what I get is
How can I:
1. get the headers (different between even and odd pages)
2. show the trims ?
memoir
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Please provide a complete MWE (fromdocumentclass
toend{document}
); you can uselipsum
for any text. Your code is wrong in that{memoir}
should come at the end ofdocumentclass[...]
not aftersettrims
. You have probably missedcheckandfixthelayout
but as you show virtually no useful code its hard to tell.
– Peter Wilson
Jun 20 at 18:36
yes,right, I mis-pasted the code. is it necessarey checkandfixthelayout?
– giuseppe
Jun 22 at 7:04
checkandfixthelayout
is very necessary! I really ought to add some kind of automatic warning if users forget it
– daleif
Jun 22 at 7:30
It has been a week since you were asked to provide an MWE. I hope nothing traumatic has happened in your life. If It has please ignore the following. I assume that that (a) you have solved your problem or (b) you are no longer interested in a solution. If (a) then please post an answer. If (b) then is there any reason to keep the question? I spent considerable time trying to come up with an answer for you which I now feel was wasted effort. GUM.
– Peter Wilson
Jun 27 at 19:14
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have to show trims in twoside document. I need twoside because I need the header.
documentclass[a4paper,11pt,twoside,openright,showtrims,titlepage]{memoir}
setstocksize{297mm}{210mm}
settrimmedsize{202mm}{130mm}{1}%
settypeblocksize{150.1mm}{95mm}{*}%altezza x larghezza
settrims{2.5cm}{5.5cm}
But what I get is
How can I:
1. get the headers (different between even and odd pages)
2. show the trims ?
memoir
I have to show trims in twoside document. I need twoside because I need the header.
documentclass[a4paper,11pt,twoside,openright,showtrims,titlepage]{memoir}
setstocksize{297mm}{210mm}
settrimmedsize{202mm}{130mm}{1}%
settypeblocksize{150.1mm}{95mm}{*}%altezza x larghezza
settrims{2.5cm}{5.5cm}
But what I get is
How can I:
1. get the headers (different between even and odd pages)
2. show the trims ?
memoir
memoir
edited Jun 22 at 7:03
asked Jun 20 at 11:14
giuseppe
14310
14310
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Please provide a complete MWE (fromdocumentclass
toend{document}
); you can uselipsum
for any text. Your code is wrong in that{memoir}
should come at the end ofdocumentclass[...]
not aftersettrims
. You have probably missedcheckandfixthelayout
but as you show virtually no useful code its hard to tell.
– Peter Wilson
Jun 20 at 18:36
yes,right, I mis-pasted the code. is it necessarey checkandfixthelayout?
– giuseppe
Jun 22 at 7:04
checkandfixthelayout
is very necessary! I really ought to add some kind of automatic warning if users forget it
– daleif
Jun 22 at 7:30
It has been a week since you were asked to provide an MWE. I hope nothing traumatic has happened in your life. If It has please ignore the following. I assume that that (a) you have solved your problem or (b) you are no longer interested in a solution. If (a) then please post an answer. If (b) then is there any reason to keep the question? I spent considerable time trying to come up with an answer for you which I now feel was wasted effort. GUM.
– Peter Wilson
Jun 27 at 19:14
add a comment |
1
Please provide a complete MWE (fromdocumentclass
toend{document}
); you can uselipsum
for any text. Your code is wrong in that{memoir}
should come at the end ofdocumentclass[...]
not aftersettrims
. You have probably missedcheckandfixthelayout
but as you show virtually no useful code its hard to tell.
– Peter Wilson
Jun 20 at 18:36
yes,right, I mis-pasted the code. is it necessarey checkandfixthelayout?
– giuseppe
Jun 22 at 7:04
checkandfixthelayout
is very necessary! I really ought to add some kind of automatic warning if users forget it
– daleif
Jun 22 at 7:30
It has been a week since you were asked to provide an MWE. I hope nothing traumatic has happened in your life. If It has please ignore the following. I assume that that (a) you have solved your problem or (b) you are no longer interested in a solution. If (a) then please post an answer. If (b) then is there any reason to keep the question? I spent considerable time trying to come up with an answer for you which I now feel was wasted effort. GUM.
– Peter Wilson
Jun 27 at 19:14
1
1
Please provide a complete MWE (from
documentclass
to end{document}
); you can use lipsum
for any text. Your code is wrong in that {memoir}
should come at the end of documentclass[...]
not after settrims
. You have probably missed checkandfixthelayout
but as you show virtually no useful code its hard to tell.– Peter Wilson
Jun 20 at 18:36
Please provide a complete MWE (from
documentclass
to end{document}
); you can use lipsum
for any text. Your code is wrong in that {memoir}
should come at the end of documentclass[...]
not after settrims
. You have probably missed checkandfixthelayout
but as you show virtually no useful code its hard to tell.– Peter Wilson
Jun 20 at 18:36
yes,right, I mis-pasted the code. is it necessarey checkandfixthelayout?
– giuseppe
Jun 22 at 7:04
yes,right, I mis-pasted the code. is it necessarey checkandfixthelayout?
– giuseppe
Jun 22 at 7:04
checkandfixthelayout
is very necessary! I really ought to add some kind of automatic warning if users forget it– daleif
Jun 22 at 7:30
checkandfixthelayout
is very necessary! I really ought to add some kind of automatic warning if users forget it– daleif
Jun 22 at 7:30
It has been a week since you were asked to provide an MWE. I hope nothing traumatic has happened in your life. If It has please ignore the following. I assume that that (a) you have solved your problem or (b) you are no longer interested in a solution. If (a) then please post an answer. If (b) then is there any reason to keep the question? I spent considerable time trying to come up with an answer for you which I now feel was wasted effort. GUM.
– Peter Wilson
Jun 27 at 19:14
It has been a week since you were asked to provide an MWE. I hope nothing traumatic has happened in your life. If It has please ignore the following. I assume that that (a) you have solved your problem or (b) you are no longer interested in a solution. If (a) then please post an answer. If (b) then is there any reason to keep the question? I spent considerable time trying to come up with an answer for you which I now feel was wasted effort. GUM.
– Peter Wilson
Jun 27 at 19:14
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Following the comments from @Peter I solved by reducing the stocksize.
documentclass[a4paper,11pt,twoside, showtrims,openright,titlepage]{memoir}
usepackage{lipsum}%
setstocksize{210mm}{140mm}
settrimmedsize{210mm}{140mm}{*}%
settypeblocksize{150.1mm}{95mm}{*}%h x w
setlength{trimtop}{0pt}
setulmargins{2.9cm}{*}{*}
setlrmargins{*}{*}{1.5}
checkandfixthelayout
fixpdflayout
The important commands are checkandfixthelayou
t and fixpdflayout
fixpdflayout
is executed automatically at the beginning of the document.
– daleif
Jun 29 at 8:24
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Following the comments from @Peter I solved by reducing the stocksize.
documentclass[a4paper,11pt,twoside, showtrims,openright,titlepage]{memoir}
usepackage{lipsum}%
setstocksize{210mm}{140mm}
settrimmedsize{210mm}{140mm}{*}%
settypeblocksize{150.1mm}{95mm}{*}%h x w
setlength{trimtop}{0pt}
setulmargins{2.9cm}{*}{*}
setlrmargins{*}{*}{1.5}
checkandfixthelayout
fixpdflayout
The important commands are checkandfixthelayou
t and fixpdflayout
fixpdflayout
is executed automatically at the beginning of the document.
– daleif
Jun 29 at 8:24
add a comment |
up vote
0
down vote
Following the comments from @Peter I solved by reducing the stocksize.
documentclass[a4paper,11pt,twoside, showtrims,openright,titlepage]{memoir}
usepackage{lipsum}%
setstocksize{210mm}{140mm}
settrimmedsize{210mm}{140mm}{*}%
settypeblocksize{150.1mm}{95mm}{*}%h x w
setlength{trimtop}{0pt}
setulmargins{2.9cm}{*}{*}
setlrmargins{*}{*}{1.5}
checkandfixthelayout
fixpdflayout
The important commands are checkandfixthelayou
t and fixpdflayout
fixpdflayout
is executed automatically at the beginning of the document.
– daleif
Jun 29 at 8:24
add a comment |
up vote
0
down vote
up vote
0
down vote
Following the comments from @Peter I solved by reducing the stocksize.
documentclass[a4paper,11pt,twoside, showtrims,openright,titlepage]{memoir}
usepackage{lipsum}%
setstocksize{210mm}{140mm}
settrimmedsize{210mm}{140mm}{*}%
settypeblocksize{150.1mm}{95mm}{*}%h x w
setlength{trimtop}{0pt}
setulmargins{2.9cm}{*}{*}
setlrmargins{*}{*}{1.5}
checkandfixthelayout
fixpdflayout
The important commands are checkandfixthelayou
t and fixpdflayout
Following the comments from @Peter I solved by reducing the stocksize.
documentclass[a4paper,11pt,twoside, showtrims,openright,titlepage]{memoir}
usepackage{lipsum}%
setstocksize{210mm}{140mm}
settrimmedsize{210mm}{140mm}{*}%
settypeblocksize{150.1mm}{95mm}{*}%h x w
setlength{trimtop}{0pt}
setulmargins{2.9cm}{*}{*}
setlrmargins{*}{*}{1.5}
checkandfixthelayout
fixpdflayout
The important commands are checkandfixthelayou
t and fixpdflayout
answered Jun 29 at 8:20
giuseppe
14310
14310
fixpdflayout
is executed automatically at the beginning of the document.
– daleif
Jun 29 at 8:24
add a comment |
fixpdflayout
is executed automatically at the beginning of the document.
– daleif
Jun 29 at 8:24
fixpdflayout
is executed automatically at the beginning of the document.– daleif
Jun 29 at 8:24
fixpdflayout
is executed automatically at the beginning of the document.– daleif
Jun 29 at 8:24
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f437186%2fmemoir-show-trims-in-twoside%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Please provide a complete MWE (from
documentclass
toend{document}
); you can uselipsum
for any text. Your code is wrong in that{memoir}
should come at the end ofdocumentclass[...]
not aftersettrims
. You have probably missedcheckandfixthelayout
but as you show virtually no useful code its hard to tell.– Peter Wilson
Jun 20 at 18:36
yes,right, I mis-pasted the code. is it necessarey checkandfixthelayout?
– giuseppe
Jun 22 at 7:04
checkandfixthelayout
is very necessary! I really ought to add some kind of automatic warning if users forget it– daleif
Jun 22 at 7:30
It has been a week since you were asked to provide an MWE. I hope nothing traumatic has happened in your life. If It has please ignore the following. I assume that that (a) you have solved your problem or (b) you are no longer interested in a solution. If (a) then please post an answer. If (b) then is there any reason to keep the question? I spent considerable time trying to come up with an answer for you which I now feel was wasted effort. GUM.
– Peter Wilson
Jun 27 at 19:14