This question is related to biblatex: displaying all authors of multi-author works in the bibliography
I tried to do the same thing as listed in the solution of that solution. My problem is the same How to put all the author names in the bibliography if it is more than 5?
I am attaching a basic working example so that someone can help me figure it out.
\documentclass[12pt]{article}
\usepackage{amsmath,amsfonts,mathtools,authblk,amssymb,amsthm}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{obs}[theorem]{Observation}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{notation}[theorem]{Notation}
\newtheorem{problem}[theorem]{Problem}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{note}{Note}[section]
\newtheorem{conjecture}[theorem]{Conjecture}
\usepackage[style=numeric, sorting=ydnt][maxbibnames=99]{biblatex}
\addbibresource{References.bib}
\allowdisplaybreaks
\date{}
\title{Title}
\author{}
\affil{}
\begin{document}
% \maketitle
\begin{abstract}
\end{abstract}
\textbf{Keywords:}
\\
\\
\textbf{2010 Mathematics Subject Classification:}
\section{Introduction}
\label{Sec1}
\begin{example}
This is an example.
\end{example}
\begin{note}
This is a note.
\end{note}
\begin{lemma}
This is a lemma.
\end{lemma}
\begin{theorem}
This is a theorem.
\end{theorem}
\begin{proof}
This is a proof.
\end{proof}
\begin{definition}
This is a definition.
\end{definition}
\printbibliography
\end{document}
However, I am getting the following errors:
line 17: Missing \begin{document}. \usepackage[style=numeric, sorting=ydnt][m
line 18: Undefined control sequence. \addbibresource
line 2: Undefined control sequence. \abx@aux@refcontext
line 2: Missing \begin{document}. \abx@aux@refcontext{a
line 3: Undefined control sequence. \abx@aux@refcontextdefaultsdone
line 64: Undefined control sequence. \printbibliography
line 34: Underfull \hbox (badness 10000) in paragraph
Will it be possible for someone here to please let me know why is TeXStudio not allowing me to compile the same? If someone can please help me out, I will be immensely grateful.
EDIT:I tried the solution offered in the answer by @Mico Now I am getting another error. It reads:
Package inputenc Error: Unicode character ́ (U+0301)(inputenc) not set up for use with LaTeX.
Underfull \hbox (badness 10000) in paragraph
Overfull \hbox (1.69928pt too wide) in paragraph
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `math shift'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `\Gamma'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `subscript'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `subscript'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `math shift'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `math shift'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `\Gamma'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `subscript'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `subscript'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `math shift'
Overfull \hbox (1.3403pt too wide) in paragraph
Overfull \hbox (1.21469pt too wide) in paragraph
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `math shift'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `\Gamma'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `subscript'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `subscript'
Token not allowed in a PDF string (PDFDocEncoding):(hyperref) removing `math shift'
Overfull \hbox (18.60725pt too wide) in paragraph
Overfull \hbox (32.27495pt too wide) detected
Overfull \hbox (2.67932pt too wide) in paragraph
Overfull \hbox (8.88283pt too wide) in paragraph
Overfull \hbox (13.32054pt too wide) in paragraph
.bibentry: https://tex.stackexchange.com/q/469555/35864 Don't use{\'{\i}}or{\'\i}, use{\'i}instead.) – moewe Nov 10 '21 at 07:40