How can I insert the "X is a subset of Y, but is not equal to Y" symbol? I have tried using $\subsetneq$, as in $X \subsetneq Y$, but this yields the error message:
Undefined control sequence.
There is no problem using $\subseteq$.
Code:
\title{Subset-Not-Equal-To}
\author{}
\date{}
\documentclass[8pt]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amsthm}
\begin{document}
\maketitle
$X \subsetneq Y$
\end{document}

\documentclassto\end{document}. I think that may beamssymbis the package that provides that symbol, but there is no option to see what you actually loaded. – Manuel Jun 16 '14 at 16:31