diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-03-10 23:42:43 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-03-10 23:42:43 +0000 |
commit | 70d85cbb5b5ad9d311a960b335f71d6fa2845ac4 (patch) | |
tree | c2c47c8dabb16335efcdd0d47c7b832217257fca | |
parent | 8c4ac853dc3801cb53d275b8fcb4d3cb48776d70 (diff) |
(sectionheading, q.v.): relax after \char'15.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | DEDICATION | 3 | ||||
-rw-r--r-- | make/lilypond-vars.make | 5 | ||||
-rw-r--r-- | tex/texinfo.tex | 2 |
4 files changed, 12 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2006-03-11 Han-Wen Nienhuys <hanwen@xs4all.nl> + + * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15. + + * VERSION (PACKAGE_NAME): 2.7.38 released. + 2006-03-10 Han-Wen Nienhuys <hanwen@xs4all.nl> * scripts/lilypond-book.py (get_latex_textwidth): look for latex diff --git a/DEDICATION b/DEDICATION index 3fea9cb98f..f7bbafa0a4 100644 --- a/DEDICATION +++ b/DEDICATION @@ -8,7 +8,8 @@ Those deserving special mentioning (in no particular order): Esther, Marijke, Heike, Inge, Judith, Hannah, Auke, Ilse, Evelyn, Maartje, Suzanne, Ilse (gee, again?), Marieke, Irene, Martine, Idwine, -Hanna, Lonneke and last (but certainly not least) Janneke! +Hanna, Lonneke, Elisha, Anna and last (but certainly not least) +Janneke! HWN diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index bc55cf1357..9f6ef3f97e 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -4,7 +4,7 @@ ifeq ($(LILYPOND_EXTERNAL_BINARY),) # environment settings. export PATH:=$(top-build-dir)/lily/$(outconfbase):$(top-build-dir)/buildscripts/$(outconfbase):$(top-build-dir)/scripts/$(outconfbase):$(PATH): export LILYPONDPREFIX:=$(build_lilypond_datadir)/current -bexport DVIPSHEADERS:=$(top-build-dir)/mf/out:: +export DVIPSHEADERS:=$(top-build-dir)/mf/out:: export LILYPOND_BINARY=$(top-build-dir)/lily/$(outconfbase)/lilypond else @@ -26,7 +26,8 @@ LILYPOND_BOOK = $(script-dir)/lilypond-book.py LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) -I $(input-dir)/regression/ -I $(input-dir)/test/ -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ -I $(top-build-dir)/mf/out/ LILYPOND_BOOK_LILYPOND_FLAGS=-dgs-font-load LILYPOND_BOOK_FLAGS = --process="$(LILYPOND_BINARY) --backend=eps --formats=ps,png --header=texidoc -I $(top-src-dir)/input/test -dinternal-type-checking -danti-alias-factor=2 $(LILYPOND_BOOK_LILYPOND_FLAGS)" - +TEXINPUTS=$(top-src-dir)/tex/:: +export TEXINPUTS #texi-html for www only: LILYPOND_BOOK_FORMAT=$(if $(subst out-www,,$(notdir $(outdir))),texi,texi-html) diff --git a/tex/texinfo.tex b/tex/texinfo.tex index 9c1f5ea4c6..6bc9fcdadd 100644 --- a/tex/texinfo.tex +++ b/tex/texinfo.tex @@ -5199,7 +5199,7 @@ where each line of input produces a line of output.} % Don't replace quotes with curly quotes. This makes cut & pasting % from a PDF file problematic. % -\def\singlequotechar{\char'15} +\def\singlequotechar{\char'15\relax} \begingroup \catcode`\^^I=\active \gdef\tabexpand{% |