Am 03.10.2013 um 14:19 schrieb Giuseppe Fierro <giuse...@fierro.org>:

> Hi,
> I'm a civil engineer and I like to use ConTeXt to write my report etc.
> As engineer i use a lot of units in my writing and the \unit command works 
> nice with this.
> 
> What I need is a new unit, a quadratic unit like this:
> Area Moment of Inertia - Metric units mm4 cm4 m4
> 
> This kind of units are quite common in civil engineer.
> 
> This is an example of what i want in ConTeXt
> 
> \starttext
>  \unit{230.00 m^2}
> 
>  \unit{230.00 m^3}
> 
>  \unit{230.00 m^4}
> \stoptext

\starttext

\unit{230.00 square meter}

\unit{230.00 cubic meter}

\unit{230.00 quadratic meter}

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to