Discussion:
help help
Ashley
2006-11-20 17:38:01 UTC
Permalink
I am have trouble getting my pictures to show up. I have tried pdf, jpeg, and eps format and nothing works. Do i need a certain graphics package or anything? This is for my thesis that is due in two weeks. Help help!

ashley


---------------------------------
Sponsored Link

Degrees online in as fast as 1 Yr - MBA, Bachelor's, Master's, Associate - Click now to apply
John Trapp
2006-11-21 16:06:09 UTC
Permalink
If you are using TXC, then look at the help pages under Contents|Latex
Help e-Book|Latex Maths and graphics|Graphics

John
Evaristo Arroyo F
2006-11-23 17:41:57 UTC
Permalink
Post by Ashley
I am have trouble getting my pictures to show up. I have tried pdf,
jpeg, and eps format and nothing works. Do i need a certain graphics
package or anything? This is for my thesis that is due in two weeks.
Help help!
ashley
---------------------------------
Sponsored Link
Degrees online in as fast as 1 Yr - MBA, Bachelor's, Master's, Associate
- Click now to apply
--
Hi

Which is your picture format?.

1.- EPS and PS format work with dvi, dvi-pdf.

2.- PDF, PNG y JPG work with pdf directly.

next is a instruction to include graphics

\begin{figure}[!ht] %t: top of page; b: bottom of page
\begin{center}
\includegraphics[height=10cm,width=12cm]{grafico_descubrimiento_produccion}
%itÂŽs not necessary EPS, PS, PDF, etc.
\caption{Proceso de descubrimiento y producción de información. }
\cite{Daconta2003}
\label{grafico_descubrimiento_produccion}
\end{center}
\end{figure}




Atentamente,

Prof. Evaristo Arroyo F.
Stephan Klumpp
2006-11-23 08:46:42 UTC
Permalink
Dear Ashley,
Post by Ashley
Do i need a certain graphics package or anything?
------------------------------------------------------------------------
.
you need to invoke the graphicx package. Here a mininal example

\documentclass{article}

\usepackage{graphicx}

\begin{document}
\begin{figure}
\centering
\includegraphics*[width=1.00\textwidth]{mygraphic.XXX}
\end{figure}
\end{document}

XXX is a wild-card either for eps files, if you use latex producing a
dvi file. Or is a wild-card for jpg files, if you use pdflatex producing
pdf files.

Greetings ...

Stephan
*__________________________________________________________________*
*Dipl.-Phys. Stephan Klumpp *
*Institut für Physik *
*Universität Kassel *
*Heinrich-Plett-Str. 40*
*D-34132 Kassel *

*Tel.: +49 (0561) 804 4198 *
*Fax: +49 (0561) 804 4150 *

*mailto: Stephan.Klumpp-***@public.gmane.org
<mailto:Stephan.Klumpp-***@public.gmane.org>*
* *
*Fachbereich 18, Experimentalphysik IV*
* *
*http://www.physik.uni-kassel.de/ehresmann/*
*
*__________________________________________________________________*
*
Ulrik Stervbo
2006-11-25 09:26:51 UTC
Permalink
You should not the filetype (.eps, .jpg, .pdf etc). Latex looks for
the correct filetype depending on how it is invoked (latex or
pdflatex).

Ulrik
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear Ashley,
Post by Ashley
Do i need a certain graphics package or anything?
------------------------------------------------------------------------
.
you need to invoke the graphicx package. Here a mininal example
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\centering
\includegraphics*[width=1.00\textwidth]{mygraphic.XXX}
\end{figure}
\end{document}
XXX is a wild-card either for eps files, if you use latex producing a
dvi file. Or is a wild-card for jpg files, if you use pdflatex producing
pdf files.
Greetings ...
Stephan
*__________________________________________________________________*
*Dipl.-Phys. Stephan Klumpp *
*Institut für Physik *
*Universität Kassel *
*Heinrich-Plett-Str. 40*
*D-34132 Kassel *
*Tel.: +49 (0561) 804 4198 *
*Fax: +49 (0561) 804 4150 *
* *
*Fachbereich 18, Experimentalphysik IV*
* *
*http://www.physik.uni-kassel.de/ehresmann/*
*
*__________________________________________________________________*
*
-----BEGIN PGP SIGNATURE-----
Version: PGP Desktop 9.0.6 (Build 6060)
iQEVAwUBRWVf/QbNkHEBpmu0AQgFjwf+K9HstViF2fSm0tOKy7ndRjf7Vy8utLjZ
RSlEo8hj76vnm4gwQG7WirFr8hS9ASQ4DfejbqAFa5SBV0JnhtIFcqBoxQxWQHU2
o5IUDGKYsvbJox2VppM/XwCx0m31rnf53+g7q1qRha/Ri5FOfw7yCAeeYojoDcxS
yTCeNJkiFNfx39sPn62FLd/jTpqPRBw22l8N6tU/oekAOGlSY0qTvRAd5GZ+kNwo
VoHQC/f/SgJA4H6IU0IpcHk0y/KcJLG2CvMVilU5zSwfTEZ3aUydoBJIuc2es1Qn
yk5BblnPJ665fhwDCTpzPcxagAAZuhh+h493ToakBH+pbG1zMmk+tQ==
=JcVV
-----END PGP SIGNATURE-----
Loading...