How can I easily insert pictures into LaTeX?

  • Context: LaTeX 
  • Thread starter Thread starter lo2
  • Start date Start date
  • Tags Tags
    Latex Pictures
Click For Summary

Discussion Overview

The discussion revolves around the challenges of inserting pictures into LaTeX documents. Participants share their experiences and methods for handling images within the LaTeX framework, focusing on practical approaches and resources.

Discussion Character

  • Technical explanation, Practical application

Main Points Raised

  • One participant expresses difficulty in inserting pictures into LaTeX, suggesting that there should be an easier method given its widespread use.
  • Another participant provides a link to a Google search for "includegraphics latex," implying that there are resources available for further exploration.
  • A participant shares a specific method for including images, detailing the use of the 'figure' environment and the 'picture' command with EPS files.
  • A reference to a CTAN document on EPS and LaTeX is provided, suggesting that it contains sufficient information for most users.

Areas of Agreement / Disagreement

There is no explicit consensus on the ease of inserting pictures into LaTeX, as participants present varying perspectives and methods without resolving the initial concern about difficulty.

Contextual Notes

The discussion does not address potential limitations of the methods mentioned, such as compatibility with different image formats or specific LaTeX packages that may be required.

lo2
I am using LaTeX quite a lot and I think that it is awesome stuff. However there is one little problem and that is inserting pictures into LaTeX I consider it pretty difficult to do. But a program like LaTeX which so many people use most have got an 'easy' way to insert pictures.
 
Physics news on Phys.org
What I do:

Produce figures as eps.

Then do something like:

Code:
\begin{figure}[t]

\begin{picture}(120,120)(0,0)

  \put(0,0){\resizebox{5cm}{!}{\includegraphics{pic2.eps}}}
  \put(60,0){\resizebox{5cm}{!}{\includegraphics{pic1.eps}}}

\end{picture}

\end{figure}
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
3
Views
5K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
13
Views
895
  • · Replies 4 ·
Replies
4
Views
3K