Title, author and abstract not generate in Elsarticle class only











up vote
4
down vote

favorite
1












Title, author and abstract do not generate in Elsarticle class only. When I execute the following example in LyX, empty file generated dialog box pops. Everything after index terms is able to generate in PDF. Please help me out. Thanks in advance :)



begin{document}

title{This is the title}
begin{abstract}
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
end{abstract}
end{document}









share|improve this question






















  • A nice example by Elsevier on how to use their template can be found here.
    – engineer
    Dec 28 '16 at 12:22










  • Welcome to TeX.SX! You need a maketitle command for the title and the abstract to appear.
    – gernot
    Dec 28 '16 at 13:20










  • @engineer thanks for the template, it is helping a lot!!
    – Raunak Lohiya
    Dec 28 '16 at 19:08










  • @gernot maketitle is working. Thanks but I am also able to produce title without using it.
    – Raunak Lohiya
    Dec 28 '16 at 19:12










  • It works by enclosing everything within begin{frontmatter} and end{frontmatter}
    – Raunak Lohiya
    Dec 28 '16 at 19:16















up vote
4
down vote

favorite
1












Title, author and abstract do not generate in Elsarticle class only. When I execute the following example in LyX, empty file generated dialog box pops. Everything after index terms is able to generate in PDF. Please help me out. Thanks in advance :)



begin{document}

title{This is the title}
begin{abstract}
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
end{abstract}
end{document}









share|improve this question






















  • A nice example by Elsevier on how to use their template can be found here.
    – engineer
    Dec 28 '16 at 12:22










  • Welcome to TeX.SX! You need a maketitle command for the title and the abstract to appear.
    – gernot
    Dec 28 '16 at 13:20










  • @engineer thanks for the template, it is helping a lot!!
    – Raunak Lohiya
    Dec 28 '16 at 19:08










  • @gernot maketitle is working. Thanks but I am also able to produce title without using it.
    – Raunak Lohiya
    Dec 28 '16 at 19:12










  • It works by enclosing everything within begin{frontmatter} and end{frontmatter}
    – Raunak Lohiya
    Dec 28 '16 at 19:16













up vote
4
down vote

favorite
1









up vote
4
down vote

favorite
1






1





Title, author and abstract do not generate in Elsarticle class only. When I execute the following example in LyX, empty file generated dialog box pops. Everything after index terms is able to generate in PDF. Please help me out. Thanks in advance :)



begin{document}

title{This is the title}
begin{abstract}
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
end{abstract}
end{document}









share|improve this question













Title, author and abstract do not generate in Elsarticle class only. When I execute the following example in LyX, empty file generated dialog box pops. Everything after index terms is able to generate in PDF. Please help me out. Thanks in advance :)



begin{document}

title{This is the title}
begin{abstract}
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
end{abstract}
end{document}






lyx elsarticle






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 28 '16 at 11:50









Raunak Lohiya

406




406












  • A nice example by Elsevier on how to use their template can be found here.
    – engineer
    Dec 28 '16 at 12:22










  • Welcome to TeX.SX! You need a maketitle command for the title and the abstract to appear.
    – gernot
    Dec 28 '16 at 13:20










  • @engineer thanks for the template, it is helping a lot!!
    – Raunak Lohiya
    Dec 28 '16 at 19:08










  • @gernot maketitle is working. Thanks but I am also able to produce title without using it.
    – Raunak Lohiya
    Dec 28 '16 at 19:12










  • It works by enclosing everything within begin{frontmatter} and end{frontmatter}
    – Raunak Lohiya
    Dec 28 '16 at 19:16


















  • A nice example by Elsevier on how to use their template can be found here.
    – engineer
    Dec 28 '16 at 12:22










  • Welcome to TeX.SX! You need a maketitle command for the title and the abstract to appear.
    – gernot
    Dec 28 '16 at 13:20










  • @engineer thanks for the template, it is helping a lot!!
    – Raunak Lohiya
    Dec 28 '16 at 19:08










  • @gernot maketitle is working. Thanks but I am also able to produce title without using it.
    – Raunak Lohiya
    Dec 28 '16 at 19:12










  • It works by enclosing everything within begin{frontmatter} and end{frontmatter}
    – Raunak Lohiya
    Dec 28 '16 at 19:16
















A nice example by Elsevier on how to use their template can be found here.
– engineer
Dec 28 '16 at 12:22




A nice example by Elsevier on how to use their template can be found here.
– engineer
Dec 28 '16 at 12:22












Welcome to TeX.SX! You need a maketitle command for the title and the abstract to appear.
– gernot
Dec 28 '16 at 13:20




Welcome to TeX.SX! You need a maketitle command for the title and the abstract to appear.
– gernot
Dec 28 '16 at 13:20












@engineer thanks for the template, it is helping a lot!!
– Raunak Lohiya
Dec 28 '16 at 19:08




@engineer thanks for the template, it is helping a lot!!
– Raunak Lohiya
Dec 28 '16 at 19:08












@gernot maketitle is working. Thanks but I am also able to produce title without using it.
– Raunak Lohiya
Dec 28 '16 at 19:12




