diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-01 22:41:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-01 22:41:57 +0000 |
commit | b7e5ad09e9873e60ed9464f404a7d1a29eaf1269 (patch) | |
tree | aeca2539eeafce500f5053eeb37612e5af8afa08 /Master/texmf-dist/doc/fonts | |
parent | 7702a153d50983b0dd44728016b75a2cf2d72b78 (diff) |
yinit-otf (1apr16)
git-svn-id: svn://tug.org/texlive/trunk@40207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r-- | Master/texmf-dist/doc/fonts/yinit-otf/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/yinit-otf/README.md b/Master/texmf-dist/doc/fonts/yinit-otf/README.md new file mode 100644 index 00000000000..48f8ff8cc2a --- /dev/null +++ b/Master/texmf-dist/doc/fonts/yinit-otf/README.md @@ -0,0 +1,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.
\ No newline at end of file |