blob: 649515e4a1a5beee4b4324dcba195dacfdb21423 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
%% This is part of OpTeX project, see http://petr.olsak.net/optex
\_fontdecl [Schola] \Schola {TeX Gyre Schola fonts based on New Century}
{\caps} {\rm \bf \it \bi} {Schola}
"[texgyreschola-regular]"
\_wlog{\_detokenize{%
Modifier:^^J
\caps ...... caps & small caps^^J
}}
\_protected\def \Schola {%
\_def \_currfamily {Schola}%
\_def\_fontnamegen {"[texgyreschola-\_currV]:\_capsV\_fontfeatures"}%
\_resetmod
}
\_moddef \resetmod {\_fsetV caps={} \_fvars regular bold italic bolditalic }
\_moddef \caps {\_fsetV caps=+smcp;+onum; }
\_initfontfamily % new font family must be initialized
\_loadmath {[texgyreschola-math]}
\_endcode
See the file `f-heros.opm` for information about principles of such
font-macro-files.
|