Библиографическая ссылка не генерируется. Пробовал компилировать и с bibtex, и с biber, но ни в одном из них результата нет. Пакет можно загрузить сШаблон Springers svmult. Я использовал содержимое папки «Автор».
\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}
У меня есть следующие две ссылки в файле references.bib, которые появляются как список во время \cite{} в overlief, но ссылка не выводится после документа. Содержимое 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}
}
Все файлы стилей находятся в корне. Включение их (по одному) с помощью \bibliographystyle{stylename} тоже не помогло.