Springers svmult-Vorlage kann keine Bibliographie generieren

Springers svmult-Vorlage kann keine Bibliographie generieren

Es wird keine bibliografische Referenz generiert. Es wurde versucht, sowohl mit Bibtex als auch mit Biber zu kompilieren, ohne Ergebnis in beiden. Das Paket kann heruntergeladen werden vonSpringers svmult-Vorlage. Ich habe den Inhalt im Ordner „Autor“ verwendet.

\documentclass[graybox]{svmult}
\usepackage{type1cm}        
%\usepackage{makeidx}         % allows index generation
\usepackage{graphicx}        % standard LaTeX graphics tool
                             % when including figure files
\usepackage{multicol}        % used for the two-column index
\usepackage[bottom]{footmisc}% places footnotes at page bottom
\usepackage{newtxtext}       %
\usepackage[varvw]{newtxmath}       % selects Times Roman as basic font
%\makeindex             % used for the subject index
                       % please use the style svind.ist with
                       % your makeindex program
%\usepackage{amssymb}
\usepackage{csquotes}
\graphicspath{{./images/}}
\usepackage{amsmath, mathtools}
\usepackage[title]{appendix}
\usepackage[center]{caption}
\usepackage{subcaption}
\usepackage{manyfoot}%
%\usepackage[colorlinks=true,linkcolor=black, citecolor=blue, urlcolor=blue]{hyperref}%
\usepackage{changes}
\usepackage{appendix}
\usepackage{filecontents}
\usepackage{multirow}
\usepackage{booktabs}
%Table packages
%Packages for Rotatebox
\usepackage[graphicx]{realboxes}
\usepackage{adjustbox}
\usepackage{booktabs, makecell, multirow, tabularx}
\newcolumntype{L}{>{\raggedright\arraybackslash}X}
\usepackage[figuresright]{rotating}
\setlength{\rotFPtop}{0pt plus 1fil}
\renewcommand{\theadfont}{\bfseries}
\renewcommand{\theadfont}{\footnotesize\bfseries}
\renewcommand\theadgape{}
\setcellgapes{3pt}  % <--- new
\usepackage{siunitx}
%%%%%%%%%%%%%%%%%%
\usepackage{amsmath,amsfonts}
\usepackage{array}
\setlength {\marginparwidth }{2cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\title*{My title}
\author{The authors}
\maketitle
\abstract{Some abstract.
}
\keywords{Internet of Things(IoT), Machine Learning, AI, Electronic Health Record}

\section{Introduction}
\label{sec:1}
Some text \cite{moses2021application}.

\bibliography{references}
\end{document}

Ich habe die folgenden zwei Referenzen in der Datei references.bib, die während \cite{} in Overlief als Liste erscheinen, aber die Referenz wird nach dem Dokument nicht erstellt. Der Inhalt von references.bib

@article{khan2022iot,
  title={IoT-based health monitoring system development and analysis},
  author={Khan, Mohammad Monirujjaman and Alanazi, Turki M and Albraikan, Amani Abdulrahman and Almalki, Faris A and others},
  journal={Security and Communication Networks},
  volume={2022},
  year={2022},
  publisher={Hindawi}
}

@inproceedings{moses2021application,
  title={Application of smartphone technologies in disease monitoring: a systematic review},
  author={Moses, Jeban Chandir and Adibi, Sasan and Shariful Islam, Sheikh Mohammed and Wickramasinghe, Nilmini and Nguyen, Lemai},
  booktitle={Healthcare},
  volume={9},
  number={7},
  pages={889},
  year={2021},
  organization={MDPI}
} 

Alle Stildateien befinden sich im Stammverzeichnis. Auch das Einbinden (einzeln) mit \bibliographystyle{stylename} hat nicht geholfen.

verwandte Informationen