Here the template https://we.tl/t-WYkrn4wm4O
In the tex file, I substituted
Code: Select all
\begin{thebibliography}
by
Code: Select all
\bibliographystyle{ieeetr}
\bibliography{sample}
It works, but if I include
Code: Select all
\usepackage{hyperref}
1.
Missing number, treated as zero.
<to be read again>
s
l.1 \begin{thebibliography}{10}
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)
2.
Code: Select all
Illegal unit of measure (pt inserted).
<to be read again>
s
l.1 \begin{thebibliography}{10}
Dimensions can be in units of em, ex, in, pt, pc,
cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
I'll assume that you meant to say pt, for printer's points.
To recover gracefully from this error, it's best to
delete the erroneous units; e.g., type `2' to delete
two letters. (See Chapter 27 of The TeXbook.)
Code: Select all
Undefined control sequence.
The compiler is having trouble understanding a command you have used. Check that the command is spelled correctly. If the command is part of a package, make sure you have included the package in your preamble using \usepackage{...}.
Learn more
\MakeUppercase ...ppercaseUnsupportedInPdfStrings
l.1 \begin{thebibliography}{10}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Code: Select all
\begin{thebibliography}
Do you know how to fix ?