MDPI‘mybib’不适用于变体 A

MDPI‘mybib’不适用于变体 A

在查看了 stackexchange 上其他人之前建议的所有解决方案后,mybib 引用仍然无法正常工作。我更愿意对变体 A 使用“mybib”,因为我总共有 50 多个引用。我使用 WinEdt 来输入我的作品。如果这个问题能得到解决,我会很高兴。

这是我的 mdpi tex 文件

\documentclass[journal,article,submit,moreauthor]{Definitions/mdpi}

\usepackage{amsmath}
 \usepackage{amsthm}
  \usepackage{array}
 \usepackage{mathtools}
  \usepackage{pdflscape}

   %=================================================================
  \firstpage{1}
    \makeatletter
    \setcounter{page}{\@firstpage}
    \makeatother
    \pubvolume{xx}
    \issuenum{1}
     \articlenumber{5}
      \pubyear{2020}
      \copyrightyear{2020}
     \history{Received: date; Accepted: date; Published: date}

    \Title{ $LU$ factorization and $WZ$ factorization }


   \newcommand{\orcidauthorA}{0000-0002} 
  \Author{Ola B.I. $^{1,\dagger,\ddagger}$\orcidA{}}
  \AuthorNames{Ola B.I. }
  \address{$^{1}$ \quad Department of }

 \abstract{  $WZ$ factorization and $LU$ factorization ...}

\keyword{  $WZ$ factorization; $LU$ factorization}

\MSC{65F05}

   \begin{document}

   \section{Introduction}
  $WZ$ factorization was coined by  Evans and Hatzopoulos  \cite{Evans1979}.  The factorization breaks matrices into block forms \cite{Huang2010,Heinig2005}.


    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      \reftitle{References}

   %%\section*{References}

      %=====================================
     % References, variant A: external bibliography
     %=====================================
      %\externalbibliography{yes}
      %\bibliography{your_external_BibTeX_file}
     %\externalbibliography{mdpi}
      %%\bibliographystyle{mdpi}
      %\bibliography{mybib}

      \end{document} 

这是 mybib 参考

    @article{Evans1979,
    author = {Evans, D. and Hatzopoulos, M.},
     title = {A parallel linear system solver},
     journal = {Int. J. Comput. Math.},
      volume = {7},
       number = {3},
       pages = {227-238},
        year = {1979},
        type = {Journal Article}
         }

       @inproceedings{Huang2010,
        author = {Huang, P. and MacKay, A. and Teng, D.},
         title = {A hardware/software codesign of WZ factorization to improve time to solve matrices},
         booktitle = {Canadian Conference on Electrical and Computer Engineering},
         publisher = {IEEE},
         year = {2010},
         pages = {1-5},
          type = {Conference Proceedings}
          }

    @inbook{Heinig2005,
     author = {Heinig, G. and Rost, K.},
      title = {Schur-type algorithms for the solution of Hermitian  Toeplitz systems via factorization},
      booktitle = {Recent advances in operator theory and its applications},
      publisher = {Springer},
      pages = {233-252},
       year = {2005},
      type = {Book Section}
      }

相关内容