ارسال نسخه نهایی مقالات انگلیسی
توجه
قابل توجه کاربران Latex
در صورتی که از فرمت لاتک استفاده می کنید، به دو طریق زیر میتوانید سربرگ و پایین نویس مخصوص کنفرانس را اضافه نمایید:
2- اعمال تغییرات زیر در کد منبع لاتک
بخش زیر را دقیقا قبل از \begin{document} اضافه نمایید.
%-------------------- ICEE2025 Header and Footer --------------------
% Place the following block just before the \begin{document} statement
% to add the conference header and IEEE-style footer to all pages.
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhead[C]{\sffamily 2025 33\textsuperscript{rd} International Conference on Electrical Engineering (ICEE)}
\fancyfoot[L]{979-8-3315-7537-3/25/\$31.00 \copyright~2025 IEEE}
% Note: You must manually add \thispagestyle{fancy} right after \maketitle
% (just before the \begin{abstract} statement)
% to ensure the header and footer appear on the first page.
%------------------------------------------------------------------------------------------------------
و بخش را زیر بعد \maketitle و قبل از \begin{abstract} قرار دهید.
%--------------------------- Apply Header and Footer -------------------------------
% Note: You must manually add \thispagestyle{fancy} right after \maketitle
% (just before the \begin{abstract} statement)
% to ensure the header and footer appear on the first page.
\maketitle
\thispagestyle{fancy}
%\begin{abstract}
% .....
%-----------------------------------------------------------------------------------