How do I hyphen a word using LaTex?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to add the word "multi-disciplinary" in the X-axis of a figure, but I use the \hyphenation command without success.
I hope anyone could help me
Regards. Rafael
0 comentarios
Respuestas (2)
Star Strider
el 6 de Mayo de 2022
It appears to work as written —
figure
xlabel("multi-disciplinary", 'Interpreter','latex')
Do you want a different result?
.
0 comentarios
Ver también
Categorías
Más información sobre Axis Labels en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!