How to put an image in part page Announcing the arrival of Valued Associate #679: Cesar...
How do living politicians protect their readily obtainable signatures from misuse?
Can an iPhone 7 be made to function as a NFC Tag?
Universal covering space of the real projective line?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
Tips to organize LaTeX presentations for a semester
Random body shuffle every night—can we still function?
"klopfte jemand" or "jemand klopfte"?
Mounting TV on a weird wall that has some material between the drywall and stud
New Order #6: Easter Egg
Did any compiler fully use 80-bit floating point?
Why weren't discrete x86 CPUs ever used in game hardware?
What does 丫 mean? 丫是什么意思?
How to force a browser when connecting to a specific domain to be https only using only the client machine?
What does it mean that physics no longer uses mechanical models to describe phenomena?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
How to change the tick of the color bar legend to black
Does silver oxide react with hydrogen sulfide?
Is there hard evidence that the grant peer review system performs significantly better than random?
What does this say in Elvish?
Tannaka duality for semisimple groups
Sally's older brother
The Nth Gryphon Number
Why is a lens darker than other ones when applying the same settings?
Is CEO the "profession" with the most psychopaths?
How to put an image in part page
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Styling the part pageRedefine memoir Part to allow imageSuppress page numbers for part titles in memoirRedefine report Part with imageMemoir: Custom Table of Contents with “veelo” Chapter StyleMemoir chapterstyle - add image before chapter numImage on opposite part pageOverride All Header and Footer Styles for All Chapter Title and Content Pages?part page stylingAdding an image to the same page as part with book class?
I am trying to put an image into the same page as the part header, something like a sub-cover.
I tried something along the lines:
documentclass[10pt,ebook,italian,onecolumn,oneside,titlepage,extrafontsizes]{memoir}
usepackage[italian]{babel}
usepackage{graphicx}
...
title{Book Title}
begin{document}
frontmatter
maketitle
mainmatter
chapterstyle{companion}
tableofcontents
part{Part I Title}
includegraphics[width=linewidth]{PartIcover.jpg}
chapter{First Chapter TItle}
This does not work well for two reasons:
- image is not right after "Part I Title", but on next page.
- in image page I get a spurious "INDEX #" header (which is not present in
partpage, of course)
Is it possible to achieve the desired effect? ("Part I Title" on top of page and image below it).
If so: how?
Note: I am almost a newbie to LaTeX, please be lenient.
graphics memoir parts
add a comment |
I am trying to put an image into the same page as the part header, something like a sub-cover.
I tried something along the lines:
documentclass[10pt,ebook,italian,onecolumn,oneside,titlepage,extrafontsizes]{memoir}
usepackage[italian]{babel}
usepackage{graphicx}
...
title{Book Title}
begin{document}
frontmatter
maketitle
mainmatter
chapterstyle{companion}
tableofcontents
part{Part I Title}
includegraphics[width=linewidth]{PartIcover.jpg}
chapter{First Chapter TItle}
This does not work well for two reasons:
- image is not right after "Part I Title", but on next page.
- in image page I get a spurious "INDEX #" header (which is not present in
partpage, of course)
Is it possible to achieve the desired effect? ("Part I Title" on top of page and image below it).
If so: how?
Note: I am almost a newbie to LaTeX, please be lenient.
graphics memoir parts
add a comment |
I am trying to put an image into the same page as the part header, something like a sub-cover.
I tried something along the lines:
documentclass[10pt,ebook,italian,onecolumn,oneside,titlepage,extrafontsizes]{memoir}
usepackage[italian]{babel}
usepackage{graphicx}
...
title{Book Title}
begin{document}
frontmatter
maketitle
mainmatter
chapterstyle{companion}
tableofcontents
part{Part I Title}
includegraphics[width=linewidth]{PartIcover.jpg}
chapter{First Chapter TItle}
This does not work well for two reasons:
- image is not right after "Part I Title", but on next page.
- in image page I get a spurious "INDEX #" header (which is not present in
partpage, of course)
Is it possible to achieve the desired effect? ("Part I Title" on top of page and image below it).
If so: how?
Note: I am almost a newbie to LaTeX, please be lenient.
graphics memoir parts
I am trying to put an image into the same page as the part header, something like a sub-cover.
I tried something along the lines:
documentclass[10pt,ebook,italian,onecolumn,oneside,titlepage,extrafontsizes]{memoir}
usepackage[italian]{babel}
usepackage{graphicx}
...
title{Book Title}
begin{document}
frontmatter
maketitle
mainmatter
chapterstyle{companion}
tableofcontents
part{Part I Title}
includegraphics[width=linewidth]{PartIcover.jpg}
chapter{First Chapter TItle}
This does not work well for two reasons:
- image is not right after "Part I Title", but on next page.
- in image page I get a spurious "INDEX #" header (which is not present in
partpage, of course)
Is it possible to achieve the desired effect? ("Part I Title" on top of page and image below it).
If so: how?
Note: I am almost a newbie to LaTeX, please be lenient.
graphics memoir parts
graphics memoir parts
asked 8 mins ago
ZioByteZioByte
1625
1625
add a comment |
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%2f485819%2fhow-to-put-an-image-in-part-page%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%2f485819%2fhow-to-put-an-image-in-part-page%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