blob: adace502d2f81092f959e09158208e283f1c41c2 (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
%%^^A%% fontspec.ins -- part of FONTSPEC <wspr.io/fontspec>
\input fontspec.dtx\relax
\input l3docstrip.tex\relax
\keepsilent
\usedir{tex/latex/fontspec}
\let\MetaPrefix\relax
\preamble
------------------------------------------------
The FONTSPEC package <wspr.io/fontspec>
------------------------------------------------
Copyright 2004-2017 Will Robertson, LPPL "maintainer"
Copyright 2009-2013 Khaled Hosny
------------------------------------------------
This package is free software and may be redistributed and/or modified under
the conditions of the LaTeX Project Public License, version 1.3c or higher
(your choice): <http://www.latex-project.org/lppl/>.
------------------------------------------------
\endpreamble
\nopostamble
\askforoverwritefalse
\def\MetaPrefix{-- }
\generate{\file{fontspec.lua}{
\from{fontspec.dtx}{lua}
\from{fontspec-lua.dtx}{lua}
}}
\let\MetaPrefix\DoubleperCent
\ifx\FontspecDebug\undefined\def\FSDEBUG{}\else\def\FSDEBUG{,debug}\fi
\generate{\file{fontspec.sty}{
\from{fontspec.dtx}{fontspec,load\FSDEBUG}
\from{fontspec-code-load.dtx}{fontspec,load\FSDEBUG}
}}
\def\DTX#1{\from{#1}{fontspec,XE\FSDEBUG}}
\generate{\file{fontspec-xetex.sty}{\FONTSPECDTX}}
\def\DTX#1{\from{#1}{fontspec,LU\FSDEBUG}}
\generate{\file{fontspec-luatex.sty}{\FONTSPECDTX}}
\endbatchfile
\endinput
% /©
% ------------------------------------------------
% The FONTSPEC package <wspr.io/fontspec>
% ------------------------------------------------
% Copyright 2004-2020 Will Robertson, LPPL "maintainer"
% Copyright 2009-2015 Khaled Hosny
% Copyright 2013 Philipp Gesang
% Copyright 2013-2016 Joseph Wright
% ------------------------------------------------
% This package is free software and may be redistributed and/or modified under
% the conditions of the LaTeX Project Public License, version 1.3c or higher
% (your choice): <http://www.latex-project.org/lppl/>.
% ------------------------------------------------
% ©/
|