diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-28 15:52:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-28 15:52:45 +0000 |
commit | 2da77d0cc0ada0dede0a76ef2823d3ad34db2fa7 (patch) | |
tree | 9a93a2bddbc18388c99cdab50c88e17ae82048de /Master/texmf-dist/source/latex/fontspec/fontspec.ins | |
parent | 881ee118259a2f9961f7cef4e1b26bcf65488346 (diff) |
fontspec beta 1 (27may10)
git-svn-id: svn://tug.org/texlive/trunk@18558 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/fontspec.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/fontspec/fontspec.ins | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/fontspec.ins b/Master/texmf-dist/source/latex/fontspec/fontspec.ins new file mode 100644 index 00000000000..546ccbce69d --- /dev/null +++ b/Master/texmf-dist/source/latex/fontspec/fontspec.ins @@ -0,0 +1,44 @@ +\input docstrip.tex +\keepsilent +\usedir{tex/latex/fontspec} +\let\MetaPrefix\relax +\preamble + + _________________________________________ + The fontspec package for XeLaTeX/LuaLaTeX + (C) 2004--2010 Will Robertson and Khaled Hosny + + License information appended. + +\endpreamble +\postamble + +Copyright 2004--2010 Will Robertson <wspr81@gmail.com> +Copyright 2009--2010 Khaled Hosny <khaledhosny@eglug.org> + +Distributable under the LaTeX Project Public License, +version 1.3c or higher (your choice). The latest version of +this license is at: http://www.latex-project.org/lppl.txt + +This work is "author-maintained" by Will Robertson. + +This work consists of this file fontspec.dtx + and the derived files fontspec.sty, + fontspec.lua, + fontspec.cfg, + fontspec.ins, + fontspec-example.ltx, + and fontspec.pdf. + +\endpostamble +\askforoverwritefalse +\def\MetaPrefix{-- } +\generate{\file{fontspec.lua} {\from{fontspec.dtx}{lua}}} +\let\MetaPrefix\DoubleperCent +\generate{\file{fontspec.sty} {\from{fontspec.dtx}{fontspec}}} +\generate{\file{fontspec-patches.sty} {\from{fontspec.dtx}{patches}}} +\nopreamble\nopostamble +\generate{\file{fontspec.cfg} {\from{fontspec.dtx}{cfg}}} +\generate{\file{fontspec-xetex.tex} {\from{fontspec.dtx}{example,xetex}}} +\generate{\file{fontspec-luatex.tex} {\from{fontspec.dtx}{example,luatex}}} +\endbatchfile |