I am doing a presentation that uses beamer with movie15 package. I did not use hyperref package explicitely. The presentation compiles OK with MikTeX 2.7 in windows. However, when I tried to compile it with TexLive in Debian, it popped the following error:
==============
! Package hyperref Error: Unicode support for bookmarks is not available.
(hyperref} Activate unicode support by using one of the options 'unicode', 'pdfencoding=unicode, 'pdfencoding=auto' in the preamble.
==============
I don't know how to add. I tried to add it to the first line as:
Code: Select all
\documentclass[pdfencoding=auto]{beamer}
My presentation is tomorrow. So any quick help is deeply appreciated.