2013年1月12日

Greek or special character in variable name or text in tecplot

copied from:http://kb.tecplottalk.com/products/tecplot/greek-or-special-character-in-variable-name-or-text/ Content: Rating 3.60 out of 5 [?] Problem: Some variable names in my data file include one Greek character or another character such as a subscript. I added the back quote (`) in front of the character in my data files. In Tecplot 9 if one of those variables was assigned to an axis the axis title correctly showed the Greek character with the other characters. If it was used as the contour variable it appeared correctly in the contour legend. But in Tecplot 10 the notation doesnt work. Solution: Tecplot 10 notation for special characters has changed. In Tecplot 10 a group of characters can be designated as a special character set by adding a modifier before and after the group. For example to add text showing B to the (2x + 3) power type: B2x+3 Here is a list of modifiers you can use: Subscript: Superscript: Bold: Italic: Math: Greek: Helvetica: Times: Courier: Userdef: Verbatim: If this doesn’t work well for you you can add the following command to your tecplot.cfg file. $!COMPATIBILITY USEV10TEXTFORMATTING = FALSE If FALSE this setting allows Tecplot to display text special characters created with older Tecplot versions without automatically converting the text to the new formatting. In Tecplot 9 a single character could be changed by adding the following identifiers in front of that character. The identifier only applies to the character immediately following. ` (back quote) Greek ~ (tilde) math @ (at symbol) User-defined _ (underscore) subscript ^ (caret) superscript