Date: Feb 7, 2013 1:26 PM Author: Paul Subject: Odd layout of latex formulas I have the following ylabel for my graph:
yLab = [ '$$ \mathsf{' ...
'\frac{ \tilde{Q}_T }{ Q_T } = ' ...
'\frac{ \sqrt{Q_S} }{ Q_T } ' ...
'} $$' ];
ylabel( yLab, 'Interpreter', 'latex' );
The tilde is suppose to be above the Q, but it's pushed right into the
Q.
What might cause this? Can anyone suggest a workaround?
Thanks.