ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Metapost label - Truncating digits after decimal point
@ 2009-11-28 14:56 Curiouslearn
  2009-11-29  8:32 ` Taco Hoekwater
  2009-12-15 10:34 ` Aditya Mahajan
  0 siblings, 2 replies; 5+ messages in thread
From: Curiouslearn @ 2009-11-28 14:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

Is it possible to truncate the digits after decimal point in Metapost
when using textext()? Please see the minimal example below which
produces 1.84375. Can I just keep the first digit and have it produce
1.8 ?

Thanks.

\setuppapersize[letter][letter]

\setupcolors[state=start]


\starttext

\startuseMPgraphic{Figure}
	u := 1cm;
	pickup pencircle scaled 2pt; % default pen thickness
	%TheFunction
		vardef f(expr x) =
			(10/x)-x*((0.5)**x)
		enddef;
	%Labels	
		label.lft(textext(decimal f(5)),(0,f(5)) scaled u);		
\stopuseMPgraphic
\useMPgraphic{Figure}

\stoptext
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-16  3:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-28 14:56 Metapost label - Truncating digits after decimal point Curiouslearn
2009-11-29  8:32 ` Taco Hoekwater
2009-11-29 14:47   ` Curiouslearn
2009-12-15 10:34 ` Aditya Mahajan
2009-12-16  3:38   ` Curiouslearn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).