Re: ソース番号

名前: Newbie
日時: 2002-01-14 08:09:51
IPアドレス: 211.2.65.*

>>5224 プログラムソースをどのようにして、組み込んでいるのか 分からないのですが、listingsを組み込むことで、下記のように 出来るかと思います。 \documentclass{jarticle} \usepackage{listings} \renewcommand{\lstlistingname}{プログラム} % デフォルトは、Listing \begin{document} \lstset{labelstyle=\tiny, labelstep=2, labelsep=5pt, frame=tb} \begin{lstlisting}[caption=プログラム,label=1st]{} for i:=maxint to 0 do begin { do nothing } end; % Write('Case insensitive '); WritE('Pascal keywords.'); \end{lstlisting} プログラム\ref{1st}は、文章中に入り、プログラム\ref{2nd}はfloatです。 \begin{lstlisting}[float,caption=パスカル,label=2nd]{} for i:=maxint to 0 do begin { do nothing } end; % Write('Case insensitive '); WritE('Pascal keywords.'); \end{lstlisting} \end{document}

この書き込みへの返事:

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