| Thread Closed |
Images in Latex |
Share Thread | Thread Tools |
| Jan23-06, 03:16 PM | #1 |
|
|
Images in Latex
I've got an image, GIF, JPEG or other ( I can easily convert between most formats) and I want to insert it into a Latex document. Could someone please give me instructions on how to use this. I'm using TeXnicCenter on a Windows system.
|
| Jan23-06, 05:34 PM | #2 |
|
|
include Code:
\usepackage{graphicx}
\usepackage{rotating}
Code:
\begin{center}
\rotatebox{0}{\scalebox{1}[1]{\includegraphics[width=4cm,height=5cm]{sphericalcoordinates.eps}}}
\end{center}
|
| Jan23-06, 09:11 PM | #3 |
|
|
If you use PDFLaTeX, JPEG files can be included as described by franz.
For regular LaTeX you're stuck with using something like jpeg2ps to convert your JPEG files to encapsulated PS format. |
| Jan23-06, 11:25 PM | #4 |
|
|
Images in Latex |
| Jan23-06, 11:35 PM | #5 |
|
|
Code:
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics{stone} % stone.jpg <--!!
\end{document}
|
| Jan23-06, 11:53 PM | #6 |
|
|
Hmm, interesting, i just got it working. Took a bit of finagling (kept telling me it couldn't find the file when it was right there). Good to know. |
| Jan24-06, 02:49 AM | #7 |
|
|
Thanks for your help guys, just to check the image needs to be in the same folder as the LaTex document? Apologies for double posting on the boards.
|
| Jan24-06, 02:52 AM | #8 |
|
|
|
| Jan24-06, 05:48 AM | #9 |
|
|
|
| Jan24-06, 06:34 AM | #10 |
|
|
Code:
\graphicspath{{../}} % looks for graphic files in the parent directory
\graphicspath{{./figs/}} % looks for graphic files in the sub directory "figs"
|
| Jan24-06, 06:46 AM | #11 |
|
|
Thank's for your help everyone.
|
| Jan24-06, 07:45 AM | #12 |
|
|
Besides, Word documents just don't look nearly as pretty as a TeX/LaTeX document does :) |
| Jan24-06, 12:55 PM | #13 |
|
|
Wow, you don't know how to use latex do you? Latex is far easier and faster to use than any word processor, especially when you need to include dozens of equations and images quickly. You never even have to take your hands off the keyboard. Further, Latex documents look more professional. |
| Jan24-06, 02:19 PM | #14 |
|
|
I used to use MS Word with equation editor, I've recently switched to Latex and found it much more intuitive once you've learned the code.
|
| Jan25-06, 10:45 PM | #15 |
|
|
The thing with Latex is that it is harder to LEARN. It is much easier to actually USE, once you have learned it. |
| Oct22-06, 11:09 AM | #16 |
|
|
Hi! I'm new on using Latex and in this forum too, I've read what you said about inserting imatges and it has been very helpful, I got the .pdf using a .jpg image!!!
\usepackage{graphicx} ... \begin{figure} \centering \includegraphics{D:/Meg/uni/Programa.jpg} \label{fig:Programa.jpg} \end{figure} However, the dvi visor doesn't work, and I tried doing it with an '.eps' image... it doesn't seem to understand the code (something about the bounding box)... Can anyone help me getting the two things correctly? thanks a lot! |
| May8-10, 08:20 PM | #17 |
|
|
hi guys
please could any one tell me how can I include two images (parallel) or next to each other in latex and how can I manage the caption. |
| Thread Closed |
| Thread Tools | |
Similar Threads for: Images in Latex
|
||||
| Thread | Forum | Replies | ||
| Images don't show up in LaTeX | Math & Science Software | 4 | ||
| RSS feeds and LaTeX images | Forum Feedback & Announcements | 3 | ||
| latex and images | Academic Guidance | 2 | ||
| Preview option and LaTex images | Forum Feedback & Announcements | 4 | ||