名前: B2ox 日時: 2003-09-22 14:48:05 IPアドレス: 133.5.24.*
listings.sty version 1.1を使ってRubyのソースを貼り付けていたら、 文字'#'のあたりでMissing $ insertedエラーが出て困っています。 例: \lstnewenvironment{ruby}{\lstset{language=Ruby, frameround=tttt, frame=trbl}}{} \begin{ruby} a = 1 # comment \end{ruby} ! Missing $ inserted. <inserted text> $ l.?? a = 1 # comment また、\lstinputlistingで行指定付きで読み込ませた場合、 なぜかfirstlineの1つ前の行にある#に反応して同様のエラーが起きます。 なにか良い解決方法はないでしょうか?
この書き込みへの返事: