\RequirePackage{fix-cm}
\documentclass[twocolumn,epjc3]{svjour3}
\smartqed
\RequirePackage{graphicx}
\RequirePackage{latexsym}
\RequirePackage[colorlinks,citecolor=blue,urlcolor=blue,linkcolor=blue]{hyperref}
\journalname{Eur. Phys. J. C}
%
\begin{document}
\title{Insert your title here%\thanksref{t1}
}
\subtitle{Do you have a subtitle?\\ If so, write it here}
\author{First Author\thanksref{e1,addr1}
}
\thankstext{e1}{e-mail: [email protected]}
\institute{First address \label{addr1}
\and
Second address \label{addr2}
\and
\emph{Present Address:} if needed\label{addr3}
}
\date{Received: date / Accepted: date}
\maketitle
\begin{abstract}
Insert your abstract here.
\end{abstract}
\section{Introduction}
Text with citations \cite{71} \cite{9}and \cite{RefJ}.
\begin{figure*}
\caption{Please write your figure caption here}
\label{fig:2} % Give a unique label
\end{figure*}
%
% For tables use
\begin{table}
% table caption is above the table
\caption{Please write your table caption here}
\label{tab:1} % Give a unique label
% For LaTeX tables use
\begin{tabular}{lll}
\hline\noalign{\smallskip}
first & second & third \\
\noalign{\smallskip}\hline\noalign{\smallskip}
number & number & number \\
number & number & number \\
\noalign{\smallskip}\hline
\end{tabular}
\end{table}
% BibTeX users please use one of
%\bibliographystyle{spbasic} % basic style, author-year citations
%\bibliographystyle{spmpsci} % mathematics and physical sciences
%\bibliographystyle{spphys} % APS-like style for physics
%\bibliography{} % name your BibTeX data base
% Non-BibTeX users please use
\bibliographystyle{spbasic}
\bibliography{bib}
\end{document}
% end of file template.tex
引用不起作用。它显示带有引用 [?] [?] 和 [?] 的文本。有人可以帮我解决这个问题吗?