On 06/21/2010 08:17 AM, Dotan Cohen wrote:
In the following Writer formula there exists a space between the %mu
and the m (for micrometers):
d_0.95 = 20 %mu m

How can the user remove the space?

With the upcoming release (3.3, or the developer snapshots leading up to it), a new command is available for avoiding the usual spacing between formula elements:

d_0.95 = 20 nospace { %mu m } newline

However, in your case, where the element is a measurement unit and not a symbol or variable name, it would be more correct to use quoted text and avoid both the extra space and the italic font style:

d_0.95 = 20 "µm"

That only leaves how to type the "µ" as an exercise for the reader. ;-)

<Joe


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to