1 % Copyright 2006 Konstantin Korikov <lostclus@ua.fm>
3 % This work may be distributed and/or modified under the
4 % conditions of the LaTeX Project Public License, either version 1.3
5 % of this license or (at your option) any later version.
6 % The latest version of this license is in
7 % http://www.latex-project.org/lppl.txt
8 % and version 1.3 or later is part of all distributions of LaTeX
9 % version 2003/12/01 or later.
11 % This work has the LPPL maintenance status "maintained".
13 % This Current Maintainer of this work is Konstantin Korikov.
15 % This work consists of all files listed in manifest.txt.
19 \NeedsTeXFormat{LaTeX2e
}
20 \ProvidesPackage{eskdfont
}[m4_dnl
21 m4_FILE_ID(
[[$Date:: $
]]) Font Definitions
]
23 \newcommand{\ESKDfontBaseLineStretch}{1}
25 \newcommand{\ESKDfontSetBaseLineStretch}{%
26 \renewcommand{\baselinestretch}{\ESKDfontBaseLineStretch}}
28 \newcommand{\ESKDfontShape}{\slshape}
30 \newcommand{\ESKDfontIIsize}{\fontsize{8pt
}{10pt
}}
31 \newcommand{\ESKDfontIIIsize}{\fontsize{10pt
}{12pt
}}
32 \newcommand{\ESKDfontVsize}{\fontsize{16pt
}{18pt
}}
33 \newcommand{\ESKDfontVIIsize}{\fontsize{20pt
}{23pt
}}
34 \newcommand{\ESKDfontXsize}{\fontsize{32pt
}{38pt
}}
36 \newcommand{\ESKDfontII}{%
37 \ESKDfontSetBaseLineStretch
38 \ESKDfontIIsize\selectfont\ESKDfontShape}
39 \newcommand{\ESKDfontIII}{%
40 \ESKDfontSetBaseLineStretch
41 \ESKDfontIIIsize\selectfont\ESKDfontShape}
42 \newcommand{\ESKDfontV}{%
43 \ESKDfontSetBaseLineStretch
44 \ESKDfontVsize\selectfont\ESKDfontShape}
45 \newcommand{\ESKDfontVII}{%
46 \ESKDfontSetBaseLineStretch
47 \ESKDfontVIIsize\selectfont\ESKDfontShape}
48 \newcommand{\ESKDfontX}{%
49 \ESKDfontSetBaseLineStretch
50 \ESKDfontXsize\selectfont\ESKDfontShape}
52 \newcommand{\ESKDfontTabHead}{\ESKDfontIII}
53 \newcommand{\ESKDfontTabBody}{\ESKDfontIII}
55 m4_dnl vim:ft=tex:sw=
2:ai