How to add asmMath package (or other package) to Matlab-latex?
21 次查看(过去 30 天)
显示 更早的评论
In this post -> https://stackoverflow.com/questions/12250919/how-do-you-use-the-latex-blackboard-font-in-matlab7
They describe a way to add a package to the Matlab-latex interpreter.
I don't find the tex.m file that was located in previous release in the folder: MATLAB root\toolbox\matlab\graphics
What I want is to add the bold part on the line below
standardhead = [' \nofiles \documentclass{mwarticle} \usepackage{amsfonts, amsbsy, amssymb} \begin{document}']
to a function called localDecorateInputString , now I don't find the file tex.m that have this function.
and add this bold part to the function localGetTeXPath in same file as above.
texpath{1} = blah blah blah...
texpath{end} = blah blah blah...
texpath{end+1} = 'C:\amslatex\';
How to do this in R2019a?
0 个评论
采纳的回答
Walter Roberson
2019-9-1
There is no known way to do this in current MATLAB releases, with the exception that the Report Generator has a facility to add arbitrary latex.
2 个评论
Mohammed Azharuddin
2023-8-21
@Walter Roberson Is there any changes or way to include additional packages like mathbb or si unit now in 2022b or so?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 LaTeX 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!