Looking for TeX interpreter commands

3 次查看(过去 30 天)
JTR
JTR 2014-5-18
回答: Matt J 2014-5-18
Hey!
I am looking for the TeX command which will give me a hat on the variable. I found the LaTeX command which is "\hat x" but I need the TeX one.
Any help is much appreciated.
-JAy
  2 个评论
dpb
dpb 2014-5-18
As doc's say, the implemented TeX interpreter is a subset; don't think it has it implemented.

请先登录,再进行评论。

回答(1 个)

Matt J
Matt J 2014-5-18
Why not use the LaTeX interpreter instead? E.g.,
plot(1:5);
title('$$\hat{A}$$','interpreter','latex')

类别

Help CenterFile Exchange 中查找有关 Operators and Elementary Operations 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by