How do I use the lips package?
Having the following line in my preamble:
\usepackage{lips}
produces the following error:
/usr/local/texlive/2010/texmf-dist/tex/latex/frankenstein/lips.sty:309: Undefined control sequence.
l.309 \newlet\lips
\Lips
Why so?

\newletis the undefined control sequence, not\lips. – TH. Jan 15 '11 at 6:17