* latex .sty updated to remove some warnings and quit with just a log
message if it detects compression is being used.
* Update the perl to quote { and } in regular expressions due to
stricter syntax rules in more recent perl releases.
The package provides older hyphenation patterns for the German
language. Please note that by default only pdfLaTeX uses these
patterns (mainly for backwards compatibility). The older
packages ghyphen and gnhyph are now bundled together with
dehyph, and are no longer be updated. Both XeLaTeX and LuaLaTeX
use the current German hyphenation patterns taken from
Hyphenation patterns in UTF-8, and using the Experimental
hyphenation patterns for the German language package it is
possible to make pdfLaTeX use the new German patterns as well.
in opmax.tex:
May 2018 \chap: \edef\thesecnum added (J. Sustek)
\printchap: \vfill\supereject instead \vfil\break
\link: argument in group in both: \hyperlinks on/off (J. Sustek)
Aug. 2018 \wlabel: \protectlist added.
\Xlabel: \sxdef{lab:#1} changed to \sdef (J. Sustek)
Upstream changes:
0.27 2019-01-19
- If test_all_dependents() cannot find anything that depends on the given
module it runs `plan( skip_all => ... )` rather than `plan(0)`. The latter
causes the test to fail. While this should never really happen in normal use
it can be an issue when MetaCPAN is having problems (such as
https://github.com/metacpan/metacpan-web/issues/2139).
- Explicitly add JSON::PP to our prereqs. This seems to fix an issue with
testing on Perl 5.10.1. This module is needed by something in our dependency
chain but it doesn't get installed.
With BSD make, even though there is no apparent reason, errors occur
during the build about libavrdude.a not being present. Even if that
is forced as a target, there are -j failures.
-- Version 2.0 added informations about the requested and the final
height of the initial. These informations showed inaccuracies for
some fancy fonts (cfr-initials f.i.), this is fixed in version 2.1
(a new option "Vone" has been added for backward compatibility).
-- New option "refstring", see files demo.pdf or lettrine.pdf.
Version 2.2 takes advantage of the rollback mechanism recently
introduced by the LaTeX Team; thanks to Frank Mittelbach for
suggesting this change.
Consequently option Vone introduced in version 2.1 has been removed.
Fixed a long standing bug which occured when using
option "image" in optional config files.
Upstream changes:
1.302160 2019-01-18 11:44:33-08:00 America/Los_Angeles
- No Changes since last trial release
1.302159 2019-01-09 13:21:37-08:00 America/Los_Angeles (TRIAL RELEASE)
- Add table support to ctx->fail and ctx->fail_and_return
- Fix Instance.t on haiku-os
1.302158 2019-01-08 15:36:24-08:00 America/Los_Angeles (TRIAL RELEASE)
- Fix TAP test on windows
- Fix math errors in table indentation
- Devel requires Term::Table
1.302157 2019-01-08 14:10:29-08:00 America/Los_Angeles (TRIAL RELEASE)
- Fix minor typos and missing doc sections
- Add table support in info facet and TAP formatter
Upstream changes:
0.24 2018.12.09 MANWAR
Removed +x from unit test scripts.
0.23 2018.12.08 MANWAR
Now using ExtUtils::MakeMaker for packaging.
0.22 2018.12.07 MANWAR
Moved author unit tests to subfolder xt/.
0.21 2018.12.06 MANWAR
Fixed warning 'Use of uninitialized value $target ..' as reported by CPANTESTERS.
https://www.cpantesters.org/cpan/report/f8fc5086-f8e1-11e8-b905-8feee4406f56
0.20 2018.12.05 MANWAR
Added minimum perl version.
Upstream changes:
Changes for version 0.76 - 2018-12-30
Add $Indent - number of spaces when dumping. PR#89 @zdm++
Fix typo in docs. PR#87 @mr-mixas++
Fix links in docs. @manwar++
* jfm.{tex,pdf}, eptexdoc.{tex,pdf}: Update based on TeX Live 2018
status.
* Rename old documents written by ASCII Co. Ltd. (suffix "_asciimw" is
added); not maintained by us, only there for historical reason.
Stackable Continuation Queues.
cqueues is a type of event loop for Lua, except it's not a classic
event loop. It doesn't use callbacks - neither as part of the API
nor internally - but instead you communicate with an event controller
by the yielding and resumption of Lua coroutines using objects that
adhere to a simple interface.
With this release the LPPL status has changed from maintained
to unmaintained!
However this release has one (last) bug fix for the vertical alignment
of margin notes, e.g., inside lists, reported by U. F.
Update v1.2 of the subfiles package makes it compatible with class
files and packages that modify the document command (like the revtex4-1
class). Older versions generated errors in such situations.
* Restore behaviour of legacy syntax `x_\mathrm{x}` (i.e., with no braces).
While strictly ‘incorrect’, this usage is widely used.
N.B. this syntax is not supported for the `\symXX` commands.
* Add `\cuberoot` and `\fourthroot` as proper radicals.
* Some additional input subscripts/superscripts.
* Some documentation additions (thanks for the contributions).
* Deprecation warning: the *internal* `\__um_switchto_XX:` commands
will be dropped in a future release in favour of `\__um_switch_to:n {XX}`
(or similar). These are internal commands and shouldn't be used by
third-parties; please write if you have a use case.