On a side note, the log file also gives many warning about symbols in URL links:
I'm using the hyperref package. Do I need another package for URLs in a PDF ?Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
I'm using the hyperref package. Do I need another package for URLs in a PDF ?Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
You can load 100 packages if you need them. Just don't load packages you don't need.Cham wrote:[…] Is 30 packages in the preamble typical, for that kind of project ? […]
Presumably you have math expressions in headings. For a remedy search the hyperref manual for the \texorpdfstring command.Cham wrote:[…] On a side note, the log file also gives many warning about symbols in URL links:I'm using the hyperref package. Do I need another package for URLs in a PDF ?Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
Yep, I have several math expressions in chapter/section titles. Thanks for that one.localghost wrote: Presumably you have math expressions in headings. For a remedy search the hyperref manual for the \texorpdfstring command.
The "\hbox" warning messages may be related to pictures commands. I don't know how to interpret the warning messages.Underfull \hbox (badness 10000) in paragraph at lines ...
...
Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref) removing `math shift' on input line ...
The formula associated to this warning message is this :LaTeX Font Warning: Command \scriptsize invalid in math mode on input line 222.
Code: Select all
\sum_{\scriptsize\begin{aligned} i, j &= 1 \\[-4pt] i &\ne j \end{aligned}}^{N}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis