From 4b67a6cd28d9e647d69a77748147044d48a48600 Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Fri, 25 Dec 2009 21:18:47 +0100 Subject: [PATCH] PDFs now have all fonts embedded. This fixes a problem some people seemed to have with the cover pages. --- Makefile | 4 ++-- clqr.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c6812ea..1baf67e 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ PSNUP-A4 = psnup -W10.5cm -H29.7cm -pa4 -2 PSNUP-LETTER = psnup -W4.25in -H11in -pletter -2 PSBOOK-ALL = psbook PSBOOK-FOUR = psbook -s4 -PS2PDF = ps2pdf -CONVERT = convert +PS2PDF = ps2pdf -dPDFSETTINGS=/prepress +Convert = convert MONTAGE = montage HEAD = head TAIL = tail diff --git a/clqr.tex b/clqr.tex index 1600b0e..91b194a 100644 --- a/clqr.tex +++ b/clqr.tex @@ -13,7 +13,7 @@ %%%%%%%%%%%%%%%%%% % pdf info \newcommand{\SUBJECT}{Common\ Lisp} -\newcommand{\KEYWORDS}{clqr} +\newcommand{\KEYWORDS}{{clqr cheatsheet lisp reference booklet}} % %%%%%%%%%%%%%%%%%% % To be reset in paper-*.tex if there is plenty of room -- 2.11.4.GIT