blob: add007bb14bdd1c5301652e4c75dbe55b410cf83 (
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
61
62
63
64
65
66
67
68
69
70
71
|
%%^^A%% fontspec.dtx -- part of FONTSPEC <wspr.io/fontspec>
% \iffalse
%<*dtx>
\gdef\FONTSPECDTX{
\DTX{fontspec.dtx}
\DTX{fontspec-code-load.dtx}
\DTX{fontspec-vars.dtx}
\DTX{fontspec-msg.dtx}
\DTX{fontspec-opening.dtx}
\DTX{fontspec-fontload.dtx}
\DTX{fontspec-interfaces.dtx}
\DTX{fontspec-user.dtx}
\DTX{fontspec-api.dtx}
\DTX{fontspec-internal.dtx}
\DTX{fontspec-opentype.dtx}
\DTX{fontspec-graphite.dtx}
\DTX{fontspec-keyval.dtx}
\DTX{fontspec-feat-opentype.dtx}
\DTX{fontspec-scripts.dtx}
\DTX{fontspec-lang.dtx}
\DTX{fontspec-feat-aat.dtx}
\DTX{fontspec-enc.dtx}
\DTX{fontspec-math.dtx}
\DTX{fontspec-closing.dtx}
\DTX{fontspec-xfss.dtx}
\DTX{fontspec-patches.dtx}
}
%</dtx>
%<*driver>
\def\tmpa{plain}
\ifx\tmpa\fmtname\expandafter\endinput\fi
%</driver>
%<fontspec>\RequirePackage{xparse}
%<fontspec&load>\ProvidesExplPackage{fontspec}%
%<fontspec&xetexx>\ProvidesExplPackage{fontspec-xetex}%
%<fontspec&luatex>\ProvidesExplPackage{fontspec-luatex}%
%<*driver>
\RequirePackage{xparse}
\ProvidesExplFile{fontspec.dtx}
%</driver>
%<*fontspec>
{2017/11/05}{2.6f}{Font selection for XeLaTeX and LuaLaTeX}
%</fontspec>
%<lua>fontspec = fontspec or {}
%<lua>local fontspec = fontspec
%<lua>fontspec.module = {
%<lua> name = "fontspec",
%<lua> version = "2.6f",
%<lua> date = "2017/11/05",
%<lua> description = "Font selection for XeLaTeX and LuaLaTeX",
%<lua> author = "Khaled Hosny, Philipp Gesang, Will Robertson",
%<lua> copyright = "Khaled Hosny, Philipp Gesang, Will Robertson",
%<lua> license = "LPPL"
%<lua>}
% \fi
\endinput
% /©
% ------------------------------------------------
% 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/>.
% ------------------------------------------------
% ©/
|