Looking for TeX interpreter commands

3 vues (au cours des 30 derniers jours)
JTR
JTR le 18 Mai 2014
Réponse apportée : Matt J le 18 Mai 2014
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 commentaires
dpb
dpb le 18 Mai 2014
As doc's say, the implemented TeX interpreter is a subset; don't think it has it implemented.
JTR
JTR le 18 Mai 2014
Ok, thanks.

Connectez-vous pour commenter.

Réponses (1)

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

Catégories

En savoir plus sur Operators and Elementary Operations dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by