Thread: How to insert an image in Latex?

  1. #1
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694

    How to insert an image in Latex?

    For almost a year I am using Latex for every application I can use it for. Even my CV is made with Latex.

    However, through all this time, there were many moments that I wanted to insert an image and never did manage to. I was looking all over the internet, followed the steps, but didn't work at all! :/ :/ :/

    Does anybody know? Or can help with some way..
    Code - functions and small libraries I use


    It’s 2014 and I still use printf() for debugging.


    "Programs must be written for people to read, and only incidentally for machines to execute. " —Harold Abelson

  2. #2
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    Was confused by the path.

    Here is the code
    Code:
    \documentclass[a4paper,12pt]{article}
    
    \usepackage[english]{babel}
    \usepackage{graphicx}
    
    \begin{document}
    
    
        \includegraphics[width=0.5\textwidth]{b747NothernLights}
    
    \end{document}
    Code - functions and small libraries I use


    It’s 2014 and I still use printf() for debugging.


    "Programs must be written for people to read, and only incidentally for machines to execute. " —Harold Abelson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can I insert an image to my C file?
    By Hritik in forum C Programming
    Replies: 18
    Last Post: 12-29-2012, 03:30 AM
  2. insert/add a GIF image in VC++ 6.0
    By tdk02 in forum Windows Programming
    Replies: 4
    Last Post: 08-14-2006, 08:20 AM
  3. LaTEX help....need LaTex guru advice
    By jodders in forum Tech Board
    Replies: 2
    Last Post: 03-13-2005, 02:51 PM
  4. Insert image into email
    By caroundw5h in forum Tech Board
    Replies: 9
    Last Post: 09-07-2004, 07:33 AM
  5. Replies: 1
    Last Post: 09-17-2001, 05:46 AM