blob: 1b14941ab951bc9fd0b25ed5e5710d4f656bfeb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
%% This is file 'uartemisianums.fd'.
%%
%% (c) copyright Jan 2006 by
%% Antonis Tsolomitis.
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
%% THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\DeclareFontFamily{U}{artemisianums}{}
\DeclareFontShape{U}{artemisianums}{m}{tabnums}{<-> s * [0.93] artemisiatabnums8a}{}
\DeclareFontShape{U}{artemisianums}{m}{textnumnums}{<-> s * [0.93] artemisianumnums8a}{}
\DeclareFontShape{U}{artemisianums}{m}{textdenomnums}{<-> s * [0.93] artemisiadenomnums8a}{}
\endinput
%%
%% End of file 'uartemisianums.fd'.
|