%%%%  MACS 2026 – Abstract Submission Template (LaTeX)

%%%%%%%%%%%%%%%%%%%%%%% MACS 2026 ABSTRACT TEMPLATE %%%%%%%%%%%%%%%%%%%%%%%

\documentclass[11pt]{article}

%=====================================================================%
% Please do not modify the page layout and formatting instructions.   %
%=====================================================================%

\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{epsfig}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{fancyhdr}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

\DeclareGraphicsExtensions{.eps,.ps,.pdf,.png,.jpg}

%=========================== Page Layout ==============================%

\setlength{\paperheight}{297mm}
\setlength{\paperwidth}{210mm}

\setlength{\oddsidemargin}{5mm}
\setlength{\evensidemargin}{5mm}
\setlength{\topmargin}{0mm}
\setlength{\headheight}{10mm}
\setlength{\headsep}{8mm}
\setlength{\textheight}{235mm}
\setlength{\textwidth}{175mm}
\setlength{\marginparsep}{0mm}
\setlength{\marginparwidth}{0mm}
\setlength{\footskip}{10mm}

\voffset -13mm
\hoffset -10mm

\parindent=0cm

%========================== Section Style =============================%

\makeatletter
\renewcommand{\section}{\@startsection {section}{1}{0pt}
    {-3.5ex \@plus -1ex \@minus -.2ex}
    {2.3ex \@plus.2ex}
    {\normalfont\normalsize\bfseries}}
\makeatother

\newcommand{\keywords}[1]{\noindent{\large\bf Keywords: } #1\\}
\newcommand{\MSC}[1]{\noindent{\large\bf MSC 2020: } #1\\}

%============================= Document ===============================%

\begin{document}

\pagestyle{fancy}
\fancyhf{}

\chead{\textsc{The 9th International Conference on Modelling, Analysis \& Control Systems\\
MACS 2026 \\
National School of Applied Sciences El Jadida (ENSAJ), Morocco}}

\vspace*{-0.8cm}

%============================== Title =================================%

\begin{center}
{\fontsize{15}{20}\bf
Title of the Abstract
}
\end{center}

%============================= Authors ================================%

\begin{center}
\underline{First Author}$^{1}$,
Second Author$^{2}$,
and Third Author$^{1,3}$

\vspace{0.3cm}

$^{1}$ Affiliation of the first author, University, Country.\\
$^{2}$ Affiliation of the second author, University, Country.\\
$^{3}$ Affiliation of the third author, University, Country.

\vspace{0.2cm}

Corresponding author: author@email.com
\end{center}

\vspace{0.4cm}

%============================= Abstract ===============================%

\noindent\textbf{Abstract.}

This template is provided for the preparation of abstracts to be submitted to MACS 2026. Authors are invited to present contributions related to modelling, dynamical systems, control theory, optimization, scientific computing, and related applications.

The abstract should clearly state the objectives, methodology, main results, and significance of the work. The text should preferably fit within one page.

Mathematical formulas can be included as follows:

\[
\dot{x}(t)=Ax(t)+Bu(t).
\]

Figures and references may also be inserted if necessary.

\medskip

\keywords{Dynamical systems; Control theory; Optimization; Scientific computing}



%============================= References =============================%

\begin{thebibliography}{99}

\bibitem{ref1}
A. Author and B. Author,
\emph{Title of the paper},
Journal Name, Volume (Year), pages.

\bibitem{ref2}
C. Author,
\emph{Title of the book},
Publisher, Year.

\end{thebibliography}

\end{document}

