Looking for TeX interpreter commands

2 ビュー (過去 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.
JTR
JTR 2014 年 5 月 18 日
Ok, thanks.

サインインしてコメントする。

回答 (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 Center および File ExchangeLaTeX についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by