I'm trying to put short math expressions in my chapters or sections like this:
\chapter{Basic topological concepts in $\mathbb{R}^{n}$ }
The problem is that headers seem to ignore the math part and I can't find a workaround. Obviously I don't want to use an alternative title.
I'm working with the tufte-book class which can be found at this page or the official site.
This code will reproduce the problem:
\documentclass{tufte-book}
\usepackage{amsmath,amsfonts,amsthm}
\usepackage[utf8]{inputenc}
\begin{document}
\mainmatter
\chapter{This chapter title $ \mathbb{R}^{n} $}
\newpage
another page
\newpage
Page with header
\end{document}

Edit: I forget that I made little changes in the fonts to the tufte-book class. In the original one the problem still happen but instead of showing a "\" it doesn't show anything:


bookclass there should be no problem; perhaps you're meaning that the superscript is capitalized? – egreg Apr 05 '14 at 22:28