[texhax] Help

Steve Peter speter at dandy.net
Wed May 30 19:38:23 CEST 2007


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


More information about the texhax mailing list