Inserting a figure in a memoir document Announcing the arrival of Valued Associate #679: Cesar...
Why does Java have support for time zone offsets with seconds precision?
Was Objective-C really a hindrance to Apple software development?
How would it unbalance gameplay to rule that Weapon Master allows for picking a fighting style?
When speaking, how do you change your mind mid-sentence?
Is there a way to fake a method response using Mock or Stubs?
Can gravitational waves pass through a black hole?
When does Bran Stark remember Jamie pushing him?
Why do people think Winterfell crypts is the safest place for women, children & old people?
How to begin with a paragraph in latex
Does a Draconic Bloodline sorcerer's doubled proficiency bonus for Charisma checks against dragons apply to all dragon types or only the chosen one?
Marquee sign letters
When I export an AI 300x60 art board it saves with bigger dimensions
How was Lagrange appointed professor of mathematics so early?
What is the purpose of the side handle on a hand ("eggbeater") drill?
Will I lose my paid in full property
Feather, the Redeemed and Dire Fleet Daredevil
What is ls Largest Number Formed by only moving two sticks in 508?
Are there existing rules/lore for MTG planeswalkers?
Putting Ant-Man on house arrest
Why did Europeans not widely domesticate foxes?
Is a self contained air-bullet cartridge feasible?
What was Apollo 13's "Little Jolt" after MECO?
How to translate "red flag" into Spanish?
Why isn't everyone flabbergasted about Bran's "gift"?
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)Figure numbering with minipages (memoir)Construction of a Notation Page in Memoir Document Class:Document Class Memoir HeadersMemoir won't create huge documentTwo-column text-figure layout with memoirIncomplete Table of Contents (TOC) while using the memoir class and the booklet packageLaTeX, memoir, caption figure problemInserting text with cleardoublepage and memoirShowing frame boundaries in memoir documentmemoir chapter based figure numbering
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
6 mins ago
The log will show an error message I assume?
– David Carlisle
5 mins 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 6 mins ago
Phelype Oleinik
26k54691
26k54691
asked 9 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
6 mins ago
The log will show an error message I assume?
– David Carlisle
5 mins 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
6 mins ago
The log will show an error message I assume?
– David Carlisle
5 mins 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
6 mins 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
6 mins ago
The log will show an error message I assume?
– David Carlisle
5 mins ago
The log will show an error message I assume?
– David Carlisle
5 mins 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
6 mins ago
The log will show an error message I assume?
– David Carlisle
5 mins ago