Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
UJS
Posts: 6 Joined: Wed Nov 19, 2008 12:54 am
Post
by UJS » Thu Apr 16, 2009 3:13 pm
Hi everyone,
I'm using the memoir class with the hyperref package (among others) and compiling with PDFLaTeX. I'm getting the following warnings when I have math (in this case the Greek epsilon symbol) in a section title that needs to go in the Table of Contents:
Code: Select all
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
It does seem to display in the ToC correctly, and the hyperlink works as well.. does anyone know what this is about?
Thanks in advance,
UJS
UJS
Posts: 6 Joined: Wed Nov 19, 2008 12:54 am
Post
by UJS » Thu Apr 16, 2009 3:48 pm
Here's a working example:
Code: Select all
Code, edit and compile here:
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run LaTeX here
Omitting the unicode option changes the warning, but doesn't get rid of it (this was a default setting, not sure if I need it).
localghost
Site Moderator
Posts: 9202 Joined: Fri Feb 02, 2007 12:06 pm
Post
by localghost » Thu Apr 16, 2009 5:05 pm
Search the
hyperref manual for the
\texorpdfstring command to replace math expressions in headings.
Best regards and welcome to the board
Thorsten¹
UJS
Posts: 6 Joined: Wed Nov 19, 2008 12:54 am
Post
by UJS » Thu Apr 16, 2009 6:43 pm
Excellent, it works now! I did look at the manual before, but I just didn't know what to search for..
Thank you!