As many of you know, there are different options of Elsevier document which includes:
\documentclass[preprint,12pt,authoryear]{elsarticle}
\documentclass[authoryear,preprint,review,12pt]{elsarticle}
\documentclass[final,1p,times,authoryear]{elsarticle}
\documentclass[final,1p,times,twocolumn,authoryear]{elsarticle}
\documentclass[final,3p,times,authoryear]{elsarticle}
\documentclass[final,3p,times,twocolumn,authoryear]{elsarticle}
\documentclass[final,5p,times,authoryear]{elsarticle}
\documentclass[final,5p,times,twocolumn,authoryear]{elsarticle}
My question here is, can I have a 5p single-column paper?? What is the difference between (5p) and (5p, twocolumn) ??
When I used \documentclass[final,5p,times,authoryear]{elsarticle}, it gives me a two column layout which I don't need.
[5p,onecolumn]? – David Carlisle Jun 27 '18 at 15:22