I would like to use the path
command inside a
ewcommand
definition inside a latex document. However my definition does not work as I would expect it to work. A minimal example for this is
documentclass[12pt]{article}
usepackage{path}
ewcommand{code}[1]{path!{#1}!}
egin{document}
Testing the path command with: code{this.texts.should.not.be.typeseted.on.a.single.line}.
Testing the path command with: path!this.texts.should.not.be.typeseted.on.a.single.line!.
end{document}
我在界定新指挥时有什么错误?