On Fri, Sep 27, 2002 at 10:51:23AM +0200, Andre Poenitz wrote:
> > I would like to write something like
> >
> > c-use(x)
> >
> > in a math formula where "c-use" is the name of a function. If I enter a
> > "-" in mathed, LaTeX puts some space around the hyphen. Does
> > anybody know whether there is another "-" sign that is not interpreted
> > as
> > the minus operator? If yes, how do I enter it in mathed?
>
> Write c{-}use
This is not a good solution, as use will be typset as the multiplication
of 3 variables (u,s, and e) and not as a word.
Use \textrm{c-use} or \textit{c-use} instead.