diff options
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}} |