Commit graph

7699 commits

Author SHA1 Message Date
wiz
0cfe01e9f6 latexmk: update to 463b.
From v. 4.61 to 4.63b
  Update example_rcfiles/glossary_latexmkrc
  Fix problem that in -cd mode, an error is raised when the path
    part of the tex filename contains a character prohibited by *tex.
  Implement changing of rule network when output of *latex is not what
    is expected, e.g., because \pdfoutput is used in document.
  Implement placeholder for true basename of main tex file, and use it
    in jobname.
  Various bug fixes.
2019-03-25 22:49:07 +00:00
wiz
d27f498d3e *: reset maintainer 2019-03-24 07:44:55 +00:00
gdt
7603ae9cd6 print/ghostscript-agpl: Add upstream bug URL about labeling
Upstream calls this "GPL Ghostscript" which is at best confusing.

(Thanks to rhialto@ for filing the upstream bug report.)
2019-03-24 00:36:27 +00:00
tsutsui
f77742f969 ruby-gnome2: update to 3.3.6.
Upstream changes:

== Ruby-GNOME2 3.3.6: 2019-03-21

This is a follow-up release of 3.3.5.

=== Changes

==== Ruby/GIO2

  * Improvements

    * (({Gio::File#read})): Added support for block.

    * (({Gio::File.open})): Added support for (({Pathname})).

    * (({Gio::InputStream.open})): Added support for block.

==== Ruby/CairoGObject

  * Fixes

    * Fixed a bug that old cairo may be used.

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a bug that 64bit integer conversion may be failed for
      large integer.

    * Fixed typos.
2019-03-21 08:42:21 +00:00
gdt
75fb5e1b59 Recursive bump for ghostscript default change 2019-03-18 16:17:46 +00:00
gdt
ae64ef6ded print/ghostscript: Default to ghostscript-agpl
Change SUGGESTED_OPTIONS to ghostscript-agpl, because ghostscript-gpl
is not maintained and has known vulnerabilities, and so that
ghostscript by default results in the version maintained by upstream.

As proposed on pkgsrc-users@, without objection.  Note that this
commit does not change anything related to licensing.

ok pmc
2019-03-17 18:40:29 +00:00
gdt
f169f1d701 print/ghostscript-gpl: Remove ancient CONFLICTS
The CONFLICTS are packages that were removed in 2006 and 2010.  In
addition CONFLICTS is not necessary if they both have bin/gs.
2019-03-17 18:29:40 +00:00
gdt
4db53c8752 print/ghostscript-agpl: Reduce diffs to -gpl
Reorder lines in a way that should have no functional effect, but
which makes Makefile closer to ../print/ghostscript-gpl/Makefile.
2019-03-17 18:27:01 +00:00
gdt
89d623b843 print/ghostscript-gpl: Reduce diffs to -agpl
Add PAPERSIZE to BUILD_DEFS.
Change HOMEPAGE; the sourceforge ghostscript page is stale.

Other than those minor changes, reorder lines in a way that should
have no functional effect, but which makes Makefile closer to
../print/ghostscript-agpl/Makefile.
2019-03-17 18:20:14 +00:00
gdt
dbd2cf49fc print/ghostscript-agpl: Copy utf8 option from ../ghostscript-gpl (default off)
Copy the utf8 option from ghostscript-gpl, which is just bl3ing on
libiconv.  Leave it off for now (unlike -gpl).

Perhaps it should be default on, and perhaps it should be always
enabled and not even an option.
2019-03-17 18:02:26 +00:00
gdt
aa5f4f68bb print/ghostscript-gpl: Reduce diff to agpl package (comment changes only) 2019-03-17 17:49:27 +00:00
gdt
7fcd2a145d print/ghostscript-agpl: Remove commented-out cups from bl3
There was a vestigial conditional-on-cups-option commented-out
inclusion of the cups bl3.  But, programs that link against libgs do
not need the cups includes/libs, and cups is not a dependency of those
programs.
2019-03-17 17:34:02 +00:00
leot
a40cb8a806 ghostscript-agpl: Switch to use pkgsrc openjpeg instead of bundled one
Remove bundled openjpeg in WRKSRC, add a dependency to openjpeg and pass
`--enable-openjpeg' in order to always link to pkgsrc one instead of the
ghostscript bundled one.

Bump PKGREVISION.
2019-03-17 16:38:49 +00:00
gdt
50c6e6e0d3 print/ghostscript-agpl: pkglint cleanups
- Add \todo about a4 not being valid for PAPERSIZE
  - Add PAPERSIZE to BUILD_DEFS
  - Add \todo about jpeg2000 bl3 that is commented out without explanation
  - GC undefined and unused PLIST.cidfmap

No real change intended, other than BUILD_DEFS.  Ride recent
PKGREVISION++.
2019-03-17 16:03:56 +00:00
gdt
3520fb0dd7 print/ghostscript-agpl: Add default-off cups option
This is basically a port of the cups option code from
../ghostscript-gpl.  Since the last GPL3 gs release, some programs
have migrated to the cups-filters package.  Thus, they are no longer
installed by cups, and the option is much simpler.

I verified that the cups driver appears in "gs -h", but have not
tested it.

While the option defaults to off, I bumped PKGREVISION anyway.
2019-03-17 15:54:16 +00:00
tsutsui
2a28a2c4e8 ruby-gnome2: update to 3.3.5.
Upstream changes:

== Ruby-GNOME2 3.3.5: 2019-03-10

This is a follow-up release of 3.3.4.

=== Changes

==== Ruby/GObjectIntrospection

  * Improvements

    * Ignored no (({GType})) interface.
2019-03-10 01:12:00 +00:00
tsutsui
1c7ef74ff1 ruby-gnome2: update to 3.3.4.
Upstream changes:

== Ruby-GNOME2 3.3.4: 2019-03-09

This is a real release to support GLib 2.60.

=== Changes

==== Ruby/GObjectIntrospection

  * Improvements

    * Ignored no (({GType})) interface.

== Ruby-GNOME2 3.3.3: 2019-03-09

This is a release to support GLib 2.60.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Made tests more robust.
      [GitHub#1272][Reported by Jeremy Bicha]

    * Required pkg-config 1.3.5 or later.

    * Added support for GLib 2.60.

    * Windows: Removed support for static compilation.

  * Fixes

    * (({GLib::PollFD#fd=})): Fixed wrong conversion.

==== Ruby/GObjectIntrospection

  * Improvements

    * Improved auto (({#==}))/(({#!=})) implementations.
      They returns (({true}))/(({false})) for invalid argument instead
      of raising an error.

==== Ruby/GTK2

  * Improvements

    * Made tests more robust.
      [GitHub#1275][Reported by Jeremy Bicha]

==== Ruby/RSVG2

  * Improvements

    * Made tests more robust.
      [GitHub#1273][Reported by Mamoru TASAKA]

==== Ruby/Poppler

  * Improvements

    * (({Poppler::Document.new(data:)})):
      Added support for (({Encoding.default_internal})).

    * (({Poppler::Document.new})):
      Added support for (({#to_path})) objects as path.

=== Thanks

  * Jeremy Bicha

  * Mamoru TASAKA
2019-03-09 14:08:43 +00:00
joerg
af93a07d01 Needs tex-lamda-lists and tex-xkeyval. Bump revision. 2019-03-06 21:36:48 +00:00
joerg
d561e3596b Needs tex-listofitems. Bump revision 2019-03-06 21:36:04 +00:00
leot
fd83472c65 zathura: Update to 0.4.3
Changes:
0.4.3
-----
 - Various fixes and improvements
 - Updated translations

0.4.2
-----
 - Various fixes and improvements
 - Updated translations
2019-03-06 17:02:20 +00:00
gutteridge
b57b9ad25e atril: remove duplicated CONFIGURE_ARGS setting in Makefile
Ride previous revision. Also, the change log was missed in my previous
commit.

Change log:

  * update translations
  * Add update-authors.pl script which helps to update atril.about
  * Read authors (updated) from atril.about gresource
  * Initialize Travis CI support
  * Update Documenters
  * [ephy-zoom-control] Avoid deprecated g_type_class_add_private
  * [ephy-zoom-action] Avoid deprecated g_type_class_add_private
  * Add pixbuf, tiff and xps TypeDescription to POTFILES.in
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * move appdata to metainfo directory
  * message-area: set a11y object name from actual icon name
  * shell: remove duplicate condition check
  * tiff: fix possible NULL pointer dereference
  * pdf: add missing break statement
  * libdocument: drop useless freeing of NULL pointer
  * comics: fix incorrect mimetype saying to open and thumbnail all rarfiles
  * disable deprecation warnings for distcheck
2019-03-06 06:08:16 +00:00
gutteridge
185beed3c7 atril: update to version 1.22
While here, fix the PLIST to reflect the optionally installed
components, too.
2019-03-06 05:48:55 +00:00
markd
2359b0e011 web2c: fix previous patch to return correct pagebox values.
was always returning mediabox
2019-02-28 19:34:49 +00:00
kleink
18b9d7442f py-weasyprint: Update to 45.
Version 45
----------

Released on 2019-02-20.

WeasyPrint now has a `code of conduct
<https://github.com/Kozea/WeasyPrint/blob/master/CODE_OF_CONDUCT.rst>`_.

A new website has been launched, with beautiful and useful graphs about speed
and memory use across versions: check `WeasyPerf
<https://kozea.github.io/WeasyPerf/index.html>`_.

Dependencies:

* Python 3.5+ is now needed, Python 3.4 is not supported anymore

Bug fixes:

* `798 <https://github.com/Kozea/WeasyPrint/pull/798>`_:
  Prevent endless loop and index out of range in pagination
* `767 <https://github.com/Kozea/WeasyPrint/issues/767>`_:
  Add a ``--quiet`` CLI parameter
* `784 <https://github.com/Kozea/WeasyPrint/pull/784>`_:
  Fix library loading on Alpine
* `791 <https://github.com/Kozea/WeasyPrint/pull/791>`_:
  Use path2url in tests for Windows
* `789 <https://github.com/Kozea/WeasyPrint/pull/789>`_:
  Add LICENSE file to distributed sources
* `788 <https://github.com/Kozea/WeasyPrint/pull/788>`_:
  Fix pending references
* `780 <https://github.com/Kozea/WeasyPrint/issues/780>`_:
  Don't draw patterns for empty page backgrounds
* `774 <https://github.com/Kozea/WeasyPrint/issues/774>`_:
  Don't crash when links include quotes
* `637 <https://github.com/Kozea/WeasyPrint/issues/637>`_:
  Fix a problem with justified text
* `763 <https://github.com/Kozea/WeasyPrint/pull/763>`_:
  Launch tests with Python 3.7
* `704 <https://github.com/Kozea/WeasyPrint/issues/704>`_:
  Fix a corner case with tables
* `804 <https://github.com/Kozea/WeasyPrint/pull/804>`_:
  Don't logger handlers defined before importing WeasyPrint
* `109 <https://github.com/Kozea/WeasyPrint/issues/109>`_,
  `748 <https://github.com/Kozea/WeasyPrint/issues/748>`_:
  Don't include punctuation for hyphenation
* `770 <https://github.com/Kozea/WeasyPrint/issues/770>`_:
  Don't crash when people use uppercase words from old-fashioned Microsoft
  fonts in tables, especially when there's an 5th column
* Use a `separate logger
  <https://weasyprint.readthedocs.io/en/latest/tutorial.htmllogging>`_ to
  report the rendering process
* Add a ``--debug`` CLI parameter and set debug level for unknown prefixed CSS
  properties
* Define minimal versions of Python and setuptools in setup.cfg

Documentation

* `796 <https://github.com/Kozea/WeasyPrint/pull/796>`_:
  Fix a small typo in the tutorial
* `792 <https://github.com/Kozea/WeasyPrint/pull/792>`_:
  Document no alignement character support
* `773 <https://github.com/Kozea/WeasyPrint/pull/773>`_:
  Fix phrasing in Hacking section
* `402 <https://github.com/Kozea/WeasyPrint/issues/402>`_:
  Add a paragraph about fontconfig error
* `764 <https://github.com/Kozea/WeasyPrint/pull/764>`_:
  Fix list of dependencies for Alpine
* Fix API documentation of HTML and CSS classes
2019-02-21 07:54:14 +00:00
tnn
db2f288155 web2c: fix poppler-0.74.0 "Guint" type removal fallout 2019-02-17 11:44:38 +00:00
tnn
88a12a5a87 luatex: fix poppler-0.74.0 "Guint" type removal fallout 2019-02-17 11:17:37 +00:00
wiz
53d9d04207 *: recursive bump for poppler-0.74.0 2019-02-16 13:26:48 +00:00
wiz
7dd4428dfd poppler-*: update to 0.74.0. 2019-02-16 13:19:37 +00:00
wiz
c6ed4557ef poppler: update to 0.74.0.
Release 0.74.0:
        core:
         * Remove support for obsolete systems. Issue #709
         * Include timezone in timeToDateString()
         * Fix/silence some warnings
         * Fix issues with broken files

        build system:
         * Fix linking in FreeBSD
         * Fix fseeko configure check on Android for API level < 24
         * Remove unused MacroPushRequiredVars.cmake

        qt5:
         * Add API that lazily builds an outline by wrapping the internal objects
         * Demo: Use new API to build Table Of Contents lazily

        glib:
         * Improve documentation
         * Fix cast from 'GTime *' (aka 'int *') to 'time_t *' (aka 'long *')

        utils:
         * pdfsig: add -nssdir option

        cpp:
         * Add a way to get all the named destinations in a document.

Release 0.73.0:
        core:
         * Fix regression reading some encrypted files. Issue #690
         * Add X509CertificateInfo classes
         * Add new 'IgnoreDiacritics' option to ::findText(). Issue #637
         * Open files with CLOEXEC flag set
         * Remove Gulong, Guint, Gushort, Guchar typedefs
         * Fix handling of some broken files.

        cpp:
         * Make initialization of globalParams threadsafe
         * Fix page::text_list encoding issue
         * Improve handling of UTF-16 by considering Endianess
         * Add API to specify a custom data directory

        qt5:
         * Expose X509CertificateInfo
         * Add the possibility of getting version
         * Add new 'IgnoreDiacritics' search flag. Issue #637
         * Make initialization of globalParams threadsafe
         * ArthurOutputDev: Remove all Splash code usage

        glib:
         * add new 'POPPLER_FIND_IGNORE_DIACRITICS' find flag. Issue #637
         * Fix named destinations. Issue #631
         * Make PrintScaling preference available in API. Bug #92779

        build system:
         * Rename ENABLE_XPDF_HEADERS to ENABLE_UNSTABLE_API_ABI_HEADERS
         * support enabling NSS on mingw
         * Windows: only set SOVERSION for shared libs
2019-02-16 13:19:19 +00:00
gdt
2821bd9126 ghostscript-gpl: Regularize whitespace to reduce diff to -agpl 2019-02-16 03:31:06 +00:00
gdt
e5bd0c6f93 ghostscript-gpl: Reduce cosmetic diff to -agpl Makefile
(whitespace only; NFC)
2019-02-15 02:02:33 +00:00
gdt
dbac2455c6 ghostscript-gpl: Clarify the nature of this package
Attempting to be as factual and dispassionate as possible, explain
more about what this is (last GPL version, not just a version that is
GPL), when the 9.06 release was, and why the package came to be.
2019-02-14 01:34:08 +00:00
wiz
5b89cc13ce libpaper: update to 1.1.26.
Changes not found.
2019-02-13 20:21:37 +00:00
kleink
0f4a6d5ce2 py-weasyprint: SUBST_SED -> SUBST_VARS. 2019-02-12 12:45:36 +00:00
kleink
eac4f8dd28 py-weasyprint: Fix substituted variable that slipped through in 44nb1.
Bump PKGREVISION.
2019-02-12 12:42:16 +00:00
kleink
909d0a66d9 py-weasyprint: Unbreak for py-setuptools>=40.7.0
In setuptools >= 40.7.0, file inputs for the license field in setup.cfg
files explicitly raise an error. Use the license_file field for that
purpose.


Bump PKGREVISION.
2019-02-12 12:00:39 +00:00
wiz
b457aa26a9 Revert previous for now 2019-02-10 21:35:26 +00:00
markd
e29e22f59e p5-biblatex-biber: update to 2.12
to match latest biblatex
2019-02-09 02:00:20 +00:00
wiz
c17c6b6367 ghostscript: switch the default to ghostscript-agpl
The GPL version is very outdated and has lots of unfixed security issues,
and AGPL is now in the default-allowed set of licenses.

Bump version to match current AGPL release.
2019-02-06 14:41:05 +00:00
markd
8a3f811451 tex-tex4ht: fix PLIST again 2019-02-04 05:45:27 +00:00
tsutsui
b642a9a21e ruby-gnome2: update to 3.3.2.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.3.2: 2019-02-03

This is a bug fix release of 3.3.1.

=== Changes

==== Ruby/GObjectIntrospection

  * Fixed

    * Fixed wrong nil check.
      [GitHub#1270][Patch by moveccr]

    * Fixed a memory leak when module function is used with block.
      [GitHub#1270][Reported by Izumi Tsutsui]

==== Ruby/GTK3

  * Improvements

    * Add backward compatibility APIs:

      * (({Gtk::Screen#add_style_provider}))

      * (({Gtk::Screen#remove_style_provider}))

      * (({Gtk::StyleContext.add_provider_for_screen}))

      * (({Gtk::StyleContext#add_provider}))

=== Thanks

  * moveccr

  * Izumi Tsutsui
2019-02-03 07:02:52 +00:00
markd
65cfb8135a print: add tex-bigfoot{,-doc} tex-keycommand{,-doc} tex-semantic{,-doc} 2019-02-02 02:49:43 +00:00
markd
2622c0400c tex-semantic{,-doc}: Added version 2.0
Eases the typesetting of notation of semantics and compilers.
Includes T-diagrams, various derivation symbols and inference
trees.
2019-02-02 02:46:55 +00:00
markd
54a0153eec tex-keycommand{,-doc}: Added version 3.1415
The package (which requires e-TeX) provides a natural way to
define commands with optional keys. The package provides
\newkeycommand, \renewkeycommand, \providekeycommand,
\newkeyenvironment and \renewkeyenvironment, together with
\keycmd for a more advanced interface. The package is based on
kvsetkeys by Heiko Oberdiek.
2019-02-02 02:45:45 +00:00
markd
37be2fa607 tex-bigfoot{,-doc}: Added version 2.1
The package aims to provide a 'one-stop' solution to
requirements for footnotes. It offers: Multiple footnote
apparatus superior to that of manyfoot Footnotes can be
formatted in separate paragraphs, or be run into a single
paragraph (this choice may be selected per footnote series);
Things you might have expected (such as \verb-like material in
footnotes, and colour selections over page breaks) now work.
Note that the majority of the bigfoot package's interface is
identical to that of manyfoot; users should seek information
from that package's documentation. The bigfoot bundle also
provides the perpage and suffix packages.
2019-02-02 02:44:20 +00:00
markd
e58a4fcc85 tex-tetex{,-doc}: update to 3.0.49829
updates to fmtutil
2019-02-02 01:48:53 +00:00
markd
3b339ac1f8 tex-texlive.infra: update to 2018.49228
changes unknown
2019-02-02 01:27:36 +00:00
markd
da7a1e7e88 tex-texlive-scripts: update to 2018.49884
some strings renamed from _foo_md5 to _foo_checksum
2019-02-02 01:11:17 +00:00
markd
d9c3f1e62d print: add tex-texdoctk{,-doc} 2019-02-01 23:36:58 +00:00
markd
ca91fc107d tex-texdoctk{,-doc}: added version 0.6.0
A Perl/Tk-based GUI for easy access to package documentation
for TeX on Unix platforms; the databases it uses are based on
the texmf/doc subtrees of teTeX, but database files for local
configurations with modified/extended directories can be
derived from them. Note that texdoctk is not a viewer itself,
but an interface for finding documentation files and opening
them with the appropriate viewer; so it relies on appropriate
programs to be installed on the system. However, the choice of
these programs can be configured by the sysadmin or user. Now
only distributed as part of TeX Live, which includes a Windows
executable.
2019-02-01 23:35:50 +00:00
markd
303bb4a29d tex-texdoc{,-doc}: update to 2018.47946 (3.0)
This is a big update for Texdoc since 2012!
There are two big features in Texdoc 3.0.


1. New option parser

Now, you can specify multiple options like:

	$ texdoc -vsl foo

(this is equivalent to specifying "-v -s -l")

Please note that the behavior of the short option "-d" have
been changed. It *requires* an argument without "=", e.g.:

	$ texdoc -d score bar

(this is equivalent to specifying "--debug=score")

We added a new option "-D" as a short version of "--debug=all".
Please see the help text for more details.


2. Fuzzy search

When the normal search can't find any document in TeX Live,
Texdoc will execute fuzzy search on the list of package names
without user-interactions. The results of fuzzy search are
shown by "info" message.
(you can see that with the command line option "-v")

The default allowance of Levenshtein distance is 5.
You can change this default value by specifying "fuzzy_level"
in your texdoc.cnf:

	fuzzy_level = 3

If "fuzzy_level" set to 0, the feature will be disabled.


This update also contains several small bug fixes and improvements.

One more thing (IMPORTANT for distributors): from v3.0, we won't
include Data.tlpdb.lua (the pseudo cache file) in our repository.
If your distribution do not ship the tlpdb, you have to pre-generate
the pseudo cache file to make Texdoc workable.
2019-02-01 23:31:07 +00:00
markd
a3de6697ad tex-updmap-map: update to 2018.49829
regen
2019-02-01 22:57:36 +00:00
markd
81fa69681a tex-tex4ht{,-doc}: update to 2018.49879
changes unknown
2019-02-01 22:42:55 +00:00
markd
b9f1502473 tex-make4ht{,-doc}: update to 0.2e
Updated the otdtemplate filter - styles from the template ODT and the
generated ODT files are joined together. This is necessary to support
additional styles added by tex4ht.
2019-02-01 22:35:04 +00:00
markd
d125a3447f tex-babel-french: update to 3.5d
-- Option ReduceListSpacing depreciated in favor of StandardListSpacing.

-- Bug fix: \frquote{} failed to print French guillemets in bookmarks.

-- Extensive documentation in French is now available on CTAN.
2019-02-01 22:29:06 +00:00
markd
32f00f3996 tex-bezos{,-doc}: update to 49850
changes unknown
2019-02-01 22:08:23 +00:00
markd
d0cd1ffea7 tex-changes{,-doc}: update to 3.1.2
Release 3.1.2 is a bugfix for problems with the amsart class.
2019-02-01 21:58:24 +00:00
markd
07dc385de5 tex-europecv{,-doc}: update to 2018.49814
With new version of EuropeCV, the Swedish translation has been updated.
2019-02-01 21:52:59 +00:00
markd
a9dcbf2130 tex-todonotes{,-doc}: update to 1.1.2
Fixes a bug related to spacing around inserted todos.
2019-02-01 21:46:29 +00:00
markd
22f2750def tex-amstex{,-doc}: update to 2.2.49810
Final archival posting of the AMS-TeX collection, with no code changes.

Additions: two files of technical documentation not previously released.

This release is a historical record and is no longer maintained or
supported.
2019-02-01 21:41:27 +00:00
plunky
b3c03d88cb link with libraries "-lm -lintl"
no functional change, but adds NEEDED and links better
bump pkgrevision
2019-01-31 16:36:27 +00:00
plunky
53d7026d60 fix pkglint warning (using && instead of ; to separate commands)
no functional change
2019-01-31 16:33:15 +00:00
markd
1003c7d604 tex-tex4ht: fix PLIST for last update 2019-01-30 19:34:48 +00:00
markd
83f2f38479 tex-revtex{,-doc}: update to 4.2c
REVTeX 4.2 is the latest update to REVTeX.  Changes include:

 * Added support for additional APS journals,  Physical Review X,
    Physical Review Accelerators and Beams, Physical Review Applied,
    Physical Review Fluids, Physical Review Materials, and Physical
    Review Education Research.
    There are new options prx,  prab, prapplied, prfluids, and
    prmaterials, and prper.

 * Added a unified physrev option for Physical Review journal style
   (the Phys. Rev. journals have no or few variations).

 * The prb option now conforms with Physical Review B's updated style
   that uses the same non-superscripted citations as other APS journals.

 * Added support for additional AIP journals, AIP Advances, Applied
   Physics Letters Materials, and Structural Dynamics as well as AIP
   Conference Proceedings. There are new options adv, apm, sd, and cp.

 * Added support for the  Society of Rheology (sor) and its journal,
   Journal of Rheology (jor).

 * The reprint style for AIP's journal JMP was changed to one-column
   formatting.

 * For all APS journal options, complete article titles are now
   displayed in bibliography entries citing journal articles when
   using Bib\TeX\ by default.

 * In the Phys. Rev. Bib\TeX\ style file, article titles in the
   bibliography are set in roman font.

 * The behavior of the noeprints option has been improved.

 * Support has been added for citing data sets in the Bib\TeX\ styles.

 * Support for citing journals that use a DOI instead of pages or article
   identifiers has been improved (for APS Phys. Rev. Bib\TeX\ style).

 * The indentation of tables of contents have been improved.

 * The onecolumn option no longer defaults to creating a separate title page.

 * The showpacs option is completely ignored now.


 This update (version 4.2c) includes updated bst files to address
 a serious bug. It also includes the additional files necessary to
 handle REVTeX 4.1 documents as a convenience to users and TeX
 distribution maintainers.
2019-01-30 10:55:26 +00:00
markd
fbf34cf0e1 tex-tex4ht{,-doc}: update to 2018.49753
changes unknown
2019-01-30 10:44:57 +00:00
markd
3eab10440f tex-parskip{,-doc}: update to 2.0c
support for calc in options
2019-01-30 10:06:15 +00:00
markd
614e8f379a tex-elsarticle{,-doc}: update to 3.1
In this version 3.1 we have slightly modified the \tnotemark defnition
to fix a "missing number" LaTeX error on the first LaTeX run (before
the labels are written to the aux file). elsarticle.dtx is modified for
this.  Earlier, this was a problem with editors that break compilations
on LaTeX errors (such as LyX).
2019-01-30 09:38:18 +00:00
markd
d2f177aa84 tex-fancyvrb{,-doc}: update to 3.2a
Added files hbaw.sty and hcolor.sty, needed by fancyvrb-ex.sty
2019-01-30 09:03:12 +00:00
markd
3faa3d1d76 tex-babel-hungarian: update to 1.5c.49701
Removed useless warnings about not-loaded inputenc.sty and t1enc.sty when
running with lualatex.
2019-01-30 08:36:22 +00:00
markd
8af7aa1983 tex-enumitem{,-doc}: update to 3.7
- Option series=override, to overcome some backwards
   incompatibilities.
 - Extension to \setlist for sizes (\setlist<size>)
 - \SetEnumitemSize, for size dependent settings.
 - \EnumitemId, with a unique numeric identifier for eash list.
2019-01-30 08:32:29 +00:00
markd
f8add4f772 tex-europasscv{,-doc}: update to 2018.49703
* fixes following TexLive 2018 upgrade
* add icons for Gitlab and ORCID
* add support for bibliography
* Portuguese: follow Portuguese Language Orthographic Agreement of 1990
* add def files for Norwegian (Bokmål) and Catalan
2019-01-30 08:24:32 +00:00
markd
84e27a8256 tex-tabu{,-doc}: update to 2.9
The contributed tabu package relied on patching internal interfaces
of core latex packages and stopped working in recent LaTeX releases.

The original author, Florent Chervet appears to be out of contact,
and the package had not been updated since 2011.

A "tabu-fixed" team has been set up at GitHub to make any immediate
fixes required to make the package usable.
Initially this consists of members of the LaTeX3 project.
2019-01-30 08:16:36 +00:00
markd
f03a6bb384 tex-babel-serbianc: update to 3.0
* Command \todayRoman is added;
* Commands \today* and \todayRoman* print dates without dot after year;
* Ijekavian dialect is now supported (if 'ijekav' attribute is used);
* Shorthand "' prints '' quotes instead of traditional `` quotes (if
  'quotes' attribute is used);
* 'јуни' and 'јули' is printed instead of 'јун' and 'јул' (if 'datei'
  attribute is used);
* Some captions strings are fixeds;
* Cyrillic enumeration is added.
* Encodings T2A, X2, OT2 (8-bit mode) and TU (Unicode mode) are supported.
2019-01-30 08:07:26 +00:00
markd
273185d50f tex-csbulletin{,-doc}: update to 1.2
- Add the \klicovaslova and \klucoveslova commands.
2019-01-30 08:01:16 +00:00
markd
f57fae995d tex-make4ht{,-doc}: update to 0.2d
- added support for DocBook and TEI output formats
- fixed lot of issues in the ODT output
- odttemplate filter and extension
2019-01-30 07:43:06 +00:00
markd
9f66df4a86 tex-tex4ebook{,-doc}: update to 0.2b
- added --output-dir command line option
- various bug fixes
2019-01-30 07:20:37 +00:00
markd
6b59d87639 tex-tools{,-doc}: update to 2018.49619
update to latex-tools to fix xr package which was broken in the December
release, minor updates also to array and multicol.
2019-01-30 07:10:26 +00:00
markd
f11631b165 tex-glossaries{,-doc}: update to 4.42
glossaries.sty:
  - changed \edef to \protected at csedef in \glsfieldedef
  - changed \xdef to \protected at csxdef in \glsfieldxdef
  - added package option 'noglossaryindex' to counteract 'index'
    (if 'index' happens to be supplied as a global option)
  - automake option now takes 'immediate' as a value.

 glossary-longbooktabs.sty:
  - removed superfluous \glspatchLToutput
2019-01-30 06:16:44 +00:00
markd
9d65f470a4 tex-babel-italian: update to 1.4.01
changes unknown
2019-01-30 06:09:03 +00:00
markd
968bf12262 tex-updmap-map: update to 2018.49586
regen
2019-01-30 05:59:13 +00:00
markd
0c9529ecf0 tex-changes: python script 2019-01-30 05:21:31 +00:00
markd
f9c9d578b6 tex-pgf{,-doc}: update to 3.1
Release 3.1 introduces the new animations library for HTML/SVG output
and comes with tons of bugfixes.
2019-01-29 19:54:29 +00:00
markd
ffbe2c0bf5 tex-lipsum{,-doc}: update to 2.2
- Uses \par instead of \tex_par:D to avoid incompatibilities with
LaTeX2e's list-environment
- Defines an interface to implement other texts than "Lorem ipsum..."
without re-coding the logic used by lipsum
- Ships with a second text, "De finibus", a speech by Cicero, which
inspired the Lorem ipsum dummy text. This text is true latin
and is properly hyphenated by, for example, babel.sty with language latin.
2019-01-29 19:47:39 +00:00
markd
dc8ad3f4bf tex-adjustbox{,-doc}: update to 1.2
* Added missing 'clip' feature for rounded frames.
 * Changed order of corner values for rounded frames. This includes an
update to the clipping drivers.
 * Corrected 'adjnofloat' environment used by the 'nofloat' key to support
the 'hypcap' feature of the 'caption' and 'hypcap'
packages.
 * Updated manual description of `export` option as requested by Issue #9.
 * Updated manual to use (left, bottom, right, top) for the side values
instead of (llx, lly, urx, ury).
 * Some other improvements in the manual.
 * Added keys and matching commands and environments to align to the page
margins and text area borders:
   'pagecenter', 'pageleft', 'pageright', 'pageinner', 'pageouter',
   'textareacenter', 'textarealeft', 'textarearight', 'textareainner',
'textareaouter'.
 * Added 'noindent' key.
 * Added \newadjustimage and \NewAdjustImage commands to define custom
versions of \adjustimage with predefined key
   lists. This include variation to renew, provide and declare such
macros.
 * Added \provideadjustboxenv and \declareadjustboxenv.
 * Added \provideadjustboxcmd and \declareadjustboxcmd.
2019-01-29 19:41:42 +00:00
markd
9c5e247e85 tex-schwalbe-chess{,-doc}: update to 2.3
changes unknown
2019-01-29 19:35:59 +00:00
markd
2d419605a0 tex-fixme{,-doc}: update to 4.5
** Public interface for extending FiXme with new key/value options.

 ** Revamp the AUCTeX support

 ** Fix PDF signature layouts not working anymore

 ** Fix spurious space at the end of environments contents
2019-01-29 10:10:18 +00:00
markd
4956cf9933 tex-koma-script: update to 3.26a
Most significant changes:

- \DeclareSectionCommand etc. provide new options `runin` and
  `afterindent`. This also makes it possible to use a negative skip
  before or after the headings.

- Better support of XeLaTeX  by scrlayer-notecolumn.

- \@setplength, \@newplength and \@addtoplength are deprecated and
  replaced by \setplength, \newplength and \addtoplength

- scrlttr2 and scrletter provide new commands \setplengthtowith,
\setplengthtoheight, \setplengthtodepth, \setplengthtototalheight.

- tocbasic provides \DeclareTOCStyleEntries to declare/modify multiple
  toc levels with one single command.

- Several additional, minor changes.

- Several bug fixes.
2019-01-29 09:58:32 +00:00
markd
c3a068fea8 tex-media9{,-doc}: update to 0.94
changes unknown
2019-01-29 09:50:40 +00:00
markd
844a2e3a91 tex-ocgx2{,-doc}: update to 0.40
changes unknown
2019-01-29 09:32:37 +00:00
markd
6139469575 tex-multirow{,-doc}: update to 2.4
• Add a \leavevmode in bigstrut to force horizontal mode
 • Make ⟨width⟩ and ⟨vmove⟩ in \multirow calc compatible
2019-01-29 09:02:14 +00:00
markd
7553469ed0 tex-xltxtra{,-doc}: update to 0.7
Remove/change some deprecated internals. No user-level changes.
2019-01-29 08:29:49 +00:00
markd
ba284eec1b tex-nomencl{,-doc}: update to 5.0
v5.0 2018/12/29   New maintainer:  Boris Veytsman
       		    Cleaned code and documentation
		    Incorporated nomentbl code
		    New options:  stdsubgroups, nomentbl,
		    	user selectable configuratuon file
2019-01-29 08:03:36 +00:00
markd
3330eef201 tex-changes{,-doc}: update to 3.1.1
Release 3.1.0 introduces a new script for markup removal. Furthermore,
the manual has been updated.

Release 3.1.1 is a bugfix for uneven dot fills in summaries.
2019-01-29 06:19:36 +00:00
markd
efcd0b20ca tex-continue{,-doc}: update to 0.2
Version 0.2 of the continue package now allows continuation marks to be
put on every page, and marking can be stopped and started at any point.
2019-01-29 06:06:14 +00:00
markd
3a484d81c3 tex-vertbars: update to 1.0c
Add \par before and after the vertbar environment to avoid incorrect
behaviour if erroneously used within a paragraph.
2019-01-29 05:43:25 +00:00
markd
5787722fc0 tex-colortbl{,-doc}: update to 1.0d
Update to colortbl to adjust to a change in the last release of the array
package.
2019-01-28 11:41:16 +00:00
markd
798ee61e3b tex-memoir{,-doc}: update to 3.7h
-- The following packages are no longer embedded into the class
   sources: array, delarray, dcolumn and tabularx.

   These are all part of the _tools_ section of every LaTeX
   installation, thus there is no reason to embed it anymore (let
   alone keep track of when they are updated). Instead we require them
   from the LaTeX installation.

   Note that the class still makes its own defaults for some of the
   default settings for these packages.

   Historical note: When the class was first created updating LaTeX
   was not an easy task, often done by hand. Also there was no manual
   requirements, or if there were a manual it might not be easy to
   find. So it made sense to have it all in one place and their
   manuals added to the class manual. This usage information in the
   manual will stay, but might no longer be 100% up to date, so users
   are always referred to the package manuals.

   We may remove more embedded packages in the future and replace them
   with just require the distribution provided ones.

-- remembered to note \pagerefname when dealing with page notes.

-- fixed bug in inline toc entries in the manual when there are subitem
   that are not typeset and hyperref is in use (\endlinechar=-1 around
   the toc), also noted in the manual that this problem may occur and
   how to deal with it.

   One might argue that \endlinechar=-1 should be the default thenever
   the ToC are being typeset.

-- Added \SingleSpacing* which does *not* add a \vskip at the
   end. Also adjusted \SingleSpacing such that it does not emit a
   \vskip when used in the preamble.
2019-01-28 11:27:57 +00:00
markd
29a63e982c tex-amsmath{,-doc}: update to 2.17a.49390
Updates to array, multicol, trace and xr
2019-01-28 11:19:19 +00:00
markd
a883daad0e tex-babel-german: update to 2.11
This release fixes an old hyphenation regression which was introduced
with babel 3.7 (16 years ago!) in a number of shorthands: Since then,
\allowhyphens is deactivated in T1 encoding. Thus, hyphenation did not
work as intended in T1 with shorthands that used \allowhyphens.
As a fix, babel-german now uses \bbl at allowhyphens which is synonymous
to \allowhyphens, except that it works in T1, in these shorthands.

Affected by this change: "a "o "u "A "O "U "f "| shorthands, and the \ck macro.

Note that this change might affect line/page breaking. But then, the
unnoticed regression fixed here did so as well.
This change also restitutes compatibility with [n]german.sty for the
mentioned shorthands.
2019-01-28 11:11:04 +00:00
markd
9af217479c tex-jsclasses: update to 2018.49387
* jsclasses: Avoid superfluous output of "1zw" when used with listings.
2019-01-28 11:05:21 +00:00
markd
8b7b1ff5a4 tex-latex{,-doc}: update to 20181201
changes unknown
2019-01-28 10:58:05 +00:00
markd
56b91a5250 tex-xstring{,-doc}: update to 1.81
xstring 1.81
* Bugfix in \IfInteger and \IfDecimal

xstring 1.8
* fixed lobal\local assignments to minimize save stack positions
* code cleaning
2019-01-28 10:45:26 +00:00
markd
610236b720 tex-tcolorbox{,-doc}: update to 4.15
- bug fix: 'tikz upper', 'tikz lower' failed to take more than
   one parameter (again)

 - bug fix: 'tcboxedraster' could not be set to be 'breakable'

 - library 'breakable': Implementation of 'pad after break' changed to
   be consistent with a boxed title.

 - library 'raster':
   * dimension settings changed to be more robust
   * new options 'raster width center', 'raster width flush left',
     'raster width flush right'

 - Example source code of 'tcolorbox-example-poster' and 'tcolorbox-tutorial-poster'
   adapted to be compatible with lipsum package version 2.0
2019-01-28 10:22:46 +00:00
markd
c6d9e9acea tex-datatool{,-doc}: update to 2.31
- added conditional \ifDTLlistskipempty

 - new commands \DTLlistelement and \DTLfetchlistelement

 - made \DTLnumitemsinlist robust and now checks
   \ifDTLlistskipempty

 - \DTLformatlist now checks \ifDTLlistskipempty

 - bug fix: \$ entry without value triggers
   extra \else in \@dtl at checknumericalstart
2019-01-28 10:12:44 +00:00
markd
32a976bc84 tex-beamer{,-doc}: update to 3.55
- Inner behaviors for shaded ToC

- Fix optional arguments of `\frame` in `beamerarticle`

- Compact glue settings for lists

- Turn off font substitution for `unicode-math` package
2019-01-28 09:14:06 +00:00
markd
6e9e419c4d tex-platex{,-doc}: update to 2018.49292
* plext: Fix a bug in \pcaption.

* jclasses: Prepare for LaTeX2e 2018-12-01.
2019-01-28 08:52:43 +00:00
markd
5534357ee5 tex-hyperref{,-doc}: update to 6.88e
Update to hyperref fixing issues as reported on GitHub
recent ChangeLog entries:

2018-11-30 6.88e Ulrike Fischer
 * added ignorespaces to footnotetext to address

2018-11-27 6.88d Ulrike Fischer
 * removed wrong producer warning for xetex and (x)dvipdfm(x)

2018-11-22 6.88c Ulrike Fischer
 * Added support for pdflinkmargin for xetex

2018-11-17 6.88b David Carlisle
 * Ensure Producer field in PDF shows LuaTeX version with two digits
2019-01-28 08:41:14 +00:00
markd
a19f2d35bd tex-oberdiek{,-doc}: update to 2018.49285
Fixing several issues reported at
https://github.com/ho-tex/oberdiek/issues
Also the code has been simplified removing code paths for obsolete
versions of luatex and removing dependcies on the luatex85
compatibility package. the build system has been improved, with all the
existing test files converted to l3build and reference results checked.
2019-01-28 08:21:09 +00:00
jperkin
23a228005e print: Add tex-colorprofiles{,-doc}. 2019-01-27 13:25:38 +00:00
markd
0d4b1658b3 tex-pdftex: fix TEXLIVE_REV 2019-01-27 11:04:53 +00:00
markd
f36a9f4c63 tex-cweb{,-doc}: update to 3.70.49278
remove obsolete files (to separate cweb-old package)
2019-01-27 09:54:41 +00:00
markd
3c9e09aa53 tex-abntex2{,-doc}: update to 1.9.7
changes unknown
2019-01-27 08:55:41 +00:00
markd
6a16efc9e0 tex-todonotes{,-doc}: update to 1.1.1
changes unknown
2019-01-27 05:23:59 +00:00
markd
29d4356e1f tex-toptesi{,-doc}: update to 6.2.09
changes unknown
2019-01-27 04:46:41 +00:00
tsutsui
ed260a39fe ruby-gnome2: update to 3.3.1.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.3.1: 2019-01-09

This is a release that improves GObject Introspection support.

=== Changes

==== Ruby/GLib2

  * Improvements

    * (({rbgobj_remove_relative()})): Added support for removing a
      relative added by (({rbgobj_add_relative()})).

    * Stopped to use raw (({Hash})) to guard objects from GC.

    * (({GLib::Idle.remove})): Deprecated. Use
      (({GLib::Source.remove})) instead.

  * Fixes

    * Fixed typos in samples.
      [GitHub#1267][Patch by kojix2]

==== Ruby/CairoGObject

  * Improvements

    * Started to require cairo gem 1.16.2 or later.

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for input object validation.

    * Added support for callback with module function such as
      (({Gdk.threads_add_idle})).
      [GitHub#1256][Reported by xetum]

    * Added support for converting (({GHash<utf8, GObject>})).

    * Added support for transfer full (({GHash})).

    * Added support for freeing array of primitive types.
      [GitHub#1266][Patch by Yosuke Shiro]

    * Improved suitable method detection for array and list.

    * Added support for converting an array of (({GObject})).

    * Added support for renaming compare operations:

      * (({not_equal})): (({!=}))

      * (({less_than})): (({<}))

      * (({less_than_or_equal})): (({<=}))

      * (({greater_than})): (({>}))

      * (({greater_than_or_equal})): (({>=}))

==== Ruby/GdkPixbuf2

  * Fixes

    * Fixed markup.
      [GitHub#1250][Patch by kojix2]

    * Fixed a bug that data passed to (({GdkPixbuf::Pixbuf.new(data:
      array)})) is corrupt by GC.

==== Ruby/Pango

  * Improvements

    * (({Pango::Layout#get_pixel_extents})): Added for backward
      compatibility.

    * (({Pango::Rectangle#ascent})): Added for backward
      compatibility.

    * (({Pango::Rectangle#descent})): Added for backward
      compatibility.

    * (({Pango::Rectangle#lbearing})): Added for backward
      compatibility.

    * (({Pango::Rectangle#rbearing})): Added for backward
      compatibility.

    * (({Pango::Rectangle#left_bearing})): Added.

    * (({Pango::Rectangle#right_bearing})): Added.

==== Ruby/GTK2

  * Fixes

    * Fixed typos in samples.
      [GitHub#1268][Patch by kojix2]

==== Ruby/GTK3

  * Improvements

    * Updated sample to work on HiDPI environment.
      [GitHub#1246][Patch by noanoa07]

    * Updated samples.
      [GitHub#1258][GitHub#1259][GitHub#1260][Patch by kojix2]

==== Ruby/RSVG2

  * Fixes

    * Fixed typos.
      [GitHub#1253][Patch by kojix2]

    * Removed needless rsvg2 gem dependency for Windows.
      [GitHub#1261][Reported by noanoa07]

==== Ruby/GEGL

  * Fixes

    * Fixed a typo in README.
      [GitHub#1263][Patch by kojix2]

=== Thanks

  * noanoa07

  * kojix2

  * xetum

  * Yosuke Shiro
2019-01-27 02:23:39 +00:00
markd
4eae8a4051 tex-babel{,-doc}: update to 3.27
- Preliminary support for bidi (by Vafa Khalighi) with xetex.
- Fix for 3.23 - \ensureascii was redefined even when not
  necessary.
- Minor improvements in babel-vi.ini.
2019-01-27 01:06:00 +00:00
markd
294008ec42 tex-biblatex{,-doc}: update to 3.12
changes unknown
2019-01-27 00:31:30 +00:00
markd
30291be987 tex-hyph-utf8{,-doc}: update to 2018
cosmetic changes
2019-01-26 23:41:07 +00:00
markd
04e9c0cbe9 tex-hyphen-afrikaans: update to 2018
cosmetic changes
2019-01-26 23:32:42 +00:00
markd
e234457adf tex-hyphen-ancientgreek: update to 2018
cosmetic changes
2019-01-26 23:29:43 +00:00
markd
b6c86d4f85 tex-hyphen-armenian: update to 2018
cosmetic changes
2019-01-26 23:26:51 +00:00
markd
e3383e86c6 tex-hyphen-basque: update to 2018
cosmetic changes
2019-01-26 23:24:05 +00:00
markd
c501a99167 tex-hyphen-bulgarian: update to 2018.49078
cosmetic changes
2019-01-26 23:20:36 +00:00
markd
2d7e57c018 tex-hyphen-catalan: update to 2018
cosmetic changes
2019-01-26 23:16:29 +00:00
markd
4871c4f67a tex-hyphen-chinese: update to 2018
cosmetic changes
2019-01-26 23:12:59 +00:00
markd
840d6a533a tex-hyphen-coptic: update to 2018
cosmetic changes
2019-01-26 23:09:34 +00:00
markd
f790f3f7a8 tex-hyphen-croatian: update to 2018
cosmetic changes
2019-01-26 23:06:36 +00:00
markd
0a3ac0defc tex-hyphen-czech: update to 2018
cosmetic changes
2019-01-26 23:04:22 +00:00
markd
02c8649a6d tex-hyphen-danish: update to 2018
cosmetic changes
2019-01-26 23:00:53 +00:00
markd
a7d281732f tex-hyphen-dutch: update to 2018
cosmetic changes
2019-01-26 22:58:41 +00:00
markd
016f6dfd2a tex-hyphen-english: update to 2018
cosmetic changes
2019-01-26 22:54:37 +00:00
markd
38387e533e tex-hyphen-esperanto: update to 2018
cosmetic changes
2019-01-26 22:51:16 +00:00
markd
72b40602cf tex-hyphen-estonian: update to 2018
cosmetic changes
2019-01-26 22:48:26 +00:00
markd
109e6ac9e5 tex-hyphen-ethiopic: update to 2018
cosmetic changes
2019-01-26 22:44:54 +00:00
markd
fe3a055588 tex-hyphen-finnish: update to 2018
cosmetic changes
2019-01-26 22:41:37 +00:00
markd
11387a3761 tex-hyphen-french: update to 2018
cosmetic changes
2019-01-26 22:39:18 +00:00
markd
eaa57a5baa tex-hyphen-friulan: update to 2018
cosmetic changes
2019-01-26 22:36:46 +00:00
markd
73cd8e8fb6 tex-hyphen-galician: update to 2018
cosmetic changes
2019-01-26 22:32:12 +00:00
markd
f7aadf064f tex-hyphen-georgian: update to 2018
cosmetic changes
2019-01-26 22:29:07 +00:00
markd
ef5e494044 tex-hyphen-german: update to 2018.49078
cosmetic changes
add tex-dehyph dependency
2019-01-26 22:26:12 +00:00
markd
8711506be2 tex-hyphen-greek: update to 2018
cosmetic changes
2019-01-26 22:21:08 +00:00
markd
1267e2afb7 tex-hyphen-hungarian: update to 2018
cosmetic changes
2019-01-26 22:15:19 +00:00
markd
56d7b0472b tex-hyphen-icelandic: update to 2018
cosmetic changes
2019-01-26 22:08:54 +00:00
markd
9b4e186c3a tex-hyphen-indic: update to 2018
cosmetic changes
add pali
2019-01-26 22:04:10 +00:00
markd
5eabca323e tex-hyphen-indonesian: update to 2018
cosmetic changes
2019-01-26 21:55:46 +00:00
markd
bf40fb74ec tex-hyphen-interlingua: update to 2018
cosmetic changes
2019-01-26 21:52:50 +00:00
markd
3e7eaeb0cb tex-hyphen-irish: update to 2018
cosmetic changes
2019-01-26 21:49:27 +00:00
markd
7e57266bc9 tex-hyphen-italian: update to 2018
cosmetic changes
2019-01-26 21:46:32 +00:00
markd
9054a4e5d6 tex-hyphen-kurmanji: update to 2018
cosmetic changes
2019-01-26 21:41:18 +00:00
markd
8ae7bcd96f tex-hyphen-latin: update to 3.1.2018.49078
cosmetic changes
2019-01-26 21:37:42 +00:00