diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-29 00:11:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-29 00:11:18 +0000 |
commit | 03e895528bdcda911fdf41b8e1da264aef4516d5 (patch) | |
tree | a9fdaa65771f5c02008b28b33b3eb861cbdcd869 /Master/texmf-dist/source/fontinst/base/fimapgen.dtx | |
parent | 9ab8b11d71a0b50e015a4385a7c8b9a1edebc4a4 (diff) |
fontinst 1.929 (28sep08)
git-svn-id: svn://tug.org/texlive/trunk@10781 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fontinst/base/fimapgen.dtx')
-rw-r--r-- | Master/texmf-dist/source/fontinst/base/fimapgen.dtx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/fontinst/base/fimapgen.dtx b/Master/texmf-dist/source/fontinst/base/fimapgen.dtx index bce3a5a99fd..fccdf30b5e2 100644 --- a/Master/texmf-dist/source/fontinst/base/fimapgen.dtx +++ b/Master/texmf-dist/source/fontinst/base/fimapgen.dtx @@ -1,4 +1,4 @@ -% \CheckSum{873} +% \CheckSum{876} % \iffalse meta-comment % % Copyright 1999 the fontinst maintenance team and any individual @@ -853,6 +853,16 @@ % \end{macrocode} % \end{macro} % +% \begin{macro}{\fulldownload} +% By default this defaults to being a synonym of |\download|, to +% simplify matters for drivers where the distinction is not relevant. +% They should be redefined when that is not the desired effect. +% \changes{1.928}{2004/12/13}{Command added. (LH)} +% \begin{macrocode} +\def\fulldownload#1{\download{#1}} +% \end{macrocode} +% \end{macro} +% % Some encodings seem to always be present, so they can be declared here. % \begin{macrocode} \declarepsencoding{8r}{TeXBase1Encoding}{\download{8r.enc}} |