Commit graph

7513 commits

Author SHA1 Message Date
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