Reviewer Report template for the journal The Evolving Scholar
\documentclass[10pt]{book}
% Packages
\usepackage{graphicx} % Required for inserting images
\usepackage{xcolor} % Manage colors
\usepackage{fancyhdr} % Headers & Footers
\usepackage{fontspec} % Fonts
\usepackage{geometry} % Page Size and Margins
\usepackage{hyperref} % Make Hyper References (Links)
\setlength{\parindent}{0pt} % Stop Indenting
\geometry{
left = 40pt,
right = 40pt,}
\begin{document}
\setmainfont{Arial} % Reseting Font
% Headers and Footers
\pagestyle{fancy}
\setlength{\headheight}{30pt}
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[L]{\small
The Evolving Scholar Vol 3, 2023 \\
ISSN 2667-2812
\includegraphics[width = 534pt]{ColorBar.png}}
\fancyhead[R]{\parbox{200pt}{\footnotesize
DOI: \vspace{20pt}}}
\fancyfoot{}
\fancyfoot[L]{\footnotesize
\includegraphics[width = 534pt]{ColorBar.png}
\color{gray} ISSN 2667-2812 \hspace{20pt} The Evolving Scholar Vol 3, 2023 - Reviewer Report}
\fancyfoot[R]{\\ \thepage}
\input{content}
\end{document}