Right aligned Title with image on the leftHow do I put an image on the left of right-aligned textHow can I include a title image at the lower part of the title page?Trying to make a title left aligned in a minipageCreate a document cover using style classTitle page with the author name on the top left cornerHow to achieve a left aligned title with smaller contact information for a resume?Creating a title with an imageThe title and image keep repeating in all pagesLeft and right aligned on same lineChapter number to the left, chapter title to the rightCustom subsection title with image
LiOH hydrolysis of methyl 2,2-dimethoxyacetate not giving product?
call() a function within its own context
My parents are Afghan
Does this website provide consistent translation into Wookiee?
Justification of physical currency in an interstellar civilization?
How do I give a darkroom course without negs from the attendees?
Game artist computer workstation set-up – is this overkill?
Did any early RISC OS precursor run on the BBC Micro?
The unknown and unexplained in science fiction
Gift for mentor after his thesis defense?
What calendar would the Saturn nation use?
Select list elements based on other list
If quadruped mammals evolve to become bipedal will their breast or nipple change position?
Is it safe to keep the GPU on 100% utilization for a very long time?
shebang or not shebang
Bash prompt takes only the first word of a hostname before the dot
Make me a minimum magic sum
Convert a huge txt-file into a dataset
What's the difference between "ricochet" and "bounce"?
Antivirus for Ubuntu 18.04
Are modes in jazz primarily a melody thing?
If an attacker targets a creature with the Sanctuary spell cast on them, but fails the Wisdom save, can they choose not to attack anyone else?
Explaining intravenous drug abuse to a small child
In a series of books, what happens after the coming of age?
Right aligned Title with image on the left
How do I put an image on the left of right-aligned textHow can I include a title image at the lower part of the title page?Trying to make a title left aligned in a minipageCreate a document cover using style classTitle page with the author name on the top left cornerHow to achieve a left aligned title with smaller contact information for a resume?Creating a title with an imageThe title and image keep repeating in all pagesLeft and right aligned on same lineChapter number to the left, chapter title to the rightCustom subsection title with image
I want to make a title that will follow the following structure:
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx% remove demo option in actual document
begindocument
noindentbeginminipage0.3textwidth% adapt widths of minipages to your needs
includegraphics[width=linewidth]yourimage
endminipage%
hfill%
beginminipage0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
endminipage
enddocument
(code found here How do I put an image on the left of right-aligned text)
That is the text of the title
will be right aligned and there will be an image on the left of the text
How is it possible this?
titles
|
show 1 more comment
I want to make a title that will follow the following structure:
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx% remove demo option in actual document
begindocument
noindentbeginminipage0.3textwidth% adapt widths of minipages to your needs
includegraphics[width=linewidth]yourimage
endminipage%
hfill%
beginminipage0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
endminipage
enddocument
(code found here How do I put an image on the left of right-aligned text)
That is the text of the title
will be right aligned and there will be an image on the left of the text
How is it possible this?
titles
What is your question?
– AboAmmar
6 hours ago
@AboAmmar I gave this MWE as an indication of the title structure I want to achieve. The title's text will right aligned and the image on the left.
– Dimitris
6 hours ago
Will the title be the text Yesterday all my troubles... or will it be something else?
– M. Al Jumaily
5 hours ago
@M.AlJumaily No something else. If the way I asked the question is misleading I will modify it.
– Dimitris
5 hours ago
@Dimitris - Yes, I mean do you need this for a title page usingmaketitle
or something else, the question is not very specific.
– AboAmmar
5 hours ago
|
show 1 more comment
I want to make a title that will follow the following structure:
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx% remove demo option in actual document
begindocument
noindentbeginminipage0.3textwidth% adapt widths of minipages to your needs
includegraphics[width=linewidth]yourimage
endminipage%
hfill%
beginminipage0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
endminipage
enddocument
(code found here How do I put an image on the left of right-aligned text)
That is the text of the title
will be right aligned and there will be an image on the left of the text
How is it possible this?
titles
I want to make a title that will follow the following structure:
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx% remove demo option in actual document
begindocument
noindentbeginminipage0.3textwidth% adapt widths of minipages to your needs
includegraphics[width=linewidth]yourimage
endminipage%
hfill%
beginminipage0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
endminipage
enddocument
(code found here How do I put an image on the left of right-aligned text)
That is the text of the title
will be right aligned and there will be an image on the left of the text
How is it possible this?
titles
titles
asked 6 hours ago
DimitrisDimitris
459212
459212
What is your question?
– AboAmmar
6 hours ago
@AboAmmar I gave this MWE as an indication of the title structure I want to achieve. The title's text will right aligned and the image on the left.
– Dimitris
6 hours ago
Will the title be the text Yesterday all my troubles... or will it be something else?
– M. Al Jumaily
5 hours ago
@M.AlJumaily No something else. If the way I asked the question is misleading I will modify it.
– Dimitris
5 hours ago
@Dimitris - Yes, I mean do you need this for a title page usingmaketitle
or something else, the question is not very specific.
– AboAmmar
5 hours ago
|
show 1 more comment
What is your question?
– AboAmmar
6 hours ago
@AboAmmar I gave this MWE as an indication of the title structure I want to achieve. The title's text will right aligned and the image on the left.
– Dimitris
6 hours ago
Will the title be the text Yesterday all my troubles... or will it be something else?
– M. Al Jumaily
5 hours ago
@M.AlJumaily No something else. If the way I asked the question is misleading I will modify it.
– Dimitris
5 hours ago
@Dimitris - Yes, I mean do you need this for a title page usingmaketitle
or something else, the question is not very specific.
– AboAmmar
5 hours ago
What is your question?
– AboAmmar
6 hours ago
What is your question?
– AboAmmar
6 hours ago
@AboAmmar I gave this MWE as an indication of the title structure I want to achieve. The title's text will right aligned and the image on the left.
– Dimitris
6 hours ago
@AboAmmar I gave this MWE as an indication of the title structure I want to achieve. The title's text will right aligned and the image on the left.
– Dimitris
6 hours ago
Will the title be the text Yesterday all my troubles... or will it be something else?
– M. Al Jumaily
5 hours ago
Will the title be the text Yesterday all my troubles... or will it be something else?
– M. Al Jumaily
5 hours ago
@M.AlJumaily No something else. If the way I asked the question is misleading I will modify it.
– Dimitris
5 hours ago
@M.AlJumaily No something else. If the way I asked the question is misleading I will modify it.
– Dimitris
5 hours ago
@Dimitris - Yes, I mean do you need this for a title page using
maketitle
or something else, the question is not very specific.– AboAmmar
5 hours ago
@Dimitris - Yes, I mean do you need this for a title page using
maketitle
or something else, the question is not very specific.– AboAmmar
5 hours ago
|
show 1 more comment
3 Answers
3
active
oldest
votes
OK, just wrap what you wrote inside a title..
command. Is this what you want?
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx% remove demo option in actual document
begindocument
titlebeginminipage0.3textwidth% adapt widths of minipages to your needs
includegraphics[width=linewidth]yourimage
endminipage%
hfill%
beginminipage0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
endminipage
date
author
maketitle
enddocument
add a comment |
documentclass[12pt]article
usepackagegraphicx,lipsum
makeatletter
def@maketitle
noindentbeginminipage0.3textwidth
includegraphics[width=linewidth]example-image-duck
endminipage%
hfillbeginminipage0.69textwidth
raggedleftbfseries@titleparmedskip(@author,
@date)endminipagevspace3em
makeatother
begindocument
titleYesterday,\
all my troubles seemed so far away.\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
authorThe Beatles
date1965
maketitle
lipsum[1-2]
enddocument
add a comment |
I have updated the answer.
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx
usepackageadjustbox
begindocument
titlePaper Title
authorYour name
datetoday
noindentadjustboxvalign = t%
includegraphics[width = 0.3textwidth, height = 3in]yourimagehfill%Image
beginminipage[t]0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.\
begingroup
letcenterflushright
maketitle
endgroup
endminipage\
Stuff stuff stuff...
enddocument
add a comment |
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%2f489520%2fright-aligned-title-with-image-on-the-left%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
OK, just wrap what you wrote inside a title..
command. Is this what you want?
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx% remove demo option in actual document
begindocument
titlebeginminipage0.3textwidth% adapt widths of minipages to your needs
includegraphics[width=linewidth]yourimage
endminipage%
hfill%
beginminipage0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
endminipage
date
author
maketitle
enddocument
add a comment |
OK, just wrap what you wrote inside a title..
command. Is this what you want?
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx% remove demo option in actual document
begindocument
titlebeginminipage0.3textwidth% adapt widths of minipages to your needs
includegraphics[width=linewidth]yourimage
endminipage%
hfill%
beginminipage0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
endminipage
date
author
maketitle
enddocument
add a comment |
OK, just wrap what you wrote inside a title..
command. Is this what you want?
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx% remove demo option in actual document
begindocument
titlebeginminipage0.3textwidth% adapt widths of minipages to your needs
includegraphics[width=linewidth]yourimage
endminipage%
hfill%
beginminipage0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
endminipage
date
author
maketitle
enddocument
OK, just wrap what you wrote inside a title..
command. Is this what you want?
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx% remove demo option in actual document
begindocument
titlebeginminipage0.3textwidth% adapt widths of minipages to your needs
includegraphics[width=linewidth]yourimage
endminipage%
hfill%
beginminipage0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
endminipage
date
author
maketitle
enddocument
answered 5 hours ago
AboAmmarAboAmmar
35.1k32985
35.1k32985
add a comment |
add a comment |
documentclass[12pt]article
usepackagegraphicx,lipsum
makeatletter
def@maketitle
noindentbeginminipage0.3textwidth
includegraphics[width=linewidth]example-image-duck
endminipage%
hfillbeginminipage0.69textwidth
raggedleftbfseries@titleparmedskip(@author,
@date)endminipagevspace3em
makeatother
begindocument
titleYesterday,\
all my troubles seemed so far away.\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
authorThe Beatles
date1965
maketitle
lipsum[1-2]
enddocument
add a comment |
documentclass[12pt]article
usepackagegraphicx,lipsum
makeatletter
def@maketitle
noindentbeginminipage0.3textwidth
includegraphics[width=linewidth]example-image-duck
endminipage%
hfillbeginminipage0.69textwidth
raggedleftbfseries@titleparmedskip(@author,
@date)endminipagevspace3em
makeatother
begindocument
titleYesterday,\
all my troubles seemed so far away.\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
authorThe Beatles
date1965
maketitle
lipsum[1-2]
enddocument
add a comment |
documentclass[12pt]article
usepackagegraphicx,lipsum
makeatletter
def@maketitle
noindentbeginminipage0.3textwidth
includegraphics[width=linewidth]example-image-duck
endminipage%
hfillbeginminipage0.69textwidth
raggedleftbfseries@titleparmedskip(@author,
@date)endminipagevspace3em
makeatother
begindocument
titleYesterday,\
all my troubles seemed so far away.\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
authorThe Beatles
date1965
maketitle
lipsum[1-2]
enddocument
documentclass[12pt]article
usepackagegraphicx,lipsum
makeatletter
def@maketitle
noindentbeginminipage0.3textwidth
includegraphics[width=linewidth]example-image-duck
endminipage%
hfillbeginminipage0.69textwidth
raggedleftbfseries@titleparmedskip(@author,
@date)endminipagevspace3em
makeatother
begindocument
titleYesterday,\
all my troubles seemed so far away.\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.
authorThe Beatles
date1965
maketitle
lipsum[1-2]
enddocument
answered 5 hours ago
FranFran
54k6122183
54k6122183
add a comment |
add a comment |
I have updated the answer.
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx
usepackageadjustbox
begindocument
titlePaper Title
authorYour name
datetoday
noindentadjustboxvalign = t%
includegraphics[width = 0.3textwidth, height = 3in]yourimagehfill%Image
beginminipage[t]0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.\
begingroup
letcenterflushright
maketitle
endgroup
endminipage\
Stuff stuff stuff...
enddocument
add a comment |
I have updated the answer.
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx
usepackageadjustbox
begindocument
titlePaper Title
authorYour name
datetoday
noindentadjustboxvalign = t%
includegraphics[width = 0.3textwidth, height = 3in]yourimagehfill%Image
beginminipage[t]0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.\
begingroup
letcenterflushright
maketitle
endgroup
endminipage\
Stuff stuff stuff...
enddocument
add a comment |
I have updated the answer.
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx
usepackageadjustbox
begindocument
titlePaper Title
authorYour name
datetoday
noindentadjustboxvalign = t%
includegraphics[width = 0.3textwidth, height = 3in]yourimagehfill%Image
beginminipage[t]0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.\
begingroup
letcenterflushright
maketitle
endgroup
endminipage\
Stuff stuff stuff...
enddocument
I have updated the answer.
documentclass[12pt]article
usepackage[pass,showframe]geometry% just to show the page margins
usepackage[demo]graphicx
usepackageadjustbox
begindocument
titlePaper Title
authorYour name
datetoday
noindentadjustboxvalign = t%
includegraphics[width = 0.3textwidth, height = 3in]yourimagehfill%Image
beginminipage[t]0.6textwidthraggedleft
Yesterday,\
all my troubles seemed so far away\
Now it looks as though they're here to stay\
Oh, I believe in yesterday.\
begingroup
letcenterflushright
maketitle
endgroup
endminipage\
Stuff stuff stuff...
enddocument
edited 4 hours ago
answered 5 hours ago
M. Al JumailyM. Al Jumaily
536128
536128
add a comment |
add a comment |
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%2f489520%2fright-aligned-title-with-image-on-the-left%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
What is your question?
– AboAmmar
6 hours ago
@AboAmmar I gave this MWE as an indication of the title structure I want to achieve. The title's text will right aligned and the image on the left.
– Dimitris
6 hours ago
Will the title be the text Yesterday all my troubles... or will it be something else?
– M. Al Jumaily
5 hours ago
@M.AlJumaily No something else. If the way I asked the question is misleading I will modify it.
– Dimitris
5 hours ago
@Dimitris - Yes, I mean do you need this for a title page using
maketitle
or something else, the question is not very specific.– AboAmmar
5 hours ago