LaTeX interpreter but sans-serif font on figures
26 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
On LaTeX I often use the
\usepackage{cmbright}
font when I want to have a clean, sans-serif font both in the text and in the mathematical formula I write.
In order to have an homogeneous result between my figures and the text, I would like the text in my figures (labels, axis ticks, title, annotations...) to be as well in this font.
Unfortunately so far on Matlab, when using the LaTeX interpreter, only the default font is available. I would like to be able to write both text and mathematical formulas in a sans-serif font (and the same for both text and math) on the figures I plot.
Is it possible?
I am on Mac OS 10.14.1 (Matlab 2018a) and also on Ubuntu 18.10 (Matlab 2018b).
Thank you for your help!
0 comentarios
Respuestas (1)
Prakhar Jain
el 16 de Nov. de 2018
Hi LeChat,
In order to change font for any text object you just need to set the 'Interpreter' property to 'latex'. As shown below:
xlabel('$$\int_0^x\!\int_y dF(u,v)$$','Interpreter','latex');
If you want to have tick labels also follow link below:
Hope this helps.
Thanks.
4 comentarios
Marshall Styczinski
el 30 de Sept. de 2020
Editada: Marshall Styczinski
el 30 de Sept. de 2020
This is Matlab in a nutshell. It does everything, but it does nothing well.
I have the same problem, and I have been researching a solution to this problem for several hours. Add one to the list of reasons I will continue to push my collaborators to move to other languages/platforms. It ends up being easier to mate multiple other languages than to try to get Matlab to do the one thing I need well enough.
Ver también
Categorías
Más información sobre Startup and Shutdown 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!