IEEE ACCESS, \headeretal Issue.. 제목이 템플릿 경계를 넘습니다.

IEEE ACCESS, \headeretal Issue.. 제목이 템플릿 경계를 넘습니다.

\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}

관련 정보