Graphic Converter
TransFig is a set of tools for creating TeX documents with graphics
that are portable in the sense that they can be printed in a wide
variety of environments.
The transfig directory contains the source for the transfig command
which generates a Makefile which translates Fig code to various
graphics description languages using the fig2dev program. In previous
releases, this command was implemented as a shell script.
Documentation: man transfig
- Developed at Publishing
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/transfig && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
fig2dev-3.2.6-fig2mpdf-doc.patch | 0000280468 274 KB | |
fig2dev-3.2.6-fig2mpdf.patch | 0000041364 40.4 KB | |
fig2dev-3.2.6a-RGBFILE.patch | 0000000767 767 Bytes | |
fig2dev-3.2.7b.tar.xz | 0000512224 500 KB | |
transfig-3.2.6.dif | 0000004177 4.08 KB | |
transfig-fix-afl.patch | 0000001334 1.3 KB | |
transfig.3.2.5-binderman.dif | 0000000255 255 Bytes | |
transfig.3.2.5d-mediaboxrealnb.dif | 0000001169 1.14 KB | |
transfig.changes | 0000032497 31.7 KB | |
transfig.spec | 0000004991 4.87 KB |
Revision 41 (latest revision is 59)
Dominique Leuenberger (dimstar_suse)
accepted
request 743820
from
Dr. Werner Fink (WernerFink)
(revision 41)
- Update to fig2dev version 3.2.7 (Patchlevel 7b (Oct 2019) o A X color database is not needed, but can be provided. The location of the database can be given at compile time, default /etc/X11/rgb.txt. Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#. Debian bug numbers refer to https://bugs.debian.org/#. o Do not clip objects with line-thickness 0 having arrows. Ticket #53. o Do not segfault on circle/half circle arrowheads with a magnification larger 42. Always draw circle arrowheads with 40 points. Ticket #52. o Allow circles or ellipses with negative radii. Ticket #49. o Avoid "dimension too large error" with tikz output by avoiding coordinate values smaller than -16383. o Make tests (test1.c) work with -fsanitize=address compiler option. o Obey join-style of lines in tikz output. o Pass utf8-strings to svg output, escape some chars (<>&). o Accept inclined boxes and change them to polygons. Fixes ticket #43. o Make tests #27 and #33 work on Mac Darwin, failed due to whitespace formatting differences. From Hanspeter Niederstrasser. Ticket #40. o Use only latex, neither etex or tex, to test tikz output. Usage of etex, after hint from Roland Rosenfeld, closed debian bug 920368. o For tikz output, do not draw arrows on a single point line. o Omit spurious showpage when including jpg-file. From Rainer Buchty. o Correct a few memory leaks and corruptions. See commit d1c54f6. o Change negative color numbers to default color. Fixes ticket #30. o A spline with one point would cause segfault. Fixed, see ticket #29. o Allow one char without newline in the last line of an input file. Fixes ticket #28. o Harden input, mainly against files in which an incomplete object would be created and freeing the object would violate memory, i.e, it may cause segfault. See, e.g., ticket #27. o Properly initalize line storage when reading fig files version 1.3.
Comments 0