On 22 June 2010 02:17, Joe Smith <[email protected]> wrote: > 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 >
Great, thanks. No need for a bug report! > 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. ;-) > That would be gucharmap. Thanks! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
