[转载]tecplot中的希腊字母标注和数学符号标注以及下标、上标
2020-03-18 16:56阅读:
tecplot中的各种标注都是类似于html文件的格式,如下,
粗体
<b>...</b>:
Draw the enclosed characters using bold (if
possible
斜体
<i>...</i>:
Draw the enclosed characters using italics (if
possible).
下标
<sub>...</sub>: Draw the
enclosed characters as
subscripts
上标
<sup>.
..</sup>: Draw the enclosed characters as
superscripts.
希腊字母
<greek>...</greek>: Draw
the enclosed characters using the Greek
fon
数学符号
<math>...</math>: Draw
the enclosed characters using the Math
font
特殊符号 <userdef>...</userdef>: Draw the enclosed characters using the User-Defined
font.
比如<greek>h</greek><sub>0</sub>
就是 η0