Forgot password?
 Create new account
View 418|Reply 2

tikzjax里面的latex公式不支持颜色

[Copy link]

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

hbghlyj Posted at 2021-12-1 03:09:38 |Read mode
  1. \begin{tikzpicture}
  2. \draw[blue] node at (0,0){$t$};
  3. \end{tikzpicture}
Copy the Code
显示出来是黑的!

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

 Author| hbghlyj Posted at 2021-12-1 08:45:46
好像web2js没有这个问题
tikzjax和web2js是什么关系啊
  1. \documentclass{article}
  2. \usepackage{tikz}
  3. \begin{document}
  4. \begin{tikzpicture}
  5. \draw[blue] node at (0,0){\Huge$t$} ;
  6. \end{tikzpicture}
  7. \end{document}
Copy the Code
这里有一个范例,可以把网络连接暂时关闭,会发现它仍可以编译,所以它是完全运行于浏览器中的.

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

 Author| hbghlyj Posted at 2021-12-1 17:35:43
tikzjax里面好像×号变成了÷号,但是web2js就没有此问题
  1. \begin{tikzpicture}
  2. \draw[ultra thick,-latex,blue!50!red](0,0)--(0,3)node[pos=0.7,right]{$u\times v$};
  3. \end{tikzpicture}
Copy the Code

手机版Mobile version|Leisure Math Forum

2025-4-20 22:09 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list