blob: 48f8ff8cc2a3f37ce1ad83cd539162daa06c2d0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
yinit-otf
=========
This package is a conversion of the yinit font into OTF.
Original METAFONT files for yinit are in the [yinit](https://www.ctan.org/pkg/yinit) package. The conversion has been made by the excellent [mf2pt1](https://www.ctan.org/pkg/mf2pt1) with only tiny bugfixes afterwards.
To use this font in LaTeX:
```
\usepackage{fontspec}
\setmainfont{Yinit}
```
The copyright is (C) Yannis Haralambous, 1994, Public Domain.
|