Is there something wrong with the LaTeX uparrow and downarrow characters on Linux?
3 views (last 30 days)
Show older comments
I noticed a minor glitch in rendering a LaTeX character in the title of a figure under Linux.
Specifically, in a figure which is at least two subplots high (and in some cases, even a regular figure with only one set of axes), the LaTeX characters "\uparrow" and "\Uparrow" have slightly longer stems than "\downarrow" and "\Downarrow", respectively. Under Windows, it seems that the characters are normal.
figure
subplot(2,1,1)
plot(1:10)
title('up \uparrow down \downarrow UP \Uparrow DOWN \Downarrow')
subplot(2,1,2)
plot(1:10,sin(1:10))
Accepted Answer
MathWorks Support Team
on 27 Jun 2009
This bug has been fixed in Release 14 Service Pack 3 (R14SP3). For previous product releases, there are no workarounds.
0 Comments
More Answers (0)
See Also
Categories
Find more on Subplots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!