\documentclass[UTF8]{ctexart} \usepackage{tikz} \usepackage{xpinyin} \setmainfont{Courier New} \xpinyinsetup{ratio = 0.7} \begin{document} \begin{tikzpicture} \coordinate(A)at(0,0); \draw(A)node{\Huge 大}; \draw(A) ++ (0,1) node{\large \pinyin{da4}} \end{tikzpicture} \end{document} ![](https://pics.latexstudio.net/data/images/202003/b7b251f43fbd753.png) 使用的是texlive2019+texstudio

2 回答2

0
texstudio 显示未知命令不代表会报错,既不是充分也不是必要条件 你给的代码缺了分号「;」,补上后编译通过
  • 非常感谢! – tenwalls 2020-03-14 18:41 回复
  • 哦哦哦确实,十分感谢! – tenwalls 2020-03-14 18:41 回复
0
不接受代码截图。 我干嘛对着截图再敲一遍代码给你找错
  • 不好意思,我加上了代码 – tenwalls 2020-03-14 18:17 回复

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。