@gernot maketitle is working. Thanks but I am also able to produce title without using it.
– Raunak Lohiya
Dec 28 '16 at 19:12












It works by enclosing everything within begin{frontmatter} and end{frontmatter}
– Raunak Lohiya
Dec 28 '16 at 19:16




It works by enclosing everything within begin{frontmatter} and end{frontmatter}
– Raunak Lohiya
Dec 28 '16 at 19:16










2 Answers
2






active

oldest

votes

















up vote
3
down vote



accepted










This is the minimal document that you need to make your title and abstract appear.



documentclass{elsarticle}
begin{document}
title{This is the title}
begin{abstract}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
end{abstract}
maketitle
end{document}


enter image description here






share|improve this answer




























    up vote
    0
    down vote













    I would like to outline what I did:




    1. First create a document and apply the ELSEVIER article class to it


    Create an Elsevier Article




    1. Then use the Begin and End Frontmatter from LyX


    Begin and End Frontmatter



    Of course, you may add many more things to the Front-matter and for that, I used the elsevier class article supplied in this thread to know what to place in the Frontmatter... Really cool and easy... Thanks...






    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',
      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%2f346013%2ftitle-author-and-abstract-not-generate-in-elsarticle-class-only%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      3
      down vote



      accepted










      This is the minimal document that you need to make your title and abstract appear.



      documentclass{elsarticle}
      begin{document}
      title{This is the title}
      begin{abstract}
      Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
      eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
      ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
      aliquip ex ea commodo consequat. Duis aute irure dolor in
      reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
      pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
      culpa qui officia deserunt mollit anim id est laborum.
      end{abstract}
      maketitle
      end{document}


      enter image description here






      share|improve this answer

























        up vote
        3
        down vote



        accepted










        This is the minimal document that you need to make your title and abstract appear.



        documentclass{elsarticle}
        begin{document}
        title{This is the title}
        begin{abstract}
        Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
        eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
        ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
        aliquip ex ea commodo consequat. Duis aute irure dolor in
        reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
        pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
        culpa qui officia deserunt mollit anim id est laborum.
        end{abstract}
        maketitle
        end{document}


        enter image description here






        share|improve this answer























          up vote
          3
          down vote



          accepted







          up vote
          3
          down vote



          accepted






          This is the minimal document that you need to make your title and abstract appear.



          documentclass{elsarticle}
          begin{document}
          title{This is the title}
          begin{abstract}
          Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
          eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
          ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
          aliquip ex ea commodo consequat. Duis aute irure dolor in
          reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
          pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
          culpa qui officia deserunt mollit anim id est laborum.
          end{abstract}
          maketitle
          end{document}


          enter image description here






          share|improve this answer












          This is the minimal document that you need to make your title and abstract appear.



          documentclass{elsarticle}
          begin{document}
          title{This is the title}
          begin{abstract}
          Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
          eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
          ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
          aliquip ex ea commodo consequat. Duis aute irure dolor in
          reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
          pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
          culpa qui officia deserunt mollit anim id est laborum.
          end{abstract}
          maketitle
          end{document}


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 28 '16 at 13:22









          gernot

          26.4k22960




          26.4k22960






















              up vote
              0
              down vote













              I would like to outline what I did:




              1. First create a document and apply the ELSEVIER article class to it


              Create an Elsevier Article




              1. Then use the Begin and End Frontmatter from LyX


              Begin and End Frontmatter



              Of course, you may add many more things to the Front-matter and for that, I used the elsevier class article supplied in this thread to know what to place in the Frontmatter... Really cool and easy... Thanks...






              share|improve this answer

























                up vote
                0
                down vote













                I would like to outline what I did:




                1. First create a document and apply the ELSEVIER article class to it


                Create an Elsevier Article




                1. Then use the Begin and End Frontmatter from LyX


                Begin and End Frontmatter



                Of course, you may add many more things to the Front-matter and for that, I used the elsevier class article supplied in this thread to know what to place in the Frontmatter... Really cool and easy... Thanks...






                share|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  I would like to outline what I did:




                  1. First create a document and apply the ELSEVIER article class to it


                  Create an Elsevier Article




                  1. Then use the Begin and End Frontmatter from LyX


                  Begin and End Frontmatter



                  Of course, you may add many more things to the Front-matter and for that, I used the elsevier class article supplied in this thread to know what to place in the Frontmatter... Really cool and easy... Thanks...






                  share|improve this answer












                  I would like to outline what I did:




                  1. First create a document and apply the ELSEVIER article class to it


                  Create an Elsevier Article




                  1. Then use the Begin and End Frontmatter from LyX


                  Begin and End Frontmatter



                  Of course, you may add many more things to the Front-matter and for that, I used the elsevier class article supplied in this thread to know what to place in the Frontmatter... Really cool and easy... Thanks...







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 14 hours ago









                  Diego

                  262




                  262






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f346013%2ftitle-author-and-abstract-not-generate-in-elsarticle-class-only%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

                      Contact image not getting when fetch all contact list from iPhone by CNContact

                      count number of partitions of a set with n elements into k subsets

                      A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks