I am getting a curious warning after recompiling a tex file with pdflatex. I don't think I got the same warning in the past, and am not aware of any changes to the document. I am getting the same error on my local installation and also on overleaf.
LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10> not available
(Font) Font shape `OMS/cmsy/m/n' tried instead on input
line 84.
Overfull \hbox (2.22221pt too wide) has occurred while \output is active
[]
[]
Package hyperref Warning: Token not allowed in a PDF string
(PDFDocEncoding):
(hyperref) removing `\<def>-command' on input line 87.
Line 87, is just an \item in an itemized. If I comment it out, I get the warning in the next line. If I comment the whole block of itemized, I get the warning later.
The preambel looks like this:
\documentclass[review]{elsarticle}
\usepackage{lineno}
\usepackage[hidelinks,breaklinks=true]{hyperref}
\usepackage[english]{babel}
Any ideas?
hyperrefbuilds the PDF bookmarks – Steven B. Segletes Nov 17 '17 at 19:17