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

名前: suzuki
日時: 2002-12-13 02:03:27
IPアドレス: 61.116.216.*

>>13905 鈴木です.ありがとうございます. 試してもらったお礼は,そのまえの >ご質問にある記述例も,私の環境では特に問題なく処理されますが… に対してで,今私の送ったものでやって下さい,ということではありません^^; 言葉足らずでスイマセン. でも何か腑に落ちないんです. 図が次のページに表示されればそれで済みそうなものなのになぜ 最終ページにに出てくるのか, あともう一つ変な動きがありまして 下のように”あああああ”なんて,verbatimの外に 文字を書くと最終ページではなく,次のページに 表示されるんですよね・・・ナゼ? \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> だけ使えます)