I would like to have a section title of special type: I need it to be a letter with a figure in superscript. My code (that does not work) would be:
\documentclass[12pt,a4paper]{article}
\usepackage[slovak]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{palatino,verbatim}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{float}
\begin{document}
\section{$\Sigma_1^{\includegraphics[scale=0.15]{example-image-a}}$}
\end{document}
Is it possible to do this?

\section[stuff for the toc, no unprotected fragiles]{actual section heading}will work.... – cmhughes Apr 25 '14 at 16:08