Search found 8 matches
- Thu Apr 02, 2009 5:49 am
- Forum: Graphics, Figures & Tables
- Topic: Figures and Text placement
- Replies: 2
- Views: 2491
Re: Figures and Text placement
Thanks a ton Stefan,tutorial was very helpful and its working.
- Fri Mar 20, 2009 10:51 pm
- Forum: Graphics, Figures & Tables
- Topic: Figures and Text placement
- Replies: 2
- Views: 2491
Figures and Text placement
Hi,
I have a small problem placing figures. I have tons of figures and there are 3-4 lines description between some of them. So it would be like 4-5 pics and then a little description.
What LaTeX is doing is moving the description placing two sets of figures without the description in between.
I ...
I have a small problem placing figures. I have tons of figures and there are 3-4 lines description between some of them. So it would be like 4-5 pics and then a little description.
What LaTeX is doing is moving the description placing two sets of figures without the description in between.
I ...
- Fri Mar 20, 2009 10:30 pm
- Forum: New Members
- Topic: Hi
- Replies: 2
- Views: 2516
Hi
I am an infrequent user of LaTeX for quite sometime now. Mainly I have been using it to write some papers and finally writing thesis in it. I have referred to this site a couple of times when I have problems, but had been too lazy/busy to introduce myself.
Although I will using it for some more time ...
Although I will using it for some more time ...
- Fri Oct 03, 2008 9:13 pm
- Forum: General
- Topic: LaTeX => PS => PDF
- Replies: 52
- Views: 1097071
Re: LaTeX => PS => PDF
I have been working in TexnicCenter with MikTex package.
Latex => DVI or PS, I have the good final file (but I want a pdf and the quality is horrible if i print the DVI in a pdf);
Latex => PDF, I obtain the good text (chapter, TOC and everything) but blanks instead of pictures;
Latex => PS => PDF ...
Latex => DVI or PS, I have the good final file (but I want a pdf and the quality is horrible if i print the DVI in a pdf);
Latex => PDF, I obtain the good text (chapter, TOC and everything) but blanks instead of pictures;
Latex => PS => PDF ...
- Wed Aug 27, 2008 11:08 pm
- Forum: General
- Topic: Including *.eps figure in Latex
- Replies: 20
- Views: 60382
Including *.eps figure in Latex
Thanks a ton Stefan,
In DVI and PS it seems to be working. I think its the change you suggested seems to be working.
I recommend graphicx instead, with \includegraphics like in your second try. The second code snippet looks well. Don't forget
Code:
\usepackage{graphicx}
Still attaching a ...
In DVI and PS it seems to be working. I think its the change you suggested seems to be working.
I recommend graphicx instead, with \includegraphics like in your second try. The second code snippet looks well. Don't forget
Code:
\usepackage{graphicx}
Still attaching a ...
- Wed Aug 27, 2008 10:39 pm
- Forum: General
- Topic: Including *.eps figure in Latex
- Replies: 20
- Views: 60382
Including *.eps figure in Latex
Hi attaching the log file. There are many other errors. Some of which if I remove, it does not give me a proper output. And I think this is the one right now with which we are working.
! LaTeX Error: Unknown graphics extension: .eps.
See the LaTeX manual or LaTeX Companion for explanation.
Type H ...
! LaTeX Error: Unknown graphics extension: .eps.
See the LaTeX manual or LaTeX Companion for explanation.
Type H ...
- Wed Aug 27, 2008 8:48 pm
- Forum: General
- Topic: Including *.eps figure in Latex
- Replies: 20
- Views: 60382
Re: Including *.eps figure in Latex
Thanks Stefan
This one is by all the ones used in the example I am using
\begin{figure}[h]
\centering
\epsfig {file = graphruin.eps}
\label{Risk Process}
\caption{Risk Process}
\end{figure}
I tried this one generated by TC
\begin{figure}
\centering
\includegraphics{graphruin.eps ...
This one is by all the ones used in the example I am using
\begin{figure}[h]
\centering
\epsfig {file = graphruin.eps}
\label{Risk Process}
\caption{Risk Process}
\end{figure}
I tried this one generated by TC
\begin{figure}
\centering
\includegraphics{graphruin.eps ...
- Wed Aug 27, 2008 8:24 pm
- Forum: General
- Topic: Including *.eps figure in Latex
- Replies: 20
- Views: 60382
Re: Including *.eps figure in Latex
Hi,
Even I am encountering similar problem. For me I feel its something to do with my software TeXnic Center, as I had other sample LaTex files and for them also it in not compiling the figures in the file. I am using standard output as PDF, although I tried with PS and DVI too.
Thanks
Even I am encountering similar problem. For me I feel its something to do with my software TeXnic Center, as I had other sample LaTex files and for them also it in not compiling the figures in the file. I am using standard output as PDF, although I tried with PS and DVI too.
Thanks