名前: Furuta 日時: 2006-09-17 09:43:08 IPアドレス: 133.102.16.*
>>44886 下記の二点を確かめていただけないでしょうか? 1. ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/のins、dtxファイルを ダウンロードし、この2つのファイルを含むディレクトリで latex listings-1.3.ins と実行され、新たに出来たファイル listings.cfg,listings.sty,lstdoc.sty,lstlang1.sty, lstlang2.sty,lstlang3.sty,lstmisc.sty,lstpatch.sty を c:/usr/local/share/texmf/tex/latex/listings/ にcopyされているでしょうか? 2. \listfilesを追加した下記のファイルをコンパイルするとログに listings.sty 2004/10/17 1.3b (Carsten Heinz) と現れるでしょうか? \listfiles \documentclass{jarticle} \usepackage{listings} \begin{document} \begin{lstlisting} for i:=maxint to 0 do \end{lstlisting} \end{document}
この書き込みへの返事: