- Removing maketitle
- Removing titlepage
- The blank page vanishes if I remove the frontmatter, but removing the front matter will remove the abstract from the first page
Please help.
Code: Select all
\documentclass[a4paper,10pt,twocolumn,preprint,3p]{elsarticle}
\usepackage{lineno,hyperref}
\usepackage{amsmath}
\usepackage{tabularx}
\usepackage{amssymb}
\usepackage{xcolor}
\usepackage{color}
\journal{Journal of \LaTeX\ Templates}
%%%%%%%%%%%%%%%%%%%%%%%
%% Elsevier bibliography styles
\bibliographystyle{elsarticle-num}
%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{frontmatter}
\twocolumn[
\begin{@twocolumnfalse}
\title{blah blah\tnoteref{mytitlenote}}
\begin{abstract}
sdsaddssad
\end{abstract}
\begin{keyword}
sdasd
\end{keyword}
\end{@twocolumnfalse}]
\end{frontmatter}
\section{Introduction}
sadsada
\end{document}