Copy it, or hit Open in editor to load it into the live preview and start editing immediately.
\documentclass[12pt]{article}
\usepackage{lmodern}
\usepackage{microtype}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage[numbers,super,sort&compress]{natbib}
\usepackage{hyperref}
\usepackage{geometry}
\geometry{a4paper, margin=2.5cm}
\usepackage{setspace}
\doublespacing
\begin{document}
\begin{center}
{\Large\bfseries Your Manuscript Title Here}\\[1em]
Author One$^{1,2}$, Author Two$^{1}$, Author Three$^{3,*}$\\[0.5em]
{\small $^1$Department, University, City, Country}\\
{\small $^2$Second Affiliation, City, Country}\\
{\small $^3$Third Affiliation, City, Country}\\
{\small $^*$Corresponding author: email@university.edu}
\end{center}
\vspace{1em}
\noindent\textbf{Abstract}\quad
Write a structured abstract of 150 words maximum. State the background, findings, and conclusions concisely.
\vspace{1em}
\hrule
\vspace{1em}
\section*{Introduction}
Begin with a broad statement of the field. State the gap your work fills. Conclude with a brief summary of findings \cite{watson1953}.
\section*{Results}
Present results in order of importance. Refer to display items as Figure~\ref{fig:1} and Table~\ref{tab:1}.
\begin{figure}[ht]
\centering
% \includegraphics[width=0.9\textwidth]{fig1.pdf}
\fbox{Figure 1 placeholder}
\caption{\textbf{Figure title.} Figure legend explaining panels a--d.}
\label{fig:1}
\end{figure}
\section*{Discussion}
Interpret results in context of the literature. Discuss limitations and future directions.
\section*{Methods}
\subsection*{Data collection}
Describe data sources, sample sizes, and collection protocols.
\subsection*{Statistical analysis}
Describe statistical methods used.
\section*{Data availability}
Data are available at [repository URL] under accession [ID].
\section*{Acknowledgements}
This work was supported by [grant agency] grant [number].
\begin{thebibliography}{99}
\bibitem{watson1953}
Watson, J. D., \& Crick, F. H. C. (1953).
A structure for deoxyribose nucleic acid.
\textit{Nature}, 171, 737--738.
\end{thebibliography}
\end{document}