How to put an image in part page Announcing the arrival of Valued Associate #679: Cesar...
Tips to organize LaTeX presentations for a semester
Where is the Next Backup Size entry on iOS 12?
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
How to force a browser when connecting to a specific domain to be https only using only the client machine?
The Nth Gryphon Number
A term for a woman complaining about things/begging in a cute/childish way
How many time has Arya actually used Needle?
Moving a wrapfig vertically to encroach partially on a subsection title
What is the chair depicted in Cesare Maccari's 1889 painting "Cicerone denuncia Catilina"?
Putting class ranking in CV, but against dept guidelines
Did any compiler fully use 80-bit floating point?
Does any scripture mention that forms of God or Goddess are symbolic?
Nose gear failure in single prop aircraft: belly landing or nose-gear up landing?
Does silver oxide react with hydrogen sulfide?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
Is multiple magic items in one inherently imbalanced?
Why is a lens darker than other ones when applying the same settings?
What does Turing mean by this statement?
Flight departed from the gate 5 min before scheduled departure time. Refund options
New Order #6: Easter Egg
How can a team of shapeshifters communicate?
NERDTreeMenu Remapping
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
How to ternary Plot3D a function
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 4 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