How to add a title with mixed italic and normal text with Tex interpreter?
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ANGELICA LIPONI
le 12 Mai 2025
Commenté : ANGELICA LIPONI
le 12 Mai 2025
figure()
title({strcat("\it{Italic title part 1} ","and ","\it{Italic title part 2}"),""}, 'Interpreter', 'tex')
% Note that { ... ,""} is for having a new line after the title
Why "and" is in italics? how can I make it normal (not in italics and bold)?
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Title dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

