diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2011-10-10 22:54:15 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-10-10 22:54:15 +0200 |
commit | 98f453e957ebdac0a3b6a6870700960047314747 (patch) | |
tree | ff0938da20ab0c5d8aec89eb839da37564bb04e9 /luaotfload.dtx | |
parent | 1e5b4d1fca97e3136dbc7b530aff05f309a5d463 (diff) | |
download | luaotfload-98f453e957ebdac0a3b6a6870700960047314747.tar.gz |
This does not seem to be an issue anymore
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 11ce7f4..3d316ce 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -456,16 +456,6 @@ luaotfload.module = { 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 |\pdfpkresolution| or -% |texconfig.pk_dpi| (and it should be replaced dynamically), but we don't -% have access (yet) to the |texconfig| table, so we let it be 600. Anyway, -% it does still work fine even if |\pdfpkresolution| is changed. -% -% \begin{macrocode} -kpse.init_prog("", 600, "/") -% \end{macrocode} -% % The minimal required \luatex version. % % \begin{macrocode} |