blob: 86f705337fe7d738e594566df5b125bd4c36fa62 (
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
|
compat
------
- use it in other packages, and test them with various versions
loader
------
- make a real test using a fake texmf tree as TEXMFHOME?
- anyway, give it some real testing with luatex < 0.43!
- ensure compatibility with older versions of LuaTeX (no 'lua' type for
kpse.find_file).
- Make a decision about the behaviour (discuss this with Heiko & all)
modutils
--------
Review extensively.
- Renaming:
\luatexUseModule
\luatexRequireModule
\luatexModuleError
- logic (see what LaTeX2e does)
mcallbacks
----------
Review extensively.
Incorporate remaining bits from luatextra?
|