Title, author and abstract not generate in Elsarticle class only
up vote
4
down vote
favorite
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
add a comment |
up vote
4
down vote
favorite
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
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 amaketitle
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
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
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
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
lyx elsarticle
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 amaketitle
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
add a comment |
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 amaketitle
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
add a comment |
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}
add a comment |
up vote
0
down vote
I would like to outline what I did:
- First create a document and apply the ELSEVIER article class to it
- Then use the Begin and End Frontmatter from LyX
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...
add a comment |
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}
add a comment |
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}
add a comment |
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}
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}
answered Dec 28 '16 at 13:22
gernot
26.4k22960
26.4k22960
add a comment |
add a comment |
up vote
0
down vote
I would like to outline what I did:
- First create a document and apply the ELSEVIER article class to it
- Then use the Begin and End Frontmatter from LyX
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...
add a comment |
up vote
0
down vote
I would like to outline what I did:
- First create a document and apply the ELSEVIER article class to it
- Then use the Begin and End Frontmatter from LyX
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...
add a comment |
up vote
0
down vote
up vote
0
down vote
I would like to outline what I did:
- First create a document and apply the ELSEVIER article class to it
- Then use the Begin and End Frontmatter from LyX
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...
I would like to outline what I did:
- First create a document and apply the ELSEVIER article class to it
- Then use the Begin and End Frontmatter from LyX
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...
answered 14 hours ago
Diego
262
262
add a comment |
add a comment |
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%2f346013%2ftitle-author-and-abstract-not-generate-in-elsarticle-class-only%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
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