Ask Your Question

Revision history [back]

To alter the FontName of Greek letters in MATLAB TeX text, the following steps can be taken:

  1. Use the '\fontname' command in the TeX string to specify the desired FontName.

For example, to use the 'Symbol' font for Greek letters:

'\fontname{Symbol} \alpha\beta\gamma'
  1. Alternatively, use the '\text' command to apply the FontName to a specific section of the TeX string.

For example, to use the 'Symbol' font for the Greek letter alpha only:

'\text{\fontname{Symbol} $\alpha$} \beta\gamma'