How do I hyphen a word using LaTex?

5 visualizaciones (últimos 30 días)
Rafael Borobio Castillo
Rafael Borobio Castillo el 6 de Mayo de 2022
Respondida: Star Strider el 6 de Mayo de 2022
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

Respuestas (2)

Jonas
Jonas el 6 de Mayo de 2022
Editada: Jonas el 6 de Mayo de 2022
as far as I am aware, there is no automatic hyphenation in the labels, if you want to break the label, use e.g.
xlabel({'multi-','disciplinary'},'Interpreter','latex')

Star Strider
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?
.

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by