From d28c0319199de3faeca105e0a2d142c782b79dac Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 1 Mar 2011 18:41:50 +0200 Subject: Eat our own dog food --- Makefile | 8 ++++---- luaotfload.dtx | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index ddf2f45..c649875 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ TDS_ZIP = $(NAME).tds.zip ZIPS = $(CTAN_ZIP) $(TDS_ZIP) DO_TEX = tex --interaction=batchmode $< >/dev/null -DO_PDFLATEX = pdflatex --interaction=batchmode $< >/dev/null +DO_LATEX = lualatex --interaction=batchmode $< >/dev/null DO_MAKEINDEX = makeindex -s gind.ist $(subst .dtx,,$<) >/dev/null 2>&1 all: $(GENERATED) @@ -52,10 +52,10 @@ tds: $(TDS_ZIP) world: all ctan $(COMPILED): $(DTX) - $(DO_PDFLATEX) + $(DO_LATEX) $(DO_MAKEINDEX) - $(DO_PDFLATEX) - $(DO_PDFLATEX) + $(DO_LATEX) + $(DO_LATEX) $(UNPACKED): $(DTX) $(DO_TEX) diff --git a/luaotfload.dtx b/luaotfload.dtx index ceb1c40..5d15898 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -107,8 +107,6 @@ and the derived files [2011/02/16 v1.24 OpenType layout system]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor,xspace} -\usepackage{lmodern} -\usepackage{charter} \usepackage[ bookmarks=true, colorlinks=true, @@ -121,6 +119,10 @@ and the derived files pdfkeywords={luatex, lualatex, unicode, opentype} ]{hyperref} +\usepackage{fontspec} +\setmainfont[Ligatures=TeX]{Linux Libertine O} +\setsansfont[Ligatures=TeX]{Linux Biolinum O} + \definecolor{niceblue}{rgb}{0.4,0.6,1.000} \newcommand\tex {\TeX\xspace} -- cgit v1.2.3