I have a little problem, when I integrate this segment of code within the document, the figure didn't appear, when converting the dvi output to pdf, and the page where the figure should appear is a blank page (there is a text shold appear below the figure, the doesn't). Why?
There should be some warnings or error messages in the log file. Check this. Add the \listfiles command as very first line to your code and start a new run. Search the log file for the section between *File List* and *********** and post this list here.
localghost wrote:There should be some warnings or error messages in the log file. Check this. Add the \listfiles command as very first line to your code and start a new run. Search the log file for the section between *File List* and *********** and post this list here.
S_David wrote:the figure didn't appear, when converting the dvi output to pdf, and the page where the figure should appear is a blank page
I think that's the point - it could happen with dvipdfmx or the like. Instead of converting directly from dvi to pdf convert to ps first (dvips) and then to pdf (pstopdf), or use pdfLaTeX if possible.
S_David wrote:the figure didn't appear, when converting the dvi output to pdf, and the page where the figure should appear is a blank page
I think that's the point - it could happen with dvipdfmx or the like. Instead of converting directly from dvi to pdf convert to ps first (dvips) and then to pdf (pstopdf), or use pdfLaTeX if possible.