Tagged Questions
1
vote
1answer
114 views
Is that a bug between `xymatrix`, the `input` command and .sty file?
I have a problem compiling the following document.
First, I have a file macros.sty that consists of :
\newcommand{\test}{
\xymatrix@R=0mm{x}
}
Then, I have an auxiliary file out.aux that consists ...