How to add asmMath package (or other package) to Matlab-latex?

조회 수: 15 (최근 30일)
Jerry Rahmqvist
Jerry Rahmqvist 2019년 9월 1일
댓글: Walter Roberson 2023년 8월 21일
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?

채택된 답변

Walter Roberson
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
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?
Walter Roberson
Walter Roberson 2023년 8월 21일
No there is no way yet.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 LaTeX에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by