octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help with tex interpreter on Matlab


From: Rik
Subject: Help with tex interpreter on Matlab
Date: Fri, 16 Sep 2016 18:57:59 -0700

9/16/16

Could someone try the following in Matlab?

ht = text (0.5, 0.5, '|\bf     ABC|');
set (ht, 'interpreter', 'tex')

What I'm wondering is whether the whitespace is significant when using tex commands.  Does this produce

1) |    ABC|

or

2) |ABC|

--Rik

reply via email to

[Prev in Thread] Current Thread [Next in Thread]