From e94db35120374a39c901751be42ffe86fce302a3 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 31 Mar 2006 09:59:05 +0000 Subject: [PATCH] * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set BSTINPUTS. * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer. * scm/output-ps.scm (glyph-string): revert cid selectfont. * scm/output-ps.scm: glyph-string now produces smaller, more readable, and probably faster PostScript. Several findfont scalefont setfont instances changed to selectfont Hacked-up string-appends changed to formats. Patch by David Feuer. --- ChangeLog | 5 +++++ Documentation/bibliography/GNUmakefile | 2 +- Documentation/topdocs/AUTHORS.texi | 3 ++- THANKS | 1 + scm/output-ps.scm | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25ef51986c..34da6f6a52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-03-31 Han-Wen Nienhuys + * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set + BSTINPUTS. + + * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer. + * scm/output-ps.scm (glyph-string): revert cid selectfont. * scm/framework-ps.scm: diff --git a/Documentation/bibliography/GNUmakefile b/Documentation/bibliography/GNUmakefile index 70690cdb66..b1333668ce 100644 --- a/Documentation/bibliography/GNUmakefile +++ b/Documentation/bibliography/GNUmakefile @@ -27,7 +27,7 @@ $(outdir)/%.bib: %.bib ln -f $< $@ $(outdir)/%.html: %.bib - $(PYTHON) $(buildscript-dir)/bib2html.py -o $@ $< + BSTINPUTS=$(src-dir) $(PYTHON) $(buildscript-dir)/bib2html.py -o $@ $< local-clean: rm -f fonts.aux fonts.log feta*.tfm feta*.*pk diff --git a/Documentation/topdocs/AUTHORS.texi b/Documentation/topdocs/AUTHORS.texi index 147a1dd514..25a9400aeb 100644 --- a/Documentation/topdocs/AUTHORS.texi +++ b/Documentation/topdocs/AUTHORS.texi @@ -27,6 +27,8 @@ Core code: Color support, tablature improvements, trivial \mark stuff @item @email{benkop@@freestart.hu,Pal Benko}, Ancient notation. +@item @email{david.feuer@@gmail.com, David Feuer}, + PS output code refactoring. @item @email{bernard@@fong-hurley.org.uk, Bernard Hurley}, X11 color. @item @email{jiba@@tuxfamily.org, Jean-Baptiste Lamy}, @@ -40,7 +42,6 @@ Core code: @item @email{wl@@gnu.org, Werner Lemberg}, @TeX{} glue code. @item @email{joe@@neeman.com, Joe Neeman}, - @uref{http://www.xs4all.nl/~hanwen/}, Constrained line breaking. @item @email{hanwen@@xs4all.nl, Han-Wen Nienhuys}, @uref{http://www.xs4all.nl/~hanwen/}, diff --git a/THANKS b/THANKS index dc6144e220..d54089c11f 100644 --- a/THANKS +++ b/THANKS @@ -12,6 +12,7 @@ Mats Bengtsson - Support Guru CONTRIBUTORS +David Feuer Joe Neeman SPONSORS diff --git a/scm/output-ps.scm b/scm/output-ps.scm index eef37c6345..524cdb4ad7 100644 --- a/scm/output-ps.scm +++ b/scm/output-ps.scm @@ -163,7 +163,7 @@ (g (cadddr item)) (prefix (if (string? g) "/" ""))) - (format #f "~f ~f ~a~a\n" (round2 (+ w x)) + (format #f " ~f ~f ~a~a\n" (round2 (+ w x)) (round2 y) prefix g) )) w-x-y-named-glyphs)) -- 2.39.2