We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是一个MWE
\documentclass{article} \usepackage[CJKchecksingle]{xeCJK} % 如果把xeCJK包去掉,结果是正常的 \usepackage{listings} \newcommand{\mypassthrough}[1]{#1} \begin{document} \lstinline!#! \mypassthrough{test} \mypassthrough{\lstinline!#!} \end{document}
使用xelatex编译成pdf,可以看到结果是
# test ##
如果把不使用xeCJK包,则结果是
# test #
The text was updated successfully, but these errors were encountered:
和 #378 应该是重复的。
Sorry, something went wrong.
哦哦,了解,谢谢
No branches or pull requests
这是一个MWE
使用xelatex编译成pdf,可以看到结果是
如果把不使用xeCJK包,则结果是
The text was updated successfully, but these errors were encountered: