[comp.text.tex] how to get boldface greek letters with SliTeX

oliveria@caen.engin.umich.edu (ROQUE DONIZETE DE OLIVEIRA) (02/26/91)

\mbox{\boldmath $\omega$} gives you a boldface greek letter in LaTeX but
it doesn't work in SliTeX. Does anyone know how to get boldface lower-case greek
letters with SliTeX ? In our system slitex is a link to virtex.
I tried several options but none worked.
I include a sample file below:

% This is the driver file
\documentstyle{slides}
\pagestyle{empty}
\begin{document}
\blackandwhite{myslid}
\end{document}

% This is the file myslid.tex
\begin{slide}{}
\begin{eqnarray}
 {\bf M}_{i} & = & {\bf I}_{i} \cdot \dot{\mbox{\boldmath $\omega$}}_{i}
  + \omega_{i} \times {\bf I}_{i} \cdot {\bf \Omega}_{i}  \nonumber 
\end{eqnarray} 
\end{slide}


Thanks.
   Roque Oliveira
   oliveria@caen.engin.umich.edu