Ipe Drawing & Presentation Guide

Ipe is an extensible vector graphics editor that natively renders LaTeX text and equations. It is widely used in our research group for creating publication-quality figures, academic posters, and conference presentation slides.


🎨 Templates & Tutorials


Ipelets are Lua/C++ extensions that add powerful capabilities to Ipe. Install them by placing the .lua file in your local Ipelet directory (Help $\rightarrow$ Show configuration).


🎨 Color Palettes & Utilities


💡 Pro-Tips & Techniques

Selection Behavior

  • Top-left to bottom-right: Selects an object only if its entire bounding box is inside the rectangle.
  • Bottom-right to top-left: Selects any object whose bounding box intersects the selection rectangle.
Selects inside box

Top-left to bottom-right (selects blue circle)

Selects intersecting

Bottom-right to top-left (selects both)

Clipping Paths

To mask a figure or photo:

  1. Group your objects (Ctrl+G).
  2. Draw a rectangle (or polygon) over the grouped object.
  3. Select both and choose Add Clipping Path from the context menu.
Group Rectangle Result

Angular Snap

Press F1 to place an angular origin (green star) at your cursor. When Angular Snap is enabled, drawing will snap to predefined angles relative to this origin. Rotate with F2, reset with Ctrl+F2, and hide with Ctrl+F1.

AC Admin
AC Admin

Website maintainer