I'm a copy-editor and in my job I format papers for scientific journals. One of my task is (in some cases) to crop images to remove extra space between the images and the bounding box.
Usually I use to \fbox to visually check the amount of space between the images and the bounding box, but to do that I need to wrap each \includegraphics command with \fbox{...}.
My question is, is there a way to box all the images by default? Maybe using \usepackage[export]{adjustbox} in the preamble and pass the frame option to \includegraphics command by default.
draftyou would see how large the image is, however not the real white space – Jun 15 '17 at 07:16