Re: figure環境とverbatim環境はいっしょに使えない?

名前: suzuki
日時: 2002-12-13 01:36:59
IPアドレス: 210.252.229.*

>>13902 鈴木です.試して頂けるとは恐縮です. 現象が起こるものをそのまま記載します. 以下のものです. \documentstyle[graphicx,color]{ipsjpapers} という情報処理学会のクラスファイルを使っています. \begin{figure}[htbp] \begin{verbatim} public interface IContent extends Remote{ public MetadataFile getMetadata() throws RemoteException;//(1) public Class[] getContentTypeInterfaces() throws RemoteException;//(2) public boolean hasRestriction( String methodName) throws RemoteException;//(3) public String[] getRestrictions() throws RemoteException;//(4) public boolean hasShallowRestriction( String methodName) throws RemoteException;//(5) public String[] getShallowRestrictions() throws RemoteException;//(6) public Object getContent() throws RemoteException;//(7) public Object getContent( ServerSideScenario sss) throws RemoteException;//(8) public void addChild(IContent child) throws RemoteException;//(9) public void addChild(int index, IContent child) throws RemoteException;//(10) public void removeChild(int index) throws RemoteException;//(11) public void removeChild(IContent child) throws RemoteException;//(12) public IContent getChild(int index) throws RemoteException;//(13) public int getIndexOfChild(IContent child) throws RemoteException;//(14) public int getChildCount() throws RemoteException;//(15) public boolean isLeaf() throws RemoteException;//(16) } \end{verbatim} \caption{IContentインタフェースの詳細} \ecaption{Detail of IContent interface} \label{lbl_program_icontent} \end{figure}

この書き込みへの返事:

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