blob: 546ccbce69d5433e82eb389bec4eb12e96a3c5ed (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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
|