summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-07-14 20:43:17 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-07-14 20:43:30 +0300
commita23ee6d451c6b72fb7522c385718626f328b80ed (patch)
tree3c08020d6068400652452f1983a918311c15b702
parent6a1d295510066a85449eb672cdc674efef326851 (diff)
downloadluaotfload-a23ee6d451c6b72fb7522c385718626f328b80ed.tar.gz
Charter looks good on screen
-rw-r--r--luaotfload.dtx17
1 files changed, 15 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 4fbb913..e19cfa3 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -104,8 +104,21 @@ and the derived files
\ProvidesFile{luaotfload.drv}%
[2010/07/12 v1.16 ConTeXt font loading system]%
\documentclass{ltxdoc}
-\usepackage{metalogo,multicol,mdwlist,fancyvrb}
-\usepackage[colorlinks=true]{hyperref}
+\usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor}
+\usepackage{charter}
+\usepackage[
+ bookmarks=true,
+ colorlinks=true,
+ linkcolor=niceblue,
+% urlcolor=niceblue,
+ citecolor=niceblue,
+ pdftitle={The luaotfload package},
+ pdfsubject={OpenType layout system for Plain TeX and LaTeX},
+ pdfauthor={Elie Roux & Khaled Hosny},
+ pdfkeywords={luatex, lualatex, unicode, opentype}
+ ]{hyperref}
+
+\definecolor{niceblue}{rgb}{0.4,0.6,1.000}
\def\LuaTeX{Lua\TeX}
\def\ConTeXt{Con\TeX t}