Combining different font styles while using latex interpretor
6 次查看(过去 30 天)
显示 更早的评论
Hi, I am preparing some figures for a journal paper. For this I need to combine two different font styles for my axis labels and legends. For the variables, I need math mode, but for the text I need to be out of math mode using the arial font. So how may I go about modofying the below font such that the math mode is retained while the text part reverts to a different font type, e.g. Arial ?
xlabel ('$u_y$, CES', 'Interpreter','latex') =
I want ->
CES
0 个评论
采纳的回答
Walter Roberson
2022-12-6
Unfortunately, MATLAB does not permit including the amsfont package, or any other font package. The only font control you get with MATLAB's latex is things like \textrm
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!