graphicx

Include and manipulate graphics in LaTeX documents using the graphicx package.

8|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/igbuend/grimbard --skill graphicx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graphicx
Source: https://github.com/igbuend/grimbard/tree/main/skills/graphicx
Command: npx skills add https://github.com/igbuend/grimbard --skill graphicx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of incorporating and managing images within LaTeX documents, addressing common challenges with scaling, placement, and formatting.

Core Features & Use Cases

  • Image Inclusion: Easily insert images of various formats (PDF, EPS, PNG, JPG) into LaTeX documents.
  • Flexible Sizing & Rotation: Control image dimensions using relative units (\textwidth, \linewidth) or absolute values, and rotate images as needed.
  • Advanced Layouts: Create complex figures with subfigures, wrap text around images, and overlay graphics with precise positioning.
  • Use Case: When preparing a research paper, use this Skill to insert figures, ensure they are correctly sized to fit the page layout, and arrange multiple plots into a single composite figure with captions.

Quick Start

Use the graphicx skill to include an image named 'logo.png' scaled to half the text width.

Frequently Asked Questions about graphicx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I include and scale images in a LaTeX document?

To include and scale images in a LaTeX document, use the graphicx package to insert formats like PNG or JPG, controlling dimensions with relative units like \ extwidth or absolute values for precise sizing.

Can I create composite figures with subfigures in LaTeX?

Yes, you can create composite figures with subfigures in LaTeX. This approach allows you to arrange multiple plots into a single figure environment with individual captions and precise placement controls.

What image formats work with the graphicx package for typesetting?

The graphicx package supports multiple image formats for typesetting, including PDF, EPS, PNG, and JPG, allowing flexible inclusion of visual elements within technical documentation.

How do I rotate and crop graphics in LaTeX?

You rotate and crop graphics in LaTeX using graphicx package options, applying specific commands to manipulate image orientation and boundaries for precise placement within figure environments.

Is LaTeX suitable for academic publishing requiring visual elements?

LaTeX is highly suitable for academic publishing requiring visual elements. It provides advanced layout capabilities to manage figure placement, text wrapping, and precise scaling for research papers.

What is the best way to overlay graphics with precise positioning in LaTeX?

The best way to overlay graphics with precise positioning in LaTeX is using graphicx features to stack and align images, ensuring accurate visual layering within technical documentation.