I have a couple of equations that have the +_ symbol and have coded the as \pm but it is typesetting as pm instead of +_ . Can anyone help with this -- am I using the wrong symbol. Below is my preamble and partial equation
Code: Select all
\documentclass[12pt,leqno]{article}
\usepackage{amsmath, amsthm, amssymb}
\topmargin -.7in
\textheight 8in
\textwidth 6in
\oddsidemargin .25in
\evensidemargin .25in
\parindent .15in
\everymath{\displaystyle}
\begin{equation}
f_{\pm} \pm
\end{equation}
Peaches