diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-13 21:33:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-13 21:33:39 +0000 |
commit | 14385a83aba04a74751f5bb9f27eb9b704e75f31 (patch) | |
tree | 930c8a4e0b55e89eb35283ae3b1569d7384c2065 | |
parent | 1015432e2af332b23713e93defcd11c96b20ab3a (diff) |
ebgaramond (13apr20)
git-svn-id: svn://tug.org/texlive/trunk@54721 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/fonts/ebgaramond/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramond12-Italic.pfb | bin | 379090 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramondInitialsLCDFJ.pfb | 0 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty | 10 | ||||
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 5 |
5 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/ebgaramond/README b/Master/texmf-dist/doc/fonts/ebgaramond/README index 370c06cdef6..bb44dab6214 100644 --- a/Master/texmf-dist/doc/fonts/ebgaramond/README +++ b/Master/texmf-dist/doc/fonts/ebgaramond/README @@ -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 diff --git a/Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramond12-Italic.pfb b/Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramond12-Italic.pfb Binary files differdeleted file mode 100644 index 7be201c063a..00000000000 --- a/Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramond12-Italic.pfb +++ /dev/null diff --git a/Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramondInitialsLCDFJ.pfb b/Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramondInitialsLCDFJ.pfb deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Master/texmf-dist/fonts/type1/public/ebgaramond/EBGaramondInitialsLCDFJ.pfb +++ /dev/null diff --git a/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty b/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty index 3f4de8d785e..f84061b34d8 100644 --- a/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty +++ b/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty @@ -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@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@figurestyle}\selectfont} \DeclareTextFontCommand{\proportionalnums}{\fontfamily{EBGaramond-\ebgaramond@figurestyle}\selectfont} diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index 55cc93e67de..f7c1774dda2 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -90,6 +90,11 @@ if test -z "$ctan_dir"; then 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" |