On May 30, 2007, at 6:29 PM, Hall, John (Office) wrote:
> I am a new user to Win Edt and Latex.
> I am trying to create Feynman character such as k overstruck with /.
> Any help on how to do this is appreciated.
You probably want the slashed package.
\documentclass{article}
\usepackage{slashed}
\begin{document}
Here is a Feynman character: $\slashed{k}$.
\end{document}
Steve