texlive[54721] Master: ebgaramond (13apr20)

commits+karl at tug.org commits+karl at tug.org
Mon Apr 13 23:33:39 CEST 2020


Revision: 54721
          http://tug.org/svn/texlive?view=revision&revision=54721
Author:   karl
Date:     2020-04-13 23:33:39 +0200 (Mon, 13 Apr 2020)
Log Message:
-----------
ebgaramond (13apr20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/ebgaramond/README
    trunk/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty
    trunk/Master/tlpkg/bin/ctan2tl

Removed Paths:
-------------
    trunk/Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramond12-Italic.pfb
    trunk/Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramondInitialsLCDFJ.pfb

Modified: trunk/Master/texmf-dist/doc/fonts/ebgaramond/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/ebgaramond/README	2020-04-13 14:29:31 UTC (rev 54720)
+++ trunk/Master/texmf-dist/doc/fonts/ebgaramond/README	2020-04-13 21:33:39 UTC (rev 54721)
@@ -1,5 +1,5 @@
 This is the README for the ebgaramond package, version 
-2020-02-27.
+2020-04-12.
 
 This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
 support for the EB Garamond family of fonts, designed by

Deleted: trunk/Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramond12-Italic.pfb
===================================================================
(Binary files differ)

Deleted: trunk/Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramondInitialsLCDFJ.pfb
===================================================================
Modified: trunk/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty	2020-04-13 14:29:31 UTC (rev 54720)
+++ trunk/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty	2020-04-13 21:33:39 UTC (rev 54721)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{ebgaramond}
-    [2020/02/27 (Bob Tennent and autoinst)  Style file for EB Garamond fonts.]
+    [2020/04/12 (Bob Tennent and autoinst)  Style file for EB Garamond fonts.]
 
 \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
 
@@ -149,8 +149,8 @@
       {EBGaramond}
 
   \newfontface\initials{EBGaramond-Initials}
-  \DeclareTextFontCommand{\oldstylenums}{\ebgaramondOsF}
-  \DeclareTextFontCommand{\liningnums}{\ebgaramondLF}
+  \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
+  \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
   \DeclareTextFontCommand{\textin}{\initials}
 
 \else % type1
@@ -203,8 +203,8 @@
         BoldItalicFont     = *-\ebgaramond at boldstyle Italic ,
     ]
     {EBGaramond}
-  \DeclareTextFontCommand{\tabularnums}{\ebgaramondtabular}
-  \DeclareTextFontCommand{\proportionalnums}{\ebgaramondproportional}
+  \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
+  \DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}}
 \else % type1
   \DeclareTextFontCommand{\tabularnums}{\fontfamily{EBGaramond-T\ebgaramond at figurestyle}\selectfont}
   \DeclareTextFontCommand{\proportionalnums}{\fontfamily{EBGaramond-\ebgaramond at figurestyle}\selectfont}

Modified: trunk/Master/tlpkg/bin/ctan2tl
===================================================================
--- trunk/Master/tlpkg/bin/ctan2tl	2020-04-13 14:29:31 UTC (rev 54720)
+++ trunk/Master/tlpkg/bin/ctan2tl	2020-04-13 21:33:39 UTC (rev 54721)
@@ -90,6 +90,11 @@
   echo "$0: can't find CTAN directory for $pkg." >&2
   exit 1
 fi
+
+# trying to sync catalogue changes as much as possible.
+#catfile=/home/httpd/html/catalogue/entries/$letter/
+#svn update $catfile
+
 echo "$0: ctan dir for $pkg"
 echo "$0: is $ctan_dir"
 



More information about the tex-live-commits mailing list.