2020-04-26 14:21:22 by Mark Davies | Files touched by this commit (241) | ![]() |
Log message: tex-*: update to texlive 2020 versions tex-adforn{,-doc} to 1.1b tex-adfsymbols{,-doc} to 1.2b tex-adobemapping to 2020 tex-alegreya{,-doc} to 2020 tex-baskervaldx{,-doc} to 1.073 tex-cabin{,-doc} to 2020 tex-ccfonts{,-doc} to 1.2 tex-cinzel{,-doc} to 2020 tex-clearsans{,-doc} to 2020 tex-countriesofeurope{,-doc} to 0.23 tex-ebgaramond{,-doc} to 2020 tex-ebgaramond-maths{,-doc} to 1.2 tex-erewhon{,-doc} to 1.104 tex-esint{,-doc} to 1.2d tex-fira{,-doc} to 4.3.54512 tex-fontinst{,-doc} to 1.933.53562 tex-fontname{,-doc} to 2020 tex-fontools{,-doc} to 2020 tex-fontspec{,-doc} to 2.7i tex-fourier{,-doc} to 2.2 tex-ipaex{,-doc} to 2020 tex-junicode{,-doc} to 1.0.2 tex-libertine{,-doc} to 5.3.0.54583 tex-librecaslon{,-doc} to 2020 tex-luaotfload{,-doc} to 3.12 tex-mathalpha{,-doc} to 1.13 tex-mathpazo{,-doc} to 1.003.52663 tex-merriweather{,-doc} to 2020 tex-newpx{,-doc} to 1.410 tex-newtx{,-doc} to 1.625 tex-newtxtt{,-doc} to 1.056 tex-oldstandard{,-doc} to 2.5 tex-overlock{,-doc} to 2020 tex-playfair{,-doc} to 2020 tex-psnfss{,-doc} to 9.3 tex-pxtxalfa{,-doc} to 1.54080 tex-quattrocento{,-doc} to 2020 tex-roboto{,-doc} to 2020 tex-sansmathaccent{,-doc} to 2020 tex-skull to 0.1.51907 tex-superiors{,-doc} to 1.06 tex-txfontsb{,-doc} to 1.1.1 tex-universa{,-doc} to 2.1 tex-wasy{,-doc} to 2.5 tex-wasysym{,-doc} to 2.4 tex-xcharter{,-doc} to 1.205 tex-xits{,-doc} to 1.301 tex-wasy-type1 to 001.002 |
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message: all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU. |
2019-12-06 20:30:17 by Mark Davies | Files touched by this commit (430) |
Log message: tex-*: add TEXLIVE_UNVERSIONED=yes |
2019-05-12 01:11:27 by Mark Davies | Files touched by this commit (4) | ![]() |
Log message: tex-fontspec{,-doc}: update to 2.7c * Two optimisations reduce time for font definitions with a large number of `FontFace` options. |
2019-05-07 13:11:23 by Mark Davies | Files touched by this commit (4) | ![]() |
Log message: tex-fontspec: update to 2.7b * Fix regression in loading `Language=Turkish`. This now allows users to define more than one OpenType tag when defining a language name, where the first tag found is the one selected for the font. E.g., \newfontlanguage{Turkish}{TRK,TUR} when selected, this first checks for the existance of the TRK language tag, and if not found then checks for the TUR language tag to use if available. * Add new `Renderer` options for LuaTeX that enable the Harfbuzz engine. These only work running under `luahbtex` and are currently experimental. The new options are `Harfbuzz`, `OpenType`, `AAT`, and `Graphite`. * Always try to remove ‘clashing’ font features inside `\addfontfeatures` even in cases when the requested font feature doesn't exist. E.g., now if a font is loaded with `Numbers=OldStyle` and *doesn't have* `Numbers=Lining`, requesting the latter will still re!set the former. * Add `pxfonts`, `txfonts`, `newpxmath`, `newtxmath`, `mtpro2` to the list of packages that automatically invoke `no-math`. * Add `\providefontfamily`, `\setfontface`, `\renewfontface`, and `\providefontface`. * Add local/global distinction with `\fontspec_(g)set_family:Nnn` and `\fontspec_(g)set_fontface:NNnn`. |
2019-02-01 23:24:11 by Mark Davies | Files touched by this commit (4) | ![]() |
Log message: tex-fontspec{,-doc}: update to 2.7a ## v2.7 (2019/01/24) * Add new `ScaleAgain` feature for compounding scale factors. (This is largely to support `unicode-math` but may be useful by others.) * `\oldstylenums` no longer overwritten if `textcomp` loaded after `fontspec`. * More fixes for recent regressions (sorry!). ## v2.7a (2019/01/25) * One last (?!) fix for recent regression (!!). I am not getting enough sleep at the moment and it is too hot. * Add `LocalForms=On/Off/Reset` to control the `locl` OpenType tag. * Reorganise some documentation. * Remove redundant redefinition of `\-` which is nowadays defined correctly by the LaTeX2e kernel. * Add code to remove the patching of verbatim commands and environments when the new `\verbvisiblespace` command is defined in a future version of LaTeX2e. |
2019-01-30 11:36:04 by Mark Davies | Files touched by this commit (5) | ![]() |
Log message: tex-fontspec{,-doc}: update to 2.6l ## v2.6k (2019/01/16) * Fix crash when loading fonts that are missing a requested script. ## v2.6l (2019/01/18) * REALLY fix crash when loading fonts that are missing a requested script. * Lots of internal logic changes for what should have been an easy fix :( |
2018-05-06 05:08:16 by Mark Davies | Files touched by this commit (5) | ![]() |
Log message: tex-fontspec{,-doc}: update to 2.6g - v2.6g (2017-11-09) * Bugfix for clash introduced with last version. When loading `babel` before `fontspec` the following error arose: ! Control sequence \latinencoding already defined. - v2.6f (2017-11-05) * Fix loading of Graphite fonts and add a little documentation (a better interface is needed, though) * Correct and simplify some internal code that fixes a bug in the way some fonts are displayed in `\tracingoutput` mode. * This also fixes an obscure bug using the API in which a query for a selected font feature would test against the upright font in the current family regardless of the face/shape actually in use. * This package now complies with the `expl3` option `check-declarations`. |
2017-10-23 04:21:37 by Mark Davies | Files touched by this commit (5) | ![]() |
Log message: tex-fontspec{,-doc}: update to 2.6e * Re-enable use of `HyphenChar=None` in LuaLaTeX. (Hyphenation and font choice are decoupled in LuaTeX, except for this one setting.) * Some internal changes needed by `unicode-math` to fix some cross-over code. |
2017-08-24 00:22:41 by Mark Davies | Files touched by this commit (4) | ![]() |
Log message: Update tex-fontspec{,-doc} to 2.6c - v2.6b (2017/07/16) * Fix conflict with Polyglossia and `Scale=MatchLowercase`. * New feature `IgnoreFontspecFile` to avoid loading the `.fontspec` file for a font. * Fix regression with `\fontspec_if_feature:nTF` (which broke `realscripts`, oops â must improve my test suite) |