Re: 行番号表示

名前: トノ
日時: 2004-10-29 07:46:08
IPアドレス: 222.159.241.*

>>32245 若干手作業が入りますが、indent.sty を読込んで、itembox 環境の中に indentation 環境を作るのはいかがでしょう。 indent.sty は、CTAN などから入手してください。 \documentclass{jarticle}\relax \usepackage{moreverb,ascmac,indent}\relax \makeatletter \renewcommand{\listinglabel}[1]{% \llap{\small\rmfamily\the#1:}\hskip\listingoffset\relax % ^ } \makeatother \begin{document} \begin{itembox}{ソース} \begin{indentation}{.5em}{0zw} \begin{listing}[1]{1} /* へろーわーるど */ class Hello { public static void main(String[] args) { System.out.println("Hello, world"); } } class Hello { public static void main(String[] args) { System.out.println("Hello, world"); } } class Hello { public static void main(String[] args) { System.out.println("Hello, world"); } } \end{listing} \end{indentation} \end{itembox} \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)