Math & ScienceWord drawings into LaTeX

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: Word drawings into LaTeX

Post by ghostanime2001 »

I'm fine with using PDF images into latex. How do I crop it to smaller dimensions & show some parts of an image and not others ?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Word drawings into LaTeX

Post by frabjous »

As has already been explained, you can use pdfcrop to crop whitespace, or BRISS to hand-crop a different region.
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: Word drawings into LaTeX

Post by ghostanime2001 »

Is pdfcrop a package for latex or a program?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Word drawings into LaTeX

Post by localghost »

ghostanime2001 wrote:Is pdfcrop a package for latex or a program?
pdfcrop is a Perl script that needs an corresponding Perl interpreter installed. For Windows you can get one for free [1]. The script is shipped with the common TeX distributions and can be run from the command line.

[1] Strawberry Perl for Windows
Post Reply