diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-07-14 20:43:17 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-07-14 20:43:30 +0300 |
commit | a23ee6d451c6b72fb7522c385718626f328b80ed (patch) | |
tree | 3c08020d6068400652452f1983a918311c15b702 /luaotfload.dtx | |
parent | 6a1d295510066a85449eb672cdc674efef326851 (diff) | |
download | luaotfload-a23ee6d451c6b72fb7522c385718626f328b80ed.tar.gz |
Charter looks good on screen
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 17 |
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} |