diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-26 22:02:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-26 22:02:42 +0000 |
commit | 41c926e138531951f87884325c4940585340bd06 (patch) | |
tree | 70a16f8f135023611f5943d8581a1c3df91f7b2b /Master/texmf-dist/doc/fonts/xcharter/altone.py | |
parent | d38ec42bd331132a05e55c8cb4bf2d05975fa155 (diff) |
xcharter (26nov20)
git-svn-id: svn://tug.org/texlive/trunk@57009 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/xcharter/altone.py')
-rwxr-xr-x | Master/texmf-dist/doc/fonts/xcharter/altone.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/fonts/xcharter/altone.py b/Master/texmf-dist/doc/fonts/xcharter/altone.py index d35e6556923..08606db71d7 100755 --- a/Master/texmf-dist/doc/fonts/xcharter/altone.py +++ b/Master/texmf-dist/doc/fonts/xcharter/altone.py @@ -113,7 +113,7 @@ for f in sorted(encfiles): for j in range(len(vflst)): a=vflst[j] s=afmcmds[j] - print s + print(s) if os.system(s)==0: if os.system("vptovf "+a)==0: os.system("/bin/mv -f "+a+".tfm "+tmfv+"/fonts/tfm/public/xcharter") |