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













1















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


enter image description here



(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?










share|improve this question






















  • 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















1















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


enter image description here



(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?










share|improve this question






















  • 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













1












1








1








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


enter image description here



(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?










share|improve this question














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


enter image description here



(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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 using maketitle or something else, the question is not very specific.

    – AboAmmar
    5 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












  • 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
















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










3 Answers
3






active

oldest

votes


















1














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





share|improve this answer






























    2














    mwe



    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





    share|improve this answer






























      0














      I have updated the answer.



      Output



      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





      share|improve this answer

























        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
        );



        );













        draft saved

        draft discarded


















        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









        1














        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





        share|improve this answer



























          1














          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





          share|improve this answer

























            1












            1








            1







            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





            share|improve this answer













            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






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 5 hours ago









            AboAmmarAboAmmar

            35.1k32985




            35.1k32985





















                2














                mwe



                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





                share|improve this answer



























                  2














                  mwe



                  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





                  share|improve this answer

























                    2












                    2








                    2







                    mwe



                    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





                    share|improve this answer













                    mwe



                    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






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 5 hours ago









                    FranFran

                    54k6122183




                    54k6122183





















                        0














                        I have updated the answer.



                        Output



                        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





                        share|improve this answer





























                          0














                          I have updated the answer.



                          Output



                          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





                          share|improve this answer



























                            0












                            0








                            0







                            I have updated the answer.



                            Output



                            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





                            share|improve this answer















                            I have updated the answer.



                            Output



                            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






                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited 4 hours ago

























                            answered 5 hours ago









                            M. Al JumailyM. Al Jumaily

                            536128




                            536128



























                                draft saved

                                draft discarded
















































                                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.




                                draft saved


                                draft discarded














                                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





















































                                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







                                Popular posts from this blog

                                ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

                                Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

                                19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу