\documentclass [12pt]{article} \usepackage{graphicx,amssymb,amsfonts,latexsym,amsmath,amsthm,times} \usepackage{epsfig} \usepackage{color} \usepackage[english]{babel} \setlength{\textwidth}{6.5in} \textheight=8.5in \oddsidemargin 0in \topmargin -0.5 in \renewcommand{\theequation}{\thesection.\arabic{equation}} \numberwithin{equation}{section} %******************************************************************* \usepackage{fancyhdr} \pagestyle{fancy} \lhead{} \chead{} \rhead{\bfseries {\it Formatting Papers for Possible Publication in FSE}} \lhead{\bfseries {\it A. Author1 et al.}} \cfoot{\footnotesize \it{Frontiers in Science and Engineering\\ An International Journal Edited by Hassan II Academy of Science and Technology}} \rfoot{\thepage} \renewcommand{\headrulewidth}{0.4pt} \renewcommand{\footrulewidth}{0.4pt} %******************************************************************* % NECESSARY TO DEFINE IN ORDER TO GET AN AUTOMATIC NUMBERING OF THEOREMS, DEFINITIONS, ETC. %******************************************************************* \newtheorem{theorem}{Theorem} \newtheorem{acknowledgement}[theorem]{Acknowledgement} \newtheorem{algorithm}[theorem]{Algorithm} \newtheorem{axiom}[theorem]{Axiom} \newtheorem{case}[theorem]{Case} \newtheorem{claim}[theorem]{Claim} \newtheorem{conclusion}[theorem]{Conclusion} \newtheorem{condition}[theorem]{Condition} \newtheorem{conjecture}[theorem]{Conjecture} \newtheorem{corollary}[theorem]{Corollary} \newtheorem{criterion}[theorem]{Criterion} \newtheorem{definition}[theorem]{Definition} \newtheorem{example}[theorem]{Example} \newtheorem{exercise}[theorem]{Exercise} \newtheorem{lemma}[theorem]{Lemma} \newtheorem{notation}[theorem]{Notation} \newtheorem{problem}[theorem]{Problem} \newtheorem{proposition}[theorem]{Proposition} \newtheorem{remark}[theorem]{Remark} \newtheorem{solution}[theorem]{Solution} \newtheorem{summary}[theorem]{Summary} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \renewcommand\thesection{\arabic{section}.} \renewcommand\thesubsection{\thesection\arabic{subsection}.} \renewcommand\thesubsubsection{\thesubsection\arabic{subsubsection}.} \renewcommand\theequation{\thesection\arabic{equation}} \begin{document} \vspace*{2cm} \normalsize \centerline{\Large \bf Formatting Papers for Possible Publication } \normalsize \centerline{\Large \bf in Frontiers in Science and Technology International Journal} \vspace*{1cm} %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \centerline{\bf A. Author1$^1$ and B. Author2$^2$ } \vspace*{0.5cm} %******************************************************************* %ADDRESS OF THE AUTHORS %******************************************************************* \centerline{$^1$ Institution Name 1, Department if any, Full address including the country} \centerline{$^2$ Institution Name 1, Department if any, Full address including the country} \centerline{$^3$ \footnotesize \it{Corresponding Author E-mail: a.author1@institute.edu}} \vspace*{0.5cm} %******************************************************************* %ABSTRA%******************************************************************* \noindent {\bf Abstract.} {\it This is to describe formatting of papers for possible publication in Frontiers in Science and Engineering, an International Journal edited by Hassan II Academy of Science and Technology. Reviews or State of the Art and Original Research Papers, require an abstract. The abstract is limited to 300 words or less. For Research Articles, the abstract should include a brief statement for each of the sections related to Introduction, Methods/Approaches/Materials and Discussion, and Conclusion written in paragraph form. All abstracts must be written in one paragraph, with no subheadings, equations, tables, reference citations or graphics. Notice that When readers are searching for information online, an abstract of an article is the first thing they see. Your abstract needs to be concise but convey as much information as possible about the content of your article. In addition, our Publication System Manager Publishing will supply your abstract to many other database systems used by researchers to find papers.} \vspace*{0.5cm} \noindent {\bf Key words:} Maximum 5 key words, no capital letters. \vspace*{1cm} \setcounter{equation}{0} %%%%%%%%%%%%%%%%%%%%%%========================================= \section{Introduction} Required for Reviews/State of the art and Original Research Articles. one to two pages. \section{Approachs /Methods /Materials } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Please describe your approach. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5%%%%%%%%%%%%%%%%%%%% \section{Section X} Please fill in your section \subsection{ Subsection Y} Equations should be numbered if they are referred to. \begin{equation} x^2+y^2=z^2. \label{eq1} \end{equation} Please see how to write equation (\ref{eq1}) in the latex file. \begin{theorem} To write a paper, please follow the instructions to authors to avoid going back and forth with the editors. \end{theorem} \noindent {\bf Proof.} Please follow the instructions. \begin{remark} For the references please remind that books \cite{book} and papers \cite{paper} are treated differently. \end{remark} \section{Section Z} If the paper is accepted, you will have to send the latex, eps files and pdf files to the editors. %%%%%%%%%%%%%%%%%%%%%%% \section{Numerical results} Summarize your results. Figures and tables should be numbered and contain a title explaining their purpose. Figure \ref{fig1} respectivel Tables \ref{tab1} are given for simple illustration. %%%%%%%%%%%%%%% \begin{figure}[h!] \begin{center} \centerline{\includegraphics[width=10cm,height=10cm]{figure.eps}} \caption{Figures should be high quality eps (encapsulated postscript) files.They should be clearly explained with legend if required.}\label{fig1} \end{center} \end{figure} %%%%%%%%%%%%%%%%%%%%%%%%% \begin{table}[h!] \begin{center} \begin{tabular}{c|c|c|c} $N_h$~~ & $\| e \|_{L^\infty}$ & $\| \nabla e \|_{L^\infty}$ & $\| e \|_{L^2}$ \\ \hline 2000 & 3.72e-2 & 1.23e+0 & 2.04e-1 \\ 8000 & 8.12e-3 & 5.36e-1 & 4.06e-2 \\ 16000 & 4.60e-3 & 4.00e-1 & 1.99e-2 \\ 32000 & 2.19e-3 & 2.72e-1 & 1.11e-2 \\ \hline rate & 0.99 & 0.53 & 1.00 \end{tabular} \caption{This is an example of table.\label{tab1}} \end{center} \end{table} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 \section{Conclusion} \noindent Please conclude your paper. % %%%%%%%%%%%%%%%%%%%%%%%=============================================== \section*{Acknowledgements} % The editors would like to thank the contributors to FSE and for respecting all the formatting instructions. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{thebibliography}{00} % \bibitem{book} G. AuthorG. The title of he book. Publishing Editor, Number of Pages, Year of Publications. % \bibitem{paper} A. Author1, B. Author2. \textit{Formatting papers for possible publication in FSE}. Front. in Sci. and Engg. Int. Jour., 1 (2010), No. 1, 1�-20. % \end{thebibliography} \end{document}