On Tuesday 08 January 2002 3:06 pm, Andre Poenitz wrote:
> On Tue, Jan 08, 2002 at 02:54:49PM +0000, Angus Leeming wrote:
> What exactly should 'boldmath' do on screen?
> 
> Just 'bolden' everything?

Yes. Even greek.

This .tex file produces nice LaTeX output.
Angus

\documentclass{article}

\newcommand{\bmath}[1]{\mbox{ \boldmath $ \! #1 \! $ \unboldmath }}
\newcommand{\Tensor}[1]{\bmath{#1}}

\begin{document}

Given a (2D) tensor $ \Tensor{T} $ , its ...

\end{document}

Reply via email to