%% Version 1.0 PE&RS
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Final_manuscript.tex -- LaTeX-based template for submissions to PHOTOGRAMMETRIC ENGINEERING & REMOTE SENSING
%
\documentclass{PERS}
\usepackage{lmodern}
% Enter packages here. If too many math alphabets are used,
% remove unnecessary packages or define hmmax and bmmax as necessary.
%\newcommand{\hmmax}{0}
%\newcommand{\bmmax}{0}
\usepackage{amsmath,amsfonts,amssymb,bm}
\usepackage{mathptmx}%{times}
\usepackage{newtxtext}
\usepackage{newtxmath}
%%% To be entered by author:
%% May use \\ to break lines in title:
\title{Title}
%%% Enter authors' names, as you see in this example:
%%% Use \correspondingauthor{} and \thanks{Current Affiliation:...}
%%% immediately following the appropriate author.
%%%
%%% Note that the \correspondingauthor{} command is NECESSARY.
%%% The \thanks{} commands are OPTIONAL.
\authors{AuthorNameA, AuthorNameB, AuthorNameC}
\affiliation{AuthorNameA is with the xxx Lab, xxx Department, xxxx Department, xxx Institute, xxx University. City, State, Postcode, Country. \\
AuthorNameB is with the xxx Lab, xxx Institute. City, State, Postcode, Country.\\
AuthorNameC is with the xxxx Department, xxx University. City, State, Postcode, Country. \\
Corresponding author AuthorName (xxx@xxxx )}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ABSTRACT
%
% Enter your Abstract here
\abstract{Enter the text of your abstract here. The Abstract of 300 words or less. \\Graphics Abstract should be submitted in a sperate figure in the editorial manager system when you submit the final paper (make sure the captions of this figure is embedded into the figure file), DO NOT Paste your Graphic Abstract here. Thanks}
\begin{document}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% MAIN BODY OF PAPER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\section{Section Title}
content
\subsection{Formatting text and sections}
A complete and accurate reference list is essential. Only works cited in the text should be included. Cite references to published literature in the text in alphabetical order by authors’ last names and date as for example \cite{qin2014object}, \cite{qin20143d} or \citep{qin2014object, qin20143d} depending on sentence construction. If there are more than two authors, they should be cited as \citep{zhang2023image} or \cite{zhang2023image}. Personal communications and unpublished data or reports should not be included in the reference list but should be shown parenthetically in the text (Jones unpublished data 2010). Remember always add doi for the reference if it is missing.
All Table and figures should be cited in the manuscript, like Table \ref{Table:1}. and Figure \ref{Fig:1}. All figures and tables must be cited in the text. Authors should note that figures and tables will usually be reduced in size by the printer to optimize use of space and should be designed accordingly. For purposes of peer review figures and tables can be embedded in the manuscript. However, it should be noted that manuscripts once accepted will require that all figures be included as separate files (see instructions for accepted manuscripts) If the manuscript contains copyrighted imagery a copyright statement must be included in the caption (e.g., ©SPOT Image Copyright year] CNES).
Authors should express equations as simply as possible. They should include only those equations required by an average reader to understand the technical arguments in the manuscript. Equations must be numbered (\ref{Equations:1}) but unlike tables figures color plates and line drawings should be embedded in the text file.
\begin{table}[ht]
\centering
\caption{Table title}
\begin{tabular}{ll}
\hline
A & B \\
\hline
C & E \\
D & F \\
\hline
\label{Table:1}
\end{tabular}
\end{table}
\begin{equation}
x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
\label{Equations:1}
\end{equation}
\begin{figure}[ht]
\centerline{\includegraphics[width=19pc]{figure1.png}}
\caption{Enter the caption for your figure here.}
\label{Fig:1}
\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ACKNOWLEDGMENTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Acknowledgment}
In keeping with the process of blind reviews authors are asked not to include acknowledgments in manuscripts submitted for peer review. An acknowledgment may reveal a considerable amount of information for reviewers that is not necessary or desirable for their evaluation of the manuscript. After a manuscript is accepted for publication the lead author will be encouraged to insert appropriate acknowledgments.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% REFERENCES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{PERS}
\bibliography{references}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% END OF Final_manuscript.TEX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%