1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: ipe
Maintainer: Otfried Cheong <ipe@otfried.org>
Section: graphics
Priority: optional
Build-Depends: sharutils,
debhelper (>= 9~),
zlib1g-dev,
qt6-base-dev,
qt6-base-dev-tools,
libfreetype6-dev,
libcairo2-dev,
libfontconfig1-dev,
libjpeg-dev,
libpng-dev,
liblua5.4-dev,
libgsl-dev,
libspiro-dev,
libcurl4-openssl-dev
Homepage: http://ipe.otfried.org/
Package: ipe
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libqt6svg6
Description: The Ipe extensible drawing editor
Ipe is a drawing editor for creating figures in PDF format. It
supports making small figures for inclusion into LaTeX-documents as
well as making multi-page PDF presentations.
Ipe's main features are:
* Entry of text as LaTeX source code. This makes it easy to enter
mathematical expressions, and to reuse the LaTeX-macros of the main
document. In the display text is displayed as it will appear in
the figure.
* Produces pure PDF, including the text. Ipe converts the LaTeX-source
to PDF when the file is saved.
* It is easy to align objects with respect to each other (for
instance, to place a point on the intersection of two lines, or to
draw a circle through three given points) using various snapping
modes.
* Users can provide ipelets (Ipe plug-ins) to add functionality to
Ipe. This way, Ipe can be extended for each task at hand.
|