diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-23 11:22:04 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-23 11:22:04 +0200 |
commit | bd1c0d02304969137f74a70f5d2a435553c90944 (patch) | |
tree | 7c3dc50f78edba439b5b02db321e0e9855b6199e /luaotfload.dtx | |
parent | 4701d59810a9a1aefd2d661abd3ba54a3248cf53 (diff) | |
parent | f4fa20a933db69aad3b0823e1b53115078f095e0 (diff) | |
download | luaotfload-bd1c0d02304969137f74a70f5d2a435553c90944.tar.gz |
Merge branch 'master' of https://github.com/eroux/luaotfload into eroux-master
Conflicts:
luaotfload.dtx
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 790f520..7c74a37 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1024,22 +1024,9 @@ local error, warning, info, log = luatexbase.provides_module(luaotfload.module) % \end{macrocode} -% This is a necessary initalization in order not to rebuild an existing -% font. -% Maybe 600 should be replaced by \texmacro{pdfpkresolution} %% (why?) -% or \luafunction{texconfig.pk_dpi} (and it should be replaced -% dynamically), but we don't have access (yet) to the -% \identifier{texconfig} table, so we let it be 600. -% Anyway, it does still work fine even if \texmacro{pdfpkresolution} is -% changed. % -% \begin{macrocode} - -kpse.init_prog("", 600, "/") - -% \end{macrocode} -% We set the minimum version requirement for \LUATEX to v0.74, as it was -% the first version to include version 5.2 of the \LUA interpreter. +% We set the minimum version requirement for \LUATEX to v0.74, as it was +% the first version to include version 5.2 of the \LUA interpreter. % % \begin{macrocode} |