On Wed, 16 Feb 2000, HoJae Yi wrote:
> I tried to write bold greek letters to represent
> vector with teTeX 0.4 but I couldn't. How can
> I write bold greek letters?
This is not really a teTeX question ... but you can certainly do it
using what's provided in teTeX 0.4. This is one way, using \boldsymbol
provided by the amsmath package:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
$\boldsymbol{\alpha}$ % A bold alpha
\end{document}
Regards,
Greg Gamble
___________________________________________________________________
Greg Gamble __________________ mailto:[EMAIL PROTECTED]
Centre for Discrete Mathematics & Computing Tel: +61-7 336 52425
Department of Computer Science Fax: +61-7 336 54999
& Electrical Engineering http://www.csee.uq.edu.au/~gregg
The University of Queensland, Queensland 4072 AUSTRALIA
___________________________________________________________________