有没有办法查看特定命令的文档?例如\NewDocumentCommand
,是否可以找到其描述和概要?
答案1
请尝试:
\documentclass{article}
\show\NewDocumentCommand
\end{document}
您可以在终端和 *.log 文件中获得:
> \NewDocumentCommand=\protected\long macro:
#1#2#3->\__cmd_check_definable:nNT {#1}\NewDocumentCommand {\cs_if_exist:NTF #1
{\msg_error:nnxx {cmd}{command-already-defined}{\use:nnn \token_to_str:N #1{}}{
\token_to_str:N \NewDocumentCommand }}{\__cmd_declare_cmd:Nnn #1{#2}{#3}}}.
l.3 \show\NewDocumentCommand