Latex in LiveScript - no dialog box
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I recall a previous version of MATLAB Online that allowed LiveScript to immediately typeset using Latex code without needing to use the Latex equation dialog box. This is especially helpful when you want to write a short symbol mathematically e.g., the symbol a so it isn't confused with the word 'a'. Right now, I just get $ a $ (without the spaces) in my text block. I was able to type this comment and the symbol a without the dialog box, but can't seem to do so in the LiveScript without invoking the dialog box (tedious for long reports). Any suggestions?
2 Kommentare
Matt J
am 9 Mai 2022
Presumably, you only see this in Matlab Online? I don't see this problem in regular offline LiveScript.
Antworten (1)
Sudarsanan A K
am 13 Okt. 2023
Hello Cynthia,
I understand that you are looking for
typesetting in the 'Live Script' of MATLAB Online without needing the user to invoke the dialog box.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1510069/image.png)
This can be achieved by setting your preference as follows:
- Go to the "Home" tab in the MATLAB Online environment.
- Click on "Preferences" in the toolbar.
- In the "Preferences" window, select "Editor/Debugger" from the left-hand pane to expand the list.
- Select "Autoformatting".
- Under "Insert options", enable "$LaTeX$ for LaTeX equation".
After following the above mentioned steps, you can use
syntax directly in the Live Script without needing to use the
equation dialog box.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1510074/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1510079/image.png)
I hope this address your query.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!