IgorTex: bolden font

I hope to add some individual characters with same format to be consistent with the text of the article edited in Latex.

So , IgotTex is better option. but I realise that its capabilities  seem limited, or that I'm not very familiar with using it.

 

DrawText -0.0391304347826087,0.333778371161549,"abcd    \\$WMTEX$ abcd \\  \\ \\  \\textbf{a_{1}} \\ \\  $\\textbf{b_{1}}$ \\  $\\mathbf{c_{1}}$   \\ $\\pmb{d_{1}}$  \\$/WMTEX$"
SetDrawEnv fstyle= 1

The bold canmand did not work in igorTex environment.

The bold canmand did not work in igorTex environment.

Yes, the Igor latex parser is limited, so some commands such as textbf will not work. I wonder, can't you just select the right font and it will look very close even without using latex in Igor? If you tell us which specific expression you want to represent, maybe someone can help with that. Otherwise, you could also use the following package, which renders latex from an external interpreter:

https://www.wavemetrics.com/project/LaTeXPictures

If you have a local install of LaTeX on Windows and have the initiative to determine what ExecuteScript command is required on a Windows system to compile a LaTeX standalone class document, I will be glad to incorporate the requisite ExecuteScript command in the package LaTeX to Picture as posted here https://www.wavemetrics.com/node/22092. You will be able to configure input commands for the LaTeX local parser so as to have full consistency between your compiled LaTeX article and your compiled LaTeX generated image.

In reply to by Qianlix

Do you have a good connection to codecogs.com?

Does clicking the LaTeX rendering by https://latex.codecogs.com button open your web browser to that link successfully?

Perhaps it is blocked, or slow.

If slow, you can change the timeout that LaTeX Pictures uses with a Override Constant in your main procedure window:

#include "LaTeX Pictures"

Override Constant kCodeCogsTimeoutSecs = 60 // normally 30 seconds