Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
against lesstif with gcc46.
|
|
v1.0.0 (16th January 2012)
- support a new encryption variation
- bugfix in PageTextRender (thanks Paul Gallagher)
v1.0.0.rc1 (19th December 2011)
- performance optimisations (all by Bernerd Schaefer)
- some improvements to text extraction from form xobjects
- assume invalid font encodings are StandardEncoding
- use binary mode when opening PDFs to stop ruby being helpful and transcoding
bytes for us
v1.0.0.beta1 (6th October 2011)
- ensure inline images that contain "EI" are correctly parsed
(thanks Bernard Schaefer)
- fix parsing of inline image data
v0.12.0.alpha (28th August 2011)
- small breaking changes to the page-based API - it's alpha for a reason
- resource related methods on Page object return raw PDF objects
- if the caller wants the resources wrapped in a more convenient
Ruby object (like PDF::Reader::Font or PDF::Reader::FormXObject) will
need to do so themselves
- add support for RunLengthDecode filters (thanks Bernerd Schaefer)
- add support for standard PDF encryption (thanks Evan Brunner)
- add support for decoding stream with TIFF prediction
- new PDF::Reader::FormXObject class to simplify working with form XObjects
v0.11.0.alpha (19th July 2011)
- introduce experimental new page-based API
- old API is deprecated but will continue to work with no warnings
- add transparent caching of common objects to ObjectHash
|
|
|
|
KDE printer applet
|
|
|
|
|
|
Okular is a universal document viewer based on KPDF for KDE 4.
Okular combines the excellent functionalities of KPDF with the versatility
of supporting different kind of documents, like PDF, Postscript, DjVu, CHM,
XPS, ePub and others.
|
|
|
|
|
|
For an unknown reason, the distinfo generated after patch-aa was last
modified was uncorrect, so it has been regenerated.
|
|
|
|
2.08: fixed a bug in one of the tests
2.07: two other common graphics formats (JPG and PNG) are now explicitly
allowed as input files (i.e., not only PDF files are allowed as inputs).
2.06: changed the pdfbook script to include --booklet true as the default
behaviour (thanks to Julien Bossert for this good suggestion).
2.05: changes to the pdfbook script [the --right-edge-binding option is
now redundant, and there's a new --short-edge option for binding along
the short edge of pages instead of the long edge (thanks to Marco Pessotto
for this)]. The --preamble option to pdfjam is enhanced, to allow multiple
instances which get concatenated. Also various minor corrections to man
pages.
2.04: various minor improvements suggested by Debian maintainers (thanks
to Eduard Bloch for these). The main things are: addition of the --version
option; liberalisation of pdfjam to allow files in JPEG format to be
specified as input, as well as PDF (I don't know why or if this might
work! but some people have said it does); tidying of the man files; and
more use of exec, to avoid forking.
2.03: fixed a bug which caused problems when your /bin/sh is the zsh shell;
fixed a bug which prevented the correct representation of many UTF-8
characters in pdfinfo data.
|
|
Added libiconv bl3 to fix build on modern SunOS platforms.
|
|
2.02: more progress on portability; introduced the beginnings of a suite
of tests; improvements in the --keepinfo functionality, and to the
treatment of file permissions (thanks to Marco Pessotto for these).
[2010-04-14]
2.01: fixed a silly bug (thoughtless use of "test -a" in a couple of
places) which seriously affected portability. [2010-04-13]
2.00: a major re-design. This is not completely backward-compatible with
previous versions of the pdfnup, pdfjoin and pdf90 scripts. The
differences in interface are few, though.
In addition, various reported bugs have been fixed - many thanks to all
those kind people who reported them (too numerous to list here!)
[2010-03-14]
1.21: bug fixes, including security issues (many thanks to Eduard Bloch,
Robert Buchholz and Martin Vaeth for helpful reports on vulnerabilities
and for kindly contributing patches); the scripts now call for /bin/bash
as interpreter; availability of mktemp is now also assumed; the
Mac OS X droplets now look for pdflatex at (by default)
/usr/texbin/pdflatex [2009-01-19]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is documentation for tex-cweb.
|
|
The Cweb system is a system for Structured Software
Documentation (also known as Literate Programming) in the
programming language C.
|
|
|
|
|
|
Changes:
- Make Japanese font maps available to updmap.
- Generate LaTeX format using eptex instead of ptex.
|
|
|
|
This version supports Japanese font maps for pTeX and pLaTeX.
|
|
Changes:
* output.c (hvpos): recover the old code in hvpos() for japanese
because the changed code leads to incorrect result in some cases.
other cases than japanese are not affected.
* writet1.c (t1_check_unusual_charstring): new fn.
(t1_subset_charstrings): call it. This resolves a bug reported by
Knuth when there is a newline between the /CharStrings and the
following number (dict size).
|
|
Font map updates.
|
|
|
|
|
|
This is documentation for tex-japanese.
|
|
The package behaves in a similar way as if you provided the
(non-existent) Japanese option to babel so that you can handle
Japanese language text in LaTeX documents. The package requires
a Japanese-enabled TeX system, such as pTeX or jTeX.
|
|
|
|
|
|
|
|
* Bugfixes
* Add some instruction
|
|
Changelog:
pdf2djvu (0.7.12) unstable; urgency=low
* Fix resolution detection.
* Add Ukrainian translation by Serhij Dubyk.
* Windows: honour console output encoding.
http://code.google.com/p/pdf2djvu/issues/detail?id=64
-- Jakub Wilk <jwilk@jwilk.net> Sun, 22 Jan 2012 00:16:38 +0100
pdf2djvu (0.7.11) unstable; urgency=low
* Fix build failure with Poppler ⥠0.17. Thanks to Vincent Untz for the bug
report and the patch.
http://code.google.com/p/pdf2djvu/issues/detail?id=61
-- Jakub Wilk <jwilk@jwilk.net> Thu, 06 Oct 2011 10:40:39 +0200
pdf2djvu (0.7.10) unstable; urgency=low
* Fix the --monochrome option.
Thanks to Rogério Brito for the bug report.
http://code.google.com/p/pdf2djvu/issues/detail?id=59
* Fix crash with --no-metadata.
* Allow one to easily skip running some tests. Move tests requiring
GraphicsMagick into separate files.
Thanks to Kyrill Detinov for the bug report.
http://code.google.com/p/pdf2djvu/issues/detail?id=55
-- Jakub Wilk <jwilk@jwilk.net> Sat, 20 Aug 2011 20:52:59 +0200
pdf2djvu (0.7.9) unstable; urgency=low
* Add Russian translation by Kyrill Detinov.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 18 Aug 2011 20:44:29 +0200
pdf2djvu (0.7.8) unstable; urgency=low
* Add German translation by Chris Leick.
Thanks also to Arno Töll for a translation update.
http://bugs.debian.org/626315
* Add support for merging multiple PDFs into a single DjVu file.
http://bugs.debian.org/633628
* Windows: cross compile using MinGW-w64.
-- Jakub Wilk <jwilk@jwilk.net> Sun, 24 Jul 2011 22:41:20 +0200
|
|
Changes:
- New environments: EnvUplevel and EnvFullwidth
- New document class options: cancelspace
nocancelspace
New commands: \cancelspace
\nocancelspace
- New command: \nobonusqformat
- New commands:
\pointsinrange{rangename}
\bonuspointsinrange{rangename}
- New commands:
\settabletotalpoints
\settabletotalbonuspoints
|
|
|
|
libpaps is a library for converting Unicode text encoded in UTF-8
to postscript by using pango.
paps is a command line program using this library.
|
|
Changes:
- Define \verbatim@out only if it is not defined.
|
|
|
|
|
|
installed by tex-texdoc-doc.
|
|
|
|
This is documentation for tex-texdoc.
|
|
TeXdoc is a script for easy access to the package documentation of
TeX distributions (i.e., .dvi, .pdf or .ps files on the $TEXDOCS
tree).
|