Different websites suggest using one of those two packages.
\usepackage{graphicx}
\usepackage{graphics}
What are differences between them? Which is better?
|
Most modern people use
|
|||
|
|
|
This two packages belong together and AFAIK are only separated because of backwards compatibility to older code.
The |
|||
|
|
|
You may want to have a look here for a better understanding between the two graphics. Hope this helps. |
|||
|
|
|
One of the major aims of LaTeX is to provide a layer of consistent syntax over the somewhat varying syntax provided by TeX primitives (and in the case of graphics inclusion by the various TeX engines and dvi dvrivers). For LaTeX2e there was a desire to make a driver independent graphics inclusion mechanism as part of the standard release (and described in the LaTeX book). None of the standard LaTeX commands (and at that time very few packages) used a key=value syntax so we wanted an interface with standard LaTeX command syntax. However the most popular LaTeX2.09 contributed package for image inclusion at that time was Move on a couple of decades and of course now several packages use key=value syntax, either using the original Just use the |
|||
|
|
graphicxalso loads by defaultgraphics– Herbert Jul 14 '11 at 20:04