Path: news.mathworks.com!not-for-mail
From: "us " <us@neurol.unizh.ch>
Newsgroups: comp.soft-sys.matlab
Subject: Re: special symbols in figures
Date: Mon, 6 Aug 2007 11:39:32 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 9
Message-ID: <f9719k$1a0$1@fred.mathworks.com>
References: <f96s3n$qgm$1@fred.mathworks.com>
Reply-To: "us " <us@neurol.unizh.ch>
NNTP-Posting-Host: webapp-01-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1186400372 1344 172.30.248.36 (6 Aug 2007 11:39:32 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 6 Aug 2007 11:39:32 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:422574


Thomas Clerc:
<SNIP latex-wows...

a hint:

     t='$ln((L(\alpha,\hat{\tau}_{\alpha})))$';
     text(.1,.5,t,'interpreter','latex');

us