blob: 839b62e8bee29d5712e9545576601914b607a9b0 (
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
|
%%
%% This is file `luaotfload.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% luaotfload.dtx (with options: `package')
%% This is a generated file.
%%
%% Copyright (C) 2009 by Elie Roux <elie.roux@telecom-bretagne.eu>
%%
%% This work is under the CC0 license.
%%
%% This work consists of the main source file luaotfload.dtx
%% and the derived files
%% luaotfload.sty, luaotfload.lua
%%
\csname ifluaotfloadloaded\endcsname
\let\ifluaotfloadloaded\endinput
\expandafter\ifx\csname ProvidesPackage\endcsname\relax
\input luatextra.sty
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
[2010/02/22 v1.06b ConTeXt font loading system]
\RequirePackage{luatextra}
\fi
\expandafter\edef\csname otfl@AtEnd\endcsname{%
\catcode64 \the\catcode64\relax
}
\catcode64 11
\newluatexattribute\otfl@state
\newluatexattribute\otfl@markbase
\newluatexattribute\otfl@markdone
\newluatexattribute\otfl@markmark
\newluatexattribute\otfl@cursbase
\newluatexattribute\otfl@curscurs
\newluatexattribute\otfl@cursdone
\newluatexattribute\otfl@kernpair
\newluatexattribute\otfl@color
\def\otfl@off{
\luadirect{luaotfload.unregister_callbacks()}
}
\def\otfl@on{
\luadirect{luaotfload.register_callbacks()}
}
\luatexUseModule{luaotfload}
\otfl@on
\otfl@AtEnd
\endinput
%%
%% End of file `luaotfload.sty'.
|