Excellent, it works now! I did look at the manual before, but I just didn't know what to search for..
Thank you!
Search found 6 matches
- Thu Apr 16, 2009 6:43 pm
- Forum: Math & Science
- Topic: Math in TOC
- Replies: 3
- Views: 8649
- Thu Apr 16, 2009 3:48 pm
- Forum: Math & Science
- Topic: Math in TOC
- Replies: 3
- Views: 8649
Math in TOC
Here's a working example:
\documentclass{memoir}
\usepackage[unicode]{hyperref}
\begin{document}
\frontmatter
\tableofcontents
\mainmatter
\chapter{Introduction $\epsilon$}
text
\end{document}
Omitting the unicode option changes the warning, but doesn't get rid of it (this was a default ...
\documentclass{memoir}
\usepackage[unicode]{hyperref}
\begin{document}
\frontmatter
\tableofcontents
\mainmatter
\chapter{Introduction $\epsilon$}
text
\end{document}
Omitting the unicode option changes the warning, but doesn't get rid of it (this was a default ...
- Thu Apr 16, 2009 3:13 pm
- Forum: Math & Science
- Topic: Math in TOC
- Replies: 3
- Views: 8649
Math in TOC
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:
Package hyperref Warning: Token ...
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:
Package hyperref Warning: Token ...
- Thu Nov 20, 2008 3:51 pm
- Forum: General
- Topic: Automatic table background colour
- Replies: 2
- Views: 2115
Re: Automatic table background colour
That's perfect, thanks Juanjo!
- Wed Nov 19, 2008 12:18 pm
- Forum: General
- Topic: Single equation number in multi-line equation
- Replies: 2
- Views: 24570
Single equation number in multi-line equation
If you use \nonumber before a line break, that line won't get an equation number.
- Wed Nov 19, 2008 1:08 am
- Forum: General
- Topic: Automatic table background colour
- Replies: 2
- Views: 2115
Automatic table background colour
Hi guys,
I'm trying to create a table with a background colour that alternates between three white rows, and three gray rows. I noticed that you can manually specify the colour for each row using the colortbl package, but at this point I'm not sure how many rows I'll end up with, and new rows aren ...
I'm trying to create a table with a background colour that alternates between three white rows, and three gray rows. I noticed that you can manually specify the colour for each row using the colortbl package, but at this point I'm not sure how many rows I'll end up with, and new rows aren ...