내장된 PDF에서 첫 번째 페이지가 누락되었습니다.

내장된 PDF에서 첫 번째 페이지가 누락되었습니다.

아래 MWE에서 PDF를 만들려고 하면 첫 번째 페이지, 즉 제목과 저자 이름을 볼 수 없고 턱받이 항목만 보입니다. cls 파일은 다음에서 다운로드할 수 있습니다.http://www.inderscience.com/www/download/latex-double-column.zip누군가 이 오류를 해결하도록 도와주실 수 있나요?

    %%%%%%%%%%%%%%%%%%%%%%
\documentclass{doublecol-new}
%%%%%%%%%%%%%%%%%%%%%%

\usepackage{natbib,stfloats}
\usepackage{mathrsfs}
\usepackage[english]{babel}


\def\newblock{\hskip .11em plus .33em minus .07em}

\makeatletter
\def\theequation{\arabic{equation}}


\makeatother

%%%%%%%%%%%%%%%%%
\begin{document}%
%%%%%%%%%%%%%%%%%

\setcounter{page}{1}

\LRH{F. Wang et~al.}

\RRH{Metadata Based Management and Sharing of Distributed Biomedical
Data}

\VOL{x}

\ISSUE{x}

\PUBYEAR{xxxx}

\BottomCatch

%\CLline

\PUBYEAR{201X}

\subtitle{}

\title{Metadata Based Management and Sharing of Distributed Biomedical Data}

%
\authorA{Fusheng Wang}
%
\affA{Department of Biomedical Informatics,\\ Emory University,\\ Atlanta, GA, USA \\
Fax: +1 \qquad E-mail: [email protected]}
%
%
\authorB{Fusheng Wang}
\affB{Department of Biomedical Informatics,\\ Emory University,\\ Atlanta, GA, USA \\
Fax: +1 \qquad E-mail: [email protected]}

\authorC{Peiya Liu}
\affC{Department of Integrated Data Systems, Siemens Corporate
Research \newline 755 College Road East, Princeton 08540, USA}

\begin{abstract}

\end{abstract}


\begin{thebibliography}{10}

\bibitem[\protect\citeauthoryear{Myneni and Patel}{2010}]{myneni10col}
Myneni, S. and  Patel, V.L. (2010) 'Organization of biomedical data
for collaborative scientific research: a research information
management system', {\it International Journal of Information
Management}, Vol. 30, No. 3, pp.256--264



 \end{thebibliography}
\end{document}

답변1

다음 명령을 제거했습니다.

\maketitle

주어진 코드에서.

Abstract 앞에 추가하세요.

관련 정보