Copy it, or hit Open in editor to load it into the live preview and start editing immediately.
\documentclass[12pt,a4paper]{article}
\usepackage{lmodern}
\usepackage{microtype}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{hyperref}
\hypersetup{colorlinks=true, allcolors=[rgb]{0.13,0.30,0.55}}
\usepackage{geometry}
\geometry{margin=2.5cm}
\title{Title of Your Paper \\[0.3em] {\large Subtitle or Affiliation}}
\author{First Author\thanks{Corresponding author: email@university.edu} \and Second Author}
\date{\today}
\begin{document}
\maketitle
\begin{abstract}
This paper presents a study of... Write your abstract here, summarizing the main contributions, methodology, and results. Keep it concise — typically 150–300 words.
\end{abstract}
\section{Introduction}
Write your introduction here. Reference prior work \cite{smith2023} and state your contributions clearly.
\section{Methodology}
Describe your methods. You can include equations:
\begin{equation}
E = mc^2
\end{equation}
And more complex ones:
\[
\int_0^\infty e^{-x^2}\,dx = \frac{\sqrt{\pi}}{2}
\]
\subsection{Experimental Setup}
Describe your experimental setup here.
\section{Results}
Present your results. Consider adding tables and figures.
\section{Conclusion}
Summarize your findings and future work.
\begin{thebibliography}{9}
\bibitem{smith2023} Smith, J. (2023). \textit{A great paper}. Journal of Things, 42(1), 1--10.
\end{thebibliography}
\end{document}