README 854 B

1234567891011121314151617
  1. Ipe is a drawing editor for creating figures in PDF format. It supports
  2. making small figures for inclusion into LaTeX-documents as well as
  3. making multi-page PDF presentations.
  4. Ipe's main features are:
  5. * Entry of text as LaTeX source code. This makes it easy to enter
  6. mathematical expressions, and to reuse the LaTeX-macros of the main
  7. document. In the display text is displayed as it will appear in the
  8. figure.
  9. * Produces pure PDF, including the text. Ipe converts the LaTeX-source
  10. to PDF when the file is saved.
  11. * It is easy to align objects with respect to each other (for instance,
  12. to place a point on the intersection of two lines, or to draw a circle
  13. through three given points) using various snapping modes.
  14. * Users can provide ipelets (Ipe plug-ins) to add functionality to Ipe.
  15. This way, Ipe can be extended for each task at hand.