Changes:
* dvi.c, dvi.h, dvipdfmx.c, spc_pdfm.c:
Implemented a new special \special{pdf: minorversion num} which
will override the value given either by the configuration file
or by the command line option; requested by Karl Berry.
* cidtype2.c:
Assume that the output encoding of CMap files is UTF-16, not UCS2
as the recent Adobe-Japan1-UCS2 shows; reported by Haruhiko Okumura
and the patch were prepared by Akira Kakuto.
* pngimage.c:
Made PNG code work with libpng14, as suggested by Karl Berry.
* type1.c:
Fixed bug caused by fonts without data for private dictionary.
(The private dictionary was omitted instead of inserting an
empty dictionary.) This caused problems with Acrobat Reader, for
example with the dsrom10 font. Bug reported by Vladimir Vlasov.
* dvipdfmx.c, pdfdoc.c, pdfobj.h, pdfobj.c, pdfencrypt.h, pdfenctypr.c:
Now the trailer always contains ID array to work Screen annotations
under Adobe Reader 9.
* dvipdfmx.c:
Turn on quiet mode earlier if "-q" option is given.
* spc_dvips.c:
Fixed bug in "ps: plotfile" special, found by Alexander Bostroem.
* man/extractbb.1, man/Makefile.am, Makefile.am, configure.in:
Added man page for extractbb in new directory man. This
addresses Debian bug #512357 and a request by Karl Berry.
Changes between 3.x and 4.x:
Some commands have been renamed to have consistent naming (CamlCase
syntax) and old commands are no more available. If you doesn't want to change
your mind or use old latex files, you can use oldcommands option to enable old
commands back.
- \SetNoLine becomes \SetAlgoNoLine
- \SetVline becomes \SetAlgoVlined
- \Setvlineskip becomes \SetVlineSkip
- \SetLine becomes \SetAlgoLined
- \dontprintsemicolon becomes \DontPrintSemicolon
- \printsemicolon becomes \PrintSemicolon
- \incmargin becomes \IncMargin
- \decmargin becomes \DecMargin
- \setnlskip becomes \SetNlSkip
- \Setnlskip becomes \SetNlSkip
- \setalcapskip becomes \SetAlCapSkip
- \setalcaphskip becomes \SetAlCapHSkip
- \nlSty becomes \NlSty
- \Setnlsty becomes \SetNlSty
- \linesnumbered becomes \LinesNumbered
- \linesnotnumbered becomes \LinesNotNumbered
- \linesnumberedhidden becomes \LinesNumberedHidden
- \showln becomes \ShowLn
- \showlnlabel becomes \ShowLnLabel
- \nocaptionofalgo becomes \NoCaptionOfAlgo
- \restorecaptionofalgo becomes \RestoreCaptionOfAlgo
- \restylealgo becomes \RestyleAlgo
- gIf macros and so on do no more exist
Place all figures on pages by themselves at the end of the document,
optionally leaving markers like "[Figure 3 about here]" in the text near
to where the figure (or table) would normally have occurred.
and updated by me.
Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox, \Ovalbox,
with helpful tools for using box macros and flexible verbatim macros.
You can box mathematics, floats, center, flushleft, and flushright,
lists, and pages.
pkgsrc changes:
- adjusting dependencies
Upstream changes:
1.0.5 Wed Aug 25 2010
- Set min. version of MooseX::FollowPBP to 0.03 (older versions caused
cpan test fails)
1.0.4 Tue Aug 24 2010
- fixed stupid bug in Build.PL (introduced in 1.0.3)
1.0.3 Tue Aug 24 2010
- small code cleanup
- added github in Makefile.PL and Build.PL
- moved author tests to xt
- longtable tests
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
pkgsrc changes:
- adjust dependencies according to META.yml
Upstream changes:
1.0.2 Wed Jul 21 21:08:00 2010
- Support for recent Class:MOP (patch from Ansgar, Thanks!!)