From: Mark on 25 May 2010 16:06 I'd like to use some LaTeX math symbols from here: http://www.ams.org/publications/authors/tex/amsfonts such as "\blacksquare" and "\lessdot". I'm able to use function TEXT to get the usual LaTeX and math functions to display properly, but I don't know how to be able to specify tags in a package that isn't already standard.
From: Pieter Ba on 27 May 2010 07:10 "Mark " <mrk.vandam(a)gmail.com> wrote in message <hthajv$fjb$1(a)fred.mathworks.com>... > I'd like to use some LaTeX math symbols from here: > > http://www.ams.org/publications/authors/tex/amsfonts > > such as "\blacksquare" and "\lessdot". > > I'm able to use function TEXT to get the usual LaTeX and math functions to display properly, but I don't know how to be able to specify tags in a package that isn't already standard. Hi Mark, I'm trying to solve this problem as well. It is easy to use the standard LaTeX packages to print stuff like integrals: text('Position', [1 30], 'FontSize', 20, 'Interpreter', 'LaTeX', 'String', ['$$\int_0^\infty$$']); However, I would like to use symbols for the moon and earth to plot them next to a curve in the Figure. A package which contains these symbols is called "wasysym" after which one can use the commands "\leftmoon" and "earth". I really hope it is possible...
|
Pages: 1 Prev: transparency interactions Next: MathWorks Webinar: Speeding Up MATLAB Applications- June 1st |