Inserting a figure in a memoir document Announcing the arrival of Valued Associate #679: Cesar...
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
When speaking, how do you change your mind mid-sentence?
/bin/ls sorts differently than just ls
Raising a bilingual kid. When should we introduce the majority language?
TV series episode where humans nuke aliens before decrypting their message that states they come in peace
What happened to Viserion in Season 7?
Why did Europeans not widely domesticate foxes?
What is the evidence that custom checks in Northern Ireland are going to result in violence?
All ASCII characters with a given bit count
Will I be more secure with my own router behind my ISP's router?
VBA: Single line if statement with multiple actions
Has a Nobel Peace laureate ever been accused of war crimes?
How do I deal with an erroneously large refund?
What does こした mean?
Why is arima in R one time step off?
How to translate "red flag" into Spanish?
Putting Ant-Man on house arrest
Was Objective-C really a hindrance to Apple software development?
Where to find documentation for `whois` command options?
What's parked in Mil Moscow helicopter plant?
What does the black goddess statue do and what is it?
What's called a person who work as someone who puts products on shelves in stores?
What do you call an IPA symbol that lacks a name (e.g. ɲ)?
`FindRoot [ ]`::jsing: Encountered a singular Jacobian at a point...WHY
Inserting a figure in a memoir document
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
For the very fisrt time, I am using the document class memoir to prepare a booklet. Everything was going pretty well until I have to insert a picture to finish my task
Note that my figure is loaded on Overleaf, I opened the figure environment, but If I recompile, my page is cutted as If I was typing in a regular A4 sheet of paper

here is my preamble
documentclass[a4paper]{memoir}
usepackage[utf8]{inputenc}
usepackage[brazil]{babel}
usepackage{graphicx}
usepackage{amsfonts}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{amscd}
settypeblocksize{5.5in}{4in}{*}
addtolength{textheight}{onelineskip}
setlrmargins{2in}{*}{*}
setulmargins{3in}{*}{*}
checkandfixthelayout
usepackage[print,1to1]{booklet}
nofiles
pagespersignature{16}
setpdftargetpages
ifprintoption
special{!TeXDict begin /landplus90{true}store end}
special{!TeXDict begin <</Tumble true>> setpagedevice end}
fi
Please, does anyone have suggestions? Thanks in advance for your attetion
memoir booklet
add a comment |
For the very fisrt time, I am using the document class memoir to prepare a booklet. Everything was going pretty well until I have to insert a picture to finish my task
Note that my figure is loaded on Overleaf, I opened the figure environment, but If I recompile, my page is cutted as If I was typing in a regular A4 sheet of paper

here is my preamble
documentclass[a4paper]{memoir}
usepackage[utf8]{inputenc}
usepackage[brazil]{babel}
usepackage{graphicx}
usepackage{amsfonts}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{amscd}
settypeblocksize{5.5in}{4in}{*}
addtolength{textheight}{onelineskip}
setlrmargins{2in}{*}{*}
setulmargins{3in}{*}{*}
checkandfixthelayout
usepackage[print,1to1]{booklet}
nofiles
pagespersignature{16}
setpdftargetpages
ifprintoption
special{!TeXDict begin /landplus90{true}store end}
special{!TeXDict begin <</Tumble true>> setpagedevice end}
fi
Please, does anyone have suggestions? Thanks in advance for your attetion
memoir booklet
1
it is much better if you show a complete small example document as text ({}in the editor) not images of the code, however it looks fromspecial{!TeXDict be..that you are using latex+dvips not pdflatex. dvips can not include jpg files.
– David Carlisle
37 secs ago
add a comment |
For the very fisrt time, I am using the document class memoir to prepare a booklet. Everything was going pretty well until I have to insert a picture to finish my task
Note that my figure is loaded on Overleaf, I opened the figure environment, but If I recompile, my page is cutted as If I was typing in a regular A4 sheet of paper

here is my preamble
documentclass[a4paper]{memoir}
usepackage[utf8]{inputenc}
usepackage[brazil]{babel}
usepackage{graphicx}
usepackage{amsfonts}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{amscd}
settypeblocksize{5.5in}{4in}{*}
addtolength{textheight}{onelineskip}
setlrmargins{2in}{*}{*}
setulmargins{3in}{*}{*}
checkandfixthelayout
usepackage[print,1to1]{booklet}
nofiles
pagespersignature{16}
setpdftargetpages
ifprintoption
special{!TeXDict begin /landplus90{true}store end}
special{!TeXDict begin <</Tumble true>> setpagedevice end}
fi
Please, does anyone have suggestions? Thanks in advance for your attetion
memoir booklet
For the very fisrt time, I am using the document class memoir to prepare a booklet. Everything was going pretty well until I have to insert a picture to finish my task
Note that my figure is loaded on Overleaf, I opened the figure environment, but If I recompile, my page is cutted as If I was typing in a regular A4 sheet of paper

here is my preamble
documentclass[a4paper]{memoir}
usepackage[utf8]{inputenc}
usepackage[brazil]{babel}
usepackage{graphicx}
usepackage{amsfonts}
usepackage{amsmath}
usepackage{amssymb}
usepackage{amsthm}
usepackage{amscd}
settypeblocksize{5.5in}{4in}{*}
addtolength{textheight}{onelineskip}
setlrmargins{2in}{*}{*}
setulmargins{3in}{*}{*}
checkandfixthelayout
usepackage[print,1to1]{booklet}
nofiles
pagespersignature{16}
setpdftargetpages
ifprintoption
special{!TeXDict begin /landplus90{true}store end}
special{!TeXDict begin <</Tumble true>> setpagedevice end}
fi
Please, does anyone have suggestions? Thanks in advance for your attetion
memoir booklet
memoir booklet
edited 57 secs ago
Phelype Oleinik
26k54691
26k54691
asked 3 mins ago
Marcos PauloMarcos Paulo
111
111
1
it is much better if you show a complete small example document as text ({}in the editor) not images of the code, however it looks fromspecial{!TeXDict be..that you are using latex+dvips not pdflatex. dvips can not include jpg files.
– David Carlisle
37 secs ago
add a comment |
1
it is much better if you show a complete small example document as text ({}in the editor) not images of the code, however it looks fromspecial{!TeXDict be..that you are using latex+dvips not pdflatex. dvips can not include jpg files.
– David Carlisle
37 secs ago
1
1
it is much better if you show a complete small example document as text (
{} in the editor) not images of the code, however it looks from special{!TeXDict be.. that you are using latex+dvips not pdflatex. dvips can not include jpg files.– David Carlisle
37 secs ago
it is much better if you show a complete small example document as text (
{} in the editor) not images of the code, however it looks from special{!TeXDict be.. that you are using latex+dvips not pdflatex. dvips can not include jpg files.– David Carlisle
37 secs ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f486275%2finserting-a-figure-in-a-memoir-document%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f486275%2finserting-a-figure-in-a-memoir-document%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
it is much better if you show a complete small example document as text (
{}in the editor) not images of the code, however it looks fromspecial{!TeXDict be..that you are using latex+dvips not pdflatex. dvips can not include jpg files.– David Carlisle
37 secs ago