我有下面的传说:
在左边,文本是对齐的,但是在右边,数字是不对齐的我怎样才能把数字也对齐呢?
最佳答案
向表条目提供字符串时,tab命令(\t)似乎不起作用但是,如果在乳胶环境中工作,则可以解决此问题,将每个条目定义为一行表格,并将第一列定义为具有特定宽度(例如1 cm):
plot(eye(2)); % example plot
h=legend('\begin{tabular}{p{1cm}r}first:&1\end{tabular}',...
'\begin{tabular}{p{1cm}r}second:&2\end{tabular}'); % table entries in latex
set(h,'interpreter','latex'); % set interpreter