IEEE ACCESS,\headeretal 問題..標題跨越模板邊界

IEEE ACCESS,\headeretal 問題..標題跨越模板邊界

當我使用 \markboth{\hederetal} 時,標題將遠離模板邊框。請建議我如何將標題與 IEEE 存取模板放在邊框內,如附圖所示。

\documentclass{IEEEaccess}
\usepackage{cite}
\usepackage{graphics} % for pdf, bitmapped graphics files
\usepackage{epsfig}   % for postscript graphics files
\usepackage{mathptmx} % assumes new font selection scheme installed
\usepackage{times}    % assumes new font selection scheme installed
\usepackage{amsmath}  % assumes amsmath package installed
\usepackage{amssymb}  % assumes amsmath package installed
\usepackage{textcomp}
\usepackage{multirow}
\usepackage{tabularx}
\usepackage{varwidth}
\usepackage{textcomp}
\usepackage{caption}

\IEEEoverridecommandlockouts                       

\begin{document}
    \history{Date of publication xxxx 00, 0000, date of current version xxxx 00, 0000.}
    \doi{10.1109/ACCESS.2017.DOI}

    \title{Virtual Network Functions: A comprehensive survey and research aspects in designing and implementation
        through ETSI Standard Architecture and Mnanagement Perspective}


    \markboth
    {Shantharama \headeretal: Virtual Network Functions: A comprehensive survey and research aspects in designing and implementation
    through ETSI Standard Architecture and Mnanagement Perspective }
    {Shantharama \headeretal: Virtual Network Functions: A comprehensive survey and research aspects in designing and implementation    through ETSI Standard Architecture and Mnanagement Perspective }

    \begin{abstract}
        These instructions.
    \end{abstract}

    \begin{keywords}
        Virtualized Network Function (VNF), 
        Network Function Virtualization (NFV),
        Container Network Function (CNF),
        NFV Orchestration, 
        Software Defined Networking 
    \end{keywords}

    \titlepgskip=-15pt

    \maketitle

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
Abstract goes here
\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\EOD
\end{document}

相關內容