\documentclass[12pt]{trbart}
% Document Informations
\trbtitle{Title that Needs Manual Capitalization on Each Word}
\trbauthor{Author You,Author Null,Author Null}
\trbaffil{Univ. Example,Univ. Null,Research Center Null}
\trbaddress{{City, State Zipcode},{City, State Zipcode},{City, State Zipcode}}
\trbemail{you@example.com,No Email,No Email}
\trbwordcount{2333}
\trbtablecount{1}
% --- Main ---
\begin{document}
\linenumbers%
\maketitle
% Abstract
\section{Abstract}
This is the abstract paragraph.
\trbkeywords{Keywords,for,the,abstract}
\section{Introduction}
This template is provided by my Github repository:
\url{https://github.com/wklchris/TRB-template}
Before compiling the document, user needs to go to the Overleaf Menu and change the compiler to XeLaTeX. For a detailed instruction, see the README document in the repository.
\section{Citation \& Bibliography style}
Here, I cite a journal article~\autocite{egarticle}, a book~\autocite{egbook}, an conference article~\autocite{egconference} and an online document~\autocite{egonline}.
% References
\printtrbrefs%
\end{document}