1. Seite fehlt im integrierten PDF

1. Seite fehlt im integrierten PDF

Wenn ich im folgenden MWE versuche, das PDF zu erstellen, kann ich die erste Seite, also Titel und Autorennamen, nicht sehen, sondern nur den Bib-Eintrag. Die CLS-Datei kann heruntergeladen werden vonhttp://www.inderscience.com/www/download/latex-double-column.zipKann mir bitte jemand helfen, diesen Fehler zu beheben.

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

Antwort1

Sie haben den Befehl entfernt:

\maketitle

von Ihrem angegebenen Code.

Fügen Sie es vor der Zusammenfassung hinzu

verwandte Informationen