Ask Your Question
0

In MATLAB TeX text, what steps can be taken to alter the FontName of Greek Letters?

asked 2023-07-07 09:13:26 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-07-07 09:32:02 +0000

huitzilopochtli gravatar image

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'
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-07 09:13:26 +0000

Seen: 10 times

Last updated: Jul 07 '23