Thank you. I use the insecable space ( ) to solve the problem.
By the way, the LaTeX math tag seems broken for me at first.
After some effort, I changed "&>" to ">" for the following lines in bricks/math/lib/bricks/math.rb.
system("cd #{File.dirname(tempf.path)}; latex -interaction=batchmode #{"#{base}.tex".inspect} > '#{base}.err'")
system("dvips #{tempf.path}.dvi -E -o #{base}.ps > '#{base}.err'") #|| Node.logger.error(File.read("#{base}.err"))
system("convert -units PixelsPerInch -density 150 -matte -fuzz '10%' -transparent '#ffffff' #{base}.ps #{filepath.inspect} > '#{base}.err'") #||...
After that, the LaTeX math tag works for me. Did I miss something? Thank you.
Jia-Yin