changes:
-Addition of the GiveLife Color System(R) swatch palettes
-Addition of undo steps for path operations and page moving
-Enhancements to scripter
-Translation updates
-Relocation of profiles and swatches to the share directory
-bugfixes
pkgsrc note: switched from lcms1 to lcms2 -- this was not necessary
technically, but it is harder to keep cmake from picking up lcms2
if both versions are present
Based on wip/tex-svninfo packaged by Christopher M. Fuhrman.
A package for incorporating the values of Subversion keywords
into typeset documents. Information about Subversion (a
replacement for CVS) is available from
http://subversion.tigris.org/
v1.1.0 (25th March 2012)
- new PageState class for handling common state tracking in page receivers
- see PageTextReceiver for example usage
- various bugfixes to support reading more PDF dialects
This collection of tools includes: support for short commands
starting with @, macros to sanitise the OT1 encoding of the
cmtt fonts; a 'do after' command; improved footnote
support; mathenv for various alignment in maths; list
handling; mdwmath which adds some minor changes to LaTeX
maths; a rewrite of LaTeX's tabular and array environments;
verbatim handling; and syntax diagrams.
This package allows you to typeset pseudocode in the style of
Introduction to Algorithms, Second edition, by Cormen,
Leiserson, Rivest, and Stein. The package was written by the
authors. You use the commands the same way the package's author
did when writing the book, and your output will look just like
the pseudocode in the text.
* buildlink to print/poppler-cpp
Changelog:
1.9.2
- Added missing step to the README.
1.9.1
- Save As now preserves the aspect ratio. Bug reported by Rainer
Krachten.
1.9.0
- Added Czech translation provided by Pavel Fric.
- Will now use the default locale's language for standard dialogs (e.g.,
for the file dialog).
- Dragging & dropping one or two files onto the filename line edits or
onto the file viewer panels is now supported. Independently suggested
by Liviu Andronic and Rory Gordon.
- Show Zones checkbox is always visible (it was only visible with
--debug in earlier versions).
- DiffPDF now starts up with its initial comparison mode being whatever
comparison mode was in force when it was shut down (or Words mode the
first time it is run).
- Improved About box with more version info + contributors.
- Added --help command line option.
1.8.0
- Introduced zoning: this can be slow in Characters mode but can provide
better accuracy in text modes.
1.7.1
- Improved Character mode to be as liberal about hyphens as Words mode.
- Minor doc changes that I forgot for 1.7.0.
- Minor GUI bug fixes and changes.
- Minor under the hood efficiency improvements.
1.7.0
- Renamed Text mode to Words mode. This mode is best for alphabetic text
(e.g., English).
- Added Characters mode. This mode is best for logographic text (e.g.,
Chinese and Japanese). This was suggested by Paul Howarth.
1.6.3
- Very minor cosmetic changes.
1.6.2
- Save button is now only enabled if there are changes.
- An improved help window with slightly more information.
1.6.1
- In rare cases the highlighting on the right hand page could be in the
wrong (horizontal) position; this has now been fixed.
1.6.0
- In addition to Appearance comparisons using highlighting, some
composition modes can now be used to help make subtle differences more
visible. (This was inspired by feedback by Florian Heiderich.)
- Can now control the square size for appearance comparisons. Using very
small squares can help reveal tiny Appearance differences.
- Can now control the fill opacity for highlighting.
- Extended zoom range from 20% to 800% (was 25% to 400%).
1.5.1
Quite a few false-positives have now been eliminated:
- All hyphens are treated the same now.
- Some weirdly-encoded open/close double-quotes are treated as normal
Unicode open/close double-quotes.
- Improved whitespace ignoring.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
a2ps is inconsistent with it's use of mempcpy. For lib/path-concat.c and
lib/strftime.c, it's looking for "mempcpy", but for src/regex.c it is
looking for __mempcpy.
DragonFly has mempcpy in string.h, so just patch the problematic
lib/path-concat.c to stop it from being redefined. HAVE_MEMPCPY isn't
defined correctly and if it were it would break at regex.c. The string.h
header and mempcpy definition are mutually exclusive in strftime.c file
so this one didn't need a patch.
Some platform does not have `file' utility, others does not recognize `roff'
format as PR 46245.
For this package, all wildcard matched files are 'roff' man source files,
so it is safe to skip this check.
The package helps to automate a typical LaTeX workflow that
involves running LaTeX several times, running tools such as
BibTeX or makeindex, and so on. It will log requests like
"please rerun LaTeX" or "please run BibTeX on file X" to an
external XML file which lists all open tasks in a machine-
readable format. Compiler scripts and integrated LaTeX editing
environments may parse this file to determine the next steps in
the workflow in a way that is more efficient than parsing the
main log file. In sum, the package will do two things: 1)
enable package authors to use LaTeX commands to issue requests,
2) collect all requests from all packages and write them to an
external XML file at the end of the document.