当我使用 \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}