Graphics, Figures & Tables ⇒ How do I include graphics on DVI LaTeX?
How do I include graphics on DVI LaTeX?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
How do I include graphics on DVI LaTeX?
For example, if I have a tex file under my documents folder and so is my image, the code would look similar to this:
Code: Select all
\includegraphics{/Users/NBennett/Documents/image.png}
On a third party site, Overleaf there is some helpful information.
https://www.overleaf.com/learn/latex/Inserting_Images
Hopefully this helps.