From be48da1b5ed5dec3139512047c260d5daf950f7e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sun, 17 May 2009 11:45:32 +0000 Subject: update tests for 'make check' git-svn-id: svn://tug.org/texlive/trunk@13153 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/README.config | 46 +- Build/source/libs/libpng/libpng.test | 3 + Build/source/libs/t1lib/type1afm.test | 3 + Build/source/libs/zlib/zlib.test | 3 + Build/source/texk/detex/detex.test | 3 + Build/source/texk/dtl/dtl.test | 3 + Build/source/texk/dvipsk/Makefile.am | 42 +- Build/source/texk/dvipsk/Makefile.in | 163 ++- Build/source/texk/dvipsk/configure | 73 +- Build/source/texk/dvipsk/configure.ac | 3 + Build/source/texk/dvipsk/dvips.test | 27 + Build/source/texk/dvipsk/testdata/dvipstst.xdv | Bin 0 -> 4112 bytes Build/source/texk/dvipsk/testdata/dvipstst.xps | 1300 ++++++++++++++++++++++ Build/source/texk/lacheck/lacheck.test | 3 + Build/source/texk/web2c/Makefile.am | 4 +- Build/source/texk/web2c/Makefile.in | 3 +- Build/source/texk/web2c/bibtex.test | 3 + Build/source/texk/web2c/configure | 85 +- Build/source/texk/web2c/configure.ac | 3 + Build/source/texk/web2c/ctiedir/ctie.test | 3 + Build/source/texk/web2c/cwebdir/cweave.test | 3 + Build/source/texk/web2c/doc/Makefile.in | 1 + Build/source/texk/web2c/dvicopy.test | 13 +- Build/source/texk/web2c/dvitomp.test | 17 +- Build/source/texk/web2c/dvitype.test | 3 + Build/source/texk/web2c/etexdir/etrip.test | 3 + Build/source/texk/web2c/gftodvi.test | 3 + Build/source/texk/web2c/gftopk.test | 3 + Build/source/texk/web2c/gftype.test | 3 + Build/source/texk/web2c/lib/Makefile.in | 1 + Build/source/texk/web2c/libmd5/md5.test | 3 + Build/source/texk/web2c/luatexdir/luatangle.test | 3 + Build/source/texk/web2c/man/Makefile.in | 1 + Build/source/texk/web2c/mft.test | 3 + Build/source/texk/web2c/mpware/Makefile.in | 1 + Build/source/texk/web2c/omegafonts/Makefile.in | 1 + Build/source/texk/web2c/omegaware/otangle.test | 3 + Build/source/texk/web2c/otps/Makefile.in | 1 + Build/source/texk/web2c/patgen.test | 3 + Build/source/texk/web2c/pktogf.test | 3 + Build/source/texk/web2c/pktype.test | 3 + Build/source/texk/web2c/pltotf.test | 3 + Build/source/texk/web2c/pooltype.test | 3 + Build/source/texk/web2c/tangle.test | 3 + Build/source/texk/web2c/tftopl.test | 3 + Build/source/texk/web2c/tiedir/tie.test | 3 + Build/source/texk/web2c/trap.test | 3 + Build/source/texk/web2c/trip.test | 3 + Build/source/texk/web2c/vftovp.test | 3 + Build/source/texk/web2c/vptovf.test | 3 + Build/source/texk/web2c/weave.test | 3 + Build/source/texk/web2c/window/Makefile.in | 1 + Build/source/utils/tpic2pdftex/tpic2pdftex.test | 3 + 53 files changed, 1771 insertions(+), 111 deletions(-) create mode 100755 Build/source/texk/dvipsk/dvips.test create mode 100644 Build/source/texk/dvipsk/testdata/dvipstst.xdv create mode 100644 Build/source/texk/dvipsk/testdata/dvipstst.xps (limited to 'Build/source') diff --git a/Build/source/README.config b/Build/source/README.config index 8411f138304..543bab8f5f8 100644 --- a/Build/source/README.config +++ b/Build/source/README.config @@ -138,11 +138,33 @@ For many libraries there are in addition '--with-Lib-includes=DIR' and '--with-Lib-libdir=DIR' to indicate that the library is installed in an unusual location. -When a system version of a required library is chosen, the top-level configure script -performs a consistency check and bails out early if this fails. +The top-level configure script performs a consistency check for all +required system libraries and bails out early if one these tests fails. -4. Some important VAR=value configure arguments -=============================================== +3.2. Configure options for libfontconfig +---------------------------------------- + +Building XeTeX and xdvipdfmx on non-Mac systems requires libfontconfig. + +3.2.1. --with-fontconfig-includes=DIR, --with-fontconfig-libdir=DIR + +If one or both of these options are given, the flags are derived from them. +Otherwise, the flags are determined via pkg-config (if present). + +3.3. Configure options for system libfreetype +--------------------------------------------- + +The flags for a system freetype library are determined via freetype-config. + +3.4. Configure options for libpoppler +------------------------------------- + +3.4.1. --with-system-xpdf + +Use libpoppler instead of xpdf (and pkg-config to obtain the required flags). + +4. Important VAR=value configure arguments +========================================== Used instead of searching for programs in PATH. @@ -161,13 +183,23 @@ For fontconfig and system xpdf (poppler) libraries. For xindy. -4.4. latex=/path/to/latex +4.4. PERL=/path/to/perl ------------------------- -To build xindy make-rules. +To build xindy rules and docs. + +4.5. LATEX=/path/to/latex +------------------------- -4.5. pdflatex=/path/to/pdflatex +To build xindy rules. + +4.6. PDFLATEX=/path/to/pdflatex ------------------------------- To build xindy docs. +4.7. KPSEWHICH=/path/to/kpsewhich +--------------------------------- + +For 'make check'. + diff --git a/Build/source/libs/libpng/libpng.test b/Build/source/libs/libpng/libpng.test index 409f8579c91..daf59481818 100755 --- a/Build/source/libs/libpng/libpng.test +++ b/Build/source/libs/libpng/libpng.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + ./pngtest $srcdir/$LIBPNG_TREE/pngtest.png \ || exit 1 diff --git a/Build/source/libs/t1lib/type1afm.test b/Build/source/libs/t1lib/type1afm.test index 7875fcb4fe3..098625ea1f8 100755 --- a/Build/source/libs/t1lib/type1afm.test +++ b/Build/source/libs/t1lib/type1afm.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + rm -f l047016t.afm test -f x047016t.pfa \ diff --git a/Build/source/libs/zlib/zlib.test b/Build/source/libs/zlib/zlib.test index 9db9a9a33af..08e995f92ac 100755 --- a/Build/source/libs/zlib/zlib.test +++ b/Build/source/libs/zlib/zlib.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + echo hello world | ./minigzip | ./minigzip -d || { \ echo ' *** minigzip test FAILED ***' exit 1 diff --git a/Build/source/texk/detex/detex.test b/Build/source/texk/detex/detex.test index 638328264ba..f6cb545e568 100755 --- a/Build/source/texk/detex/detex.test +++ b/Build/source/texk/detex/detex.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + echo '#' >texmf.cnf ./detex $srcdir/test.tex >test.out \ diff --git a/Build/source/texk/dtl/dtl.test b/Build/source/texk/dtl/dtl.test index c1e8ea88975..2e7c2ad5e4e 100755 --- a/Build/source/texk/dtl/dtl.test +++ b/Build/source/texk/dtl/dtl.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + ./dt2dv $srcdir/edited.txt testfile.dvi || exit 1 ./dv2dt testfile.dvi testfile.dtl || exit 1 diff --git a/Build/source/texk/dvipsk/Makefile.am b/Build/source/texk/dvipsk/Makefile.am index 6c5d1c88130..aea3cb9c0b2 100644 --- a/Build/source/texk/dvipsk/Makefile.am +++ b/Build/source/texk/dvipsk/Makefile.am @@ -107,21 +107,35 @@ EXTRA_DIST = $(dist_prologues) texc.script CLEANFILES = $(prologues) texc.lpro -install-data-hook: - cd $(DESTDIR)$(man1dir) && \ - rm -f odvips.1 && \ - $(LN_S) dvips.1 odvips.1 +## dvips test +## +TESTS = dvips.test + +TESTS_ENVIRONMENT = KPSEWHICH='$(KPSEWHICH)' + +EXTRA_DIST += \ + dvips.test \ + testdata/dvipstst.tex \ + testdata/dvipstst.xdv \ + testdata/dvipstst.xps -install-exec-hook: - cd $(DESTDIR)$(bindir) && \ - rm -f odvips && \ - $(LN_S) dvips$(EXEEXT) odvips$(EXEEXT) +CLEANFILES += missfont.log mtest.ps dvipstst.ps -uninstall-hook: - rm -f $(DESTDIR)$(man1dir)/odvips.1 - rm -f $(DESTDIR)$(bindir)/odvips$(EXEEXT) +##install-data-hook: +## cd $(DESTDIR)$(man1dir) && \ +## rm -f odvips.1 && \ +## $(LN_S) dvips.1 odvips.1 -## Not yet used +##install-exec-hook: +## cd $(DESTDIR)$(bindir) && \ +## rm -f odvips && \ +## $(LN_S) dvips$(EXEEXT) odvips$(EXEEXT) + +##uninstall-hook: +## rm -f $(DESTDIR)$(man1dir)/odvips.1 +## rm -f $(DESTDIR)$(bindir)/odvips$(EXEEXT) + +## Not used ## EXTRA_DIST += \ INSTALLATION \ @@ -148,7 +162,8 @@ EXTRA_DIST += \ psfonts.map \ reencode \ test.ps \ - testdata \ + testdata/pfbincl.eps \ + testdata/pfbincl.tex \ tex \ vmcms \ vms @@ -159,7 +174,6 @@ dist-hook: ## Eventually delete these files ## - EXTRA_DIST += \ Makefile.in.orig \ configure.in.orig \ diff --git a/Build/source/texk/dvipsk/Makefile.in b/Build/source/texk/dvipsk/Makefile.in index 377feb3bb37..433bc53185f 100644 --- a/Build/source/texk/dvipsk/Makefile.in +++ b/Build/source/texk/dvipsk/Makefile.in @@ -179,6 +179,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ KPATHSEA_DEPEND = @KPATHSEA_DEPEND@ KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@ KPATHSEA_LIBS = @KPATHSEA_LIBS@ +KPSEWHICH = @KPSEWHICH@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ @@ -327,15 +328,19 @@ dist_prologues = \ prologdir = ${prefix}/texmf/dvips/base prologues = $(dist_prologues:.lpro=.pro) texc.pro SUFFIXES = .pro .lpro -EXTRA_DIST = $(dist_prologues) texc.script INSTALLATION atari \ - cmfonts.map config.ps contrib/PSTricks contrib/afm-extra \ - contrib/colorsep.lpro contrib/configs contrib/crop.lpr \ - contrib/latex209 contrib/volker contrib/whichinpath \ - cyrfonts.map eufonts.map flib.c hps lafonts.map makefont.c \ - mtest.ps mvs pc psfonts.map reencode test.ps testdata tex \ +EXTRA_DIST = $(dist_prologues) texc.script dvips.test \ + testdata/dvipstst.tex testdata/dvipstst.xdv \ + testdata/dvipstst.xps INSTALLATION atari cmfonts.map config.ps \ + contrib/PSTricks contrib/afm-extra contrib/colorsep.lpro \ + contrib/configs contrib/crop.lpr contrib/latex209 \ + contrib/volker contrib/whichinpath cyrfonts.map eufonts.map \ + flib.c hps lafonts.map makefont.c mtest.ps mvs pc psfonts.map \ + reencode test.ps testdata/pfbincl.eps testdata/pfbincl.tex tex \ vmcms vms Makefile.in.orig configure.in.orig depend.make \ depend.mk -CLEANFILES = $(prologues) texc.lpro +CLEANFILES = $(prologues) texc.lpro missfont.log mtest.ps dvipstst.ps +TESTS = dvips.test +TESTS_ENVIRONMENT = KPSEWHICH='$(KPSEWHICH)' all: c-auto.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -813,6 +818,92 @@ GTAGS: distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +check-TESTS: $(TESTS) + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + srcdir=$(srcdir); export srcdir; \ + list=' $(TESTS) '; \ + if test -n "$$list"; then \ + for tst in $$list; do \ + if test -f ./$$tst; then dir=./; \ + elif test -f $$tst; then dir=; \ + else dir="$(srcdir)/"; fi; \ + if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xpass=`expr $$xpass + 1`; \ + failed=`expr $$failed + 1`; \ + echo "XPASS: $$tst"; \ + ;; \ + *) \ + echo "PASS: $$tst"; \ + ;; \ + esac; \ + elif test $$? -ne 77; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xfail=`expr $$xfail + 1`; \ + echo "XFAIL: $$tst"; \ + ;; \ + *) \ + failed=`expr $$failed + 1`; \ + echo "FAIL: $$tst"; \ + ;; \ + esac; \ + else \ + skip=`expr $$skip + 1`; \ + echo "SKIP: $$tst"; \ + fi; \ + done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ + if test "$$failed" -eq 0; then \ + if test "$$xfail" -eq 0; then \ + banner="$$All$$all $$tests passed"; \ + else \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ + fi; \ + else \ + if test "$$xpass" -eq 0; then \ + banner="$$failed of $$all $$tests failed"; \ + else \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ + fi; \ + fi; \ + dashes="$$banner"; \ + skipped=""; \ + if test "$$skip" -ne 0; then \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ + test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$skipped"; \ + fi; \ + report=""; \ + if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ + report="Please report to $(PACKAGE_BUGREPORT)"; \ + test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$report"; \ + fi; \ + dashes=`echo "$$dashes" | sed s/./=/g`; \ + echo "$$dashes"; \ + echo "$$banner"; \ + test -z "$$skipped" || echo "$$skipped"; \ + test -z "$$report" || echo "$$report"; \ + echo "$$dashes"; \ + test "$$failed" -eq 0; \ + else :; fi + distdir: $(DISTFILES) $(am__remove_distdir) test -d $(distdir) || mkdir $(distdir) @@ -965,6 +1056,7 @@ distcleancheck: distclean $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-recursive all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS) $(DATA) c-auto.h installdirs: installdirs-recursive @@ -1022,8 +1114,6 @@ info: info-recursive info-am: $(INFO_DEPS) install-data-am: install-info-am install-man install-prologDATA - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-recursive @@ -1037,8 +1127,6 @@ install-dvi-am: $(DVIS) $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(dvidir)/$$f"; \ done install-exec-am: install-binPROGRAMS - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-exec-hook install-html: install-html-recursive @@ -1140,36 +1228,33 @@ ps-am: $(PSS) uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \ uninstall-info-am uninstall-man uninstall-pdf-am \ uninstall-prologDATA uninstall-ps-am - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) uninstall-hook uninstall-man: uninstall-man1 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-data-am install-exec-am install-strip uninstall-am + install-strip .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am am--refresh check check-am clean clean-binPROGRAMS \ - clean-generic clean-libtool ctags ctags-recursive dist \ - dist-all dist-bzip2 dist-gzip dist-hook dist-info dist-lzma \ - dist-shar dist-tarZ dist-zip distcheck distclean \ - distclean-compile distclean-generic distclean-hdr \ + all all-am am--refresh check check-TESTS check-am clean \ + clean-binPROGRAMS clean-generic clean-libtool ctags \ + ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \ + dist-info dist-lzma dist-shar dist-tarZ dist-zip distcheck \ + distclean distclean-compile distclean-generic distclean-hdr \ distclean-libtool distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS install-data \ - install-data-am install-data-hook install-dvi install-dvi-am \ - install-exec install-exec-am install-exec-hook install-html \ - install-html-am install-info install-info-am install-man \ - install-man1 install-pdf install-pdf-am install-prologDATA \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-aminfo maintainer-clean-generic mostlyclean \ - mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am uninstall-binPROGRAMS uninstall-dvi-am \ - uninstall-hook uninstall-html-am uninstall-info-am \ - uninstall-man uninstall-man1 uninstall-pdf-am \ - uninstall-prologDATA uninstall-ps-am + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-man1 install-pdf \ + install-pdf-am install-prologDATA install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-aminfo \ + maintainer-clean-generic mostlyclean mostlyclean-aminfo \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ + uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \ + uninstall-info-am uninstall-man uninstall-man1 \ + uninstall-pdf-am uninstall-prologDATA uninstall-ps-am @KPATHSEA_RULE@ @@ -1190,20 +1275,6 @@ $(prologues): squeeze/stamp-squeeze squeeze/stamp-squeeze: cd squeeze && $(MAKE) $(AM_MAKEFLAGS) stamp-squeeze -install-data-hook: - cd $(DESTDIR)$(man1dir) && \ - rm -f odvips.1 && \ - $(LN_S) dvips.1 odvips.1 - -install-exec-hook: - cd $(DESTDIR)$(bindir) && \ - rm -f odvips && \ - $(LN_S) dvips$(EXEEXT) odvips$(EXEEXT) - -uninstall-hook: - rm -f $(DESTDIR)$(man1dir)/odvips.1 - rm -f $(DESTDIR)$(bindir)/odvips$(EXEEXT) - # in case of an SVN repository dist-hook: rm -rf `find $(distdir) -name .svn` diff --git a/Build/source/texk/dvipsk/configure b/Build/source/texk/dvipsk/configure index 08108d4d6ee..34767703205 100755 --- a/Build/source/texk/dvipsk/configure +++ b/Build/source/texk/dvipsk/configure @@ -794,6 +794,7 @@ KPATHSEA_RULE KPATHSEA_DEPEND KPATHSEA_LIBS KPATHSEA_INCLUDES +KPSEWHICH CPP OTOOL64 OTOOL @@ -4170,13 +4171,13 @@ if test "${lt_cv_nm_interface+set}" = set; then else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:4173: $ac_compile\"" >&5) + (eval echo "\"\$as_me:4174: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:4176: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:4177: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:4179: output\"" >&5) + (eval echo "\"\$as_me:4180: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -5382,7 +5383,7 @@ ia64-*-hpux*) ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 5385 "configure"' > conftest.$ac_ext + echo '#line 5386 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -7429,11 +7430,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7432: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7433: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7436: \$? = $ac_status" >&5 + echo "$as_me:7437: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -7768,11 +7769,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7771: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7772: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7775: \$? = $ac_status" >&5 + echo "$as_me:7776: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -7873,11 +7874,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7876: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7877: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:7880: \$? = $ac_status" >&5 + echo "$as_me:7881: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -7928,11 +7929,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7931: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7932: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:7935: \$? = $ac_status" >&5 + echo "$as_me:7936: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -10728,7 +10729,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10731 "configure" +#line 10732 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -10824,7 +10825,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10827 "configure" +#line 10828 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12829,6 +12830,50 @@ _ACEOF fi +for ac_prog in kpsewhich +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_KPSEWHICH+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$KPSEWHICH"; then + ac_cv_prog_KPSEWHICH="$KPSEWHICH" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_KPSEWHICH="$ac_prog" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +KPSEWHICH=$ac_cv_prog_KPSEWHICH +if test -n "$KPSEWHICH"; then + { $as_echo "$as_me:$LINENO: result: $KPSEWHICH" >&5 +$as_echo "$KPSEWHICH" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$KPSEWHICH" && break +done +test -n "$KPSEWHICH" || KPSEWHICH="false" + + ac_config_headers="$ac_config_headers c-auto.h:c-auto.in" diff --git a/Build/source/texk/dvipsk/configure.ac b/Build/source/texk/dvipsk/configure.ac index b375aefebd8..bc71d3ebc28 100644 --- a/Build/source/texk/dvipsk/configure.ac +++ b/Build/source/texk/dvipsk/configure.ac @@ -15,6 +15,9 @@ AC_CONFIG_MACRO_DIR([../../m4]) dnl Common code for all programs using libkpathsea. KPSE_COMMON([dvipsk]) +dnl For tests +AC_CHECK_PROGS([KPSEWHICH], [kpsewhich], [false]) + AC_CONFIG_HEADERS([c-auto.h:c-auto.in]) AC_CHECK_SIZEOF([int]) diff --git a/Build/source/texk/dvipsk/dvips.test b/Build/source/texk/dvipsk/dvips.test new file mode 100755 index 00000000000..0e5755be85d --- /dev/null +++ b/Build/source/texk/dvipsk/dvips.test @@ -0,0 +1,27 @@ +#! /bin/sh + +echo "KPSEWHICH=\"$KPSEWHICH\"" + +rm -f mtest.ps + +set -x + +TEXMFCNF=$srcdir/../kpathsea \ + TFMFONTS=$srcdir/testdata: \ + VFFONTS=$srcdir/testdata: \ + TEXPSHEADERS=$srcdir/testdata: \ + TEXCONFIG=$srcdir/testdata: \ + ./dvips -D 300 $srcdir/testdata/dvipstst.xdv -o dvipstst.ps + +exit 77 + +checkenv = TEXMFCNF=../kpathsea \ + TFMFONTS=$srcdir/testdata: VFFONTS=$srcdir/testdata: \ + TEXPSHEADERS=$srcdir/testdata: TEXCONFIG=$srcdir/testdata: + +rm -f mtest.ps +-($checkenv ./dvips -D 300 $srcdir/testdata/dvipstst.xdv -o dvipstst.ps) +mv dvipstst.ps mtest.ps +-($checkenv ./dvips -D 300 $srcdir/testdata/dvipstst.xdv -o) +-diff $srcdir/testdata/dvipstst.xps dvipstst.ps + diff --git a/Build/source/texk/dvipsk/testdata/dvipstst.xdv b/Build/source/texk/dvipsk/testdata/dvipstst.xdv new file mode 100644 index 00000000000..bc8b1dc11e9 Binary files /dev/null and b/Build/source/texk/dvipsk/testdata/dvipstst.xdv differ diff --git a/Build/source/texk/dvipsk/testdata/dvipstst.xps b/Build/source/texk/dvipsk/testdata/dvipstst.xps new file mode 100644 index 00000000000..a2d4de9b108 --- /dev/null +++ b/Build/source/texk/dvipsk/testdata/dvipstst.xps @@ -0,0 +1,1300 @@ +%!PS-Adobe-2.0 +%%Creator: dvips(k) 5.86 Copyright 1999 Radical Eye Software +%%Title: dvipstst.xdv +%%Pages: 1 +%%PageOrder: Ascend +%%BoundingBox: 0 0 596 842 +%%DocumentFonts: Times-Roman Times-Italic Times-BoldItalic +%%EndComments +%DVIPSWebPage: (www.radicaleye.com) +%DVIPSCommandLine: dvips -D 300 dvipstst.xdv -o +%DVIPSParameters: dpi=300, compressed +%DVIPSSource: TeX output 2009.05.16:1919 +%%BeginProcSet: texc.pro +%! +/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S +N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72 +mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0 +0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{ +landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize +mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[ +matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round +exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{ +statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0] +N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin +/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array +/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2 +array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N +df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A +definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get +}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub} +B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr +1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3 +1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx +0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx +sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{ +rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp +gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B +/chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{ +/cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{ +A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy +get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse} +ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp +fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17 +{2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add +chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{ +1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop} +forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn +/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put +}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{ +bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A +mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{ +SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{ +userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X +1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4 +index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N +/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{ +/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT) +(LaserWriter 16/600)]{A length product length le{A length product exch 0 +exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse +end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask +grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot} +imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round +exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto +fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p +delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M} +B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{ +p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S +rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end + +%%EndProcSet +%%BeginProcSet: 8r.enc +% @@psencodingfile@{ +% author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry", +% version = "0.6", +% date = "1 July 1998", +% filename = "8r.enc", +% email = "tex-fonts@@tug.org", +% docstring = "Encoding for TrueType or Type 1 fonts +% to be used with TeX." +% @} +% +% Idea is to have all the characters normally included in Type 1 fonts +% available for typesetting. This is effectively the characters in Adobe +% Standard Encoding + ISO Latin 1 + extra characters from Lucida. +% +% Character code assignments were made as follows: +% +% (1) the Windows ANSI characters are almost all in their Windows ANSI +% positions, because some Windows users cannot easily reencode the +% fonts, and it makes no difference on other systems. The only Windows +% ANSI characters not available are those that make no sense for +% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen +% (173). quotesingle and grave are moved just because it's such an +% irritation not having them in TeX positions. +% +% (2) Remaining characters are assigned arbitrarily to the lower part +% of the range, avoiding 0, 10 and 13 in case we meet dumb software. +% +% (3) Y&Y Lucida Bright includes some extra text characters; in the +% hopes that other PostScript fonts, perhaps created for public +% consumption, will include them, they are included starting at 0x12. +% +% (4) Remaining positions left undefined are for use in (hopefully) +% upward-compatible revisions, if someday more characters are generally +% available. +% +% (5) hyphen appears twice for compatibility with both +% ASCII and Windows. +% +/TeXBase1Encoding [ +% 0x00 (encoded characters from Adobe Standard not in Windows 3.1) + /.notdef /dotaccent /fi /fl + /fraction /hungarumlaut /Lslash /lslash + /ogonek /ring /.notdef + /breve /minus /.notdef +% These are the only two remaining unencoded characters, so may as +% well include them. + /Zcaron /zcaron +% 0x10 + /caron /dotlessi +% (unusual TeX characters available in, e.g., Lucida Bright) + /dotlessj /ff /ffi /ffl + /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef + % very contentious; it's so painful not having quoteleft and quoteright + % at 96 and 145 that we move the things normally found there to here. + /grave /quotesingle +% 0x20 (ASCII begins) + /space /exclam /quotedbl /numbersign + /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +% 0x30 + /zero /one /two /three /four /five /six /seven + /eight /nine /colon /semicolon /less /equal /greater /question +% 0x40 + /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O +% 0x50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +% 0x60 + /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o +% 0x70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /asciitilde + /.notdef % rubout; ASCII ends +% 0x80 + /.notdef /.notdef /quotesinglbase /florin + /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft + /OE /.notdef /.notdef /.notdef +% 0x90 + /.notdef /.notdef /.notdef /quotedblleft + /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron /guilsinglright + /oe /.notdef /.notdef /Ydieresis +% 0xA0 + /.notdef % nobreakspace + /exclamdown /cent /sterling + /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft + /logicalnot + /hyphen % Y&Y (also at 45); Windows' softhyphen + /registered + /macron +% 0xD0 + /degree /plusminus /twosuperior /threesuperior + /acute /mu /paragraph /periodcentered + /cedilla /onesuperior /ordmasculine /guillemotright + /onequarter /onehalf /threequarters /questiondown +% 0xC0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis + /Igrave /Iacute /Icircumflex /Idieresis +% 0xD0 + /Eth /Ntilde /Ograve /Oacute + /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex + /Udieresis /Yacute /Thorn /germandbls +% 0xE0 + /agrave /aacute /acircumflex /atilde + /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis + /igrave /iacute /icircumflex /idieresis +% 0xF0 + /eth /ntilde /ograve /oacute + /ocircumflex /otilde /odieresis /divide + /oslash /ugrave /uacute /ucircumflex + /udieresis /yacute /thorn /ydieresis +] def + +%%EndProcSet +%%BeginProcSet: texnansi.enc +% @psencodingfile{ +% author = "Y&Y, Inc.", +% version = "1.1", +% date = "1 December 1996", +% filename = "texnansi.enc", +% email = "help@YandY.com", +% address = "45 Walden Street // Concord, MA 01742, USA", +% codetable = "ISO/ASCII", +% checksum = "xx", +% docstring = "Encoding for fonts in Adobe Type 1 format for use with TeX." +% } +% +% The idea is to have all 228 characters normally included in Type 1 text +% fonts (plus a few more) available for typesetting. This is effectively +% the character set in Adobe Standard Encoding, ISO Latin 1, plus a few more. +% +% Character code assignments were made as follows: +% +% (1) The character layout largely matches `ASCII' in the 32 -- 126 range, +% except for `circumflex' in 94 and `tilde' in 126, to match `TeX text' +% (`asciicircumflex' and `asciitilde' appear in 158 and 142 instead). +% +% (2) The character layout matches `Windows ANSI' in almost all places, +% except for `quoteright' in 39 and `quoteleft' in 96 to match ASCII +% (`quotesingle' and `grave' appear in 129 and 18 instead). +% +% (3) The character layout matches `TeX typewriter' used by CM text fonts +% in most places (except for discordant positions such as hungarumlaut +% (instead of braceright), dotaccent (instead of underscore) etc. +% +% (4) Remaining characters are assigned arbitrarily to the `control character' +% range (0 -- 31), avoiding 0, 9, 10 and 13 in case we meet dumb software +% - similarly one should really avoid 127 and 128 if possible. +% In addition, the 8 open slots in Windows ANSI between 128 and 159 are used. +% +% (5) Y&Y Lucida Bright includes some extra ligatures and such; ff, ffi, ffl, +% and `dotlessj,' these are included 11 -- 15, and 17. +% +% (6) Hyphen appears both at 45 and 173 for compatibility with both ASCII +% and Windows ANSI. +% +% (7) It doesn't really matter where ligatures appear (both real, such as ffi, +% and pseudo such as ---) since these should not be accessed directly, only +% via ligature information in the TFM file. +% +% SAMPLE USAGE (in `psfonts.map' file for DVIPS): +% +% lbr LucidaBright "TeXnANSIEncoding ReEncodeFont" 92 D97 +D101 D<131E137F3801FF8013C7380383001380 +A2EA7FFFB5FCA2EA0380ACEA7FFC487E6C5A11197F9816>I108 D111 +D<387F0FC038FF3FE0EA7F7F3807F040EBC0005BA290C7FCA8EA7FFC12FF127F13127F91 +16>114 DI<12035AA4EA7FFFB5FCA20007 +C7FCA75BEB0380A3EB8700EA03FE6C5A6C5A11177F9616>II E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Fc cmsy10 10 3 +/Fc 3 42 df0 D<153081A381A281811680ED00C0B712F8A2C9 +12C0ED0380160015065DA25DA35D25167E942A>33 D<14036E7EA26E7E811560B612F015 +FCC8120EED0380ED01E0ED007816E0ED0380ED0700150CB612F85DC812605DA24A5AA24A +C7FC25187E952A>41 D E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Fd cmr10 10 65 +/Fd 65 128 df<137E3801C180EA0301380703C0120EEB018090C7FCA5B512C0EA0E01B0 +387F87F8151D809C17>12 DI<90383F07FC3901C0DC1C390381F03CEA0701000EEBE01C1300A6B612 +FC390E00E01CB03A7FC7FCFF80211D809C23>15 D<12FC121CB0EAFF8009127F910C>I< +120EA2121E1238127012E012800707779C15>19 D25 D<381FC07C3830718339783B0180131E0030EB00C0EA001CA248B5FCD8 +0F1CC7FC12381270126012E0011E1340A2D860331380393061C300381F807C1A127E911E +>I<3903E00F80390C18306039180C6030383006C0D8700713183860038012E0ECFFF8EC +8000A41260397007C008EA300639180C6010390C1838603903E00F801D127F9120>I<01 +3FB5FC903805F00F01041303010C7F1308168001101300A30120EB1000A2136013401530 +90B512F0903880F0301510EA01001640A20002EC0080A25AA21501000CEC0300001E140F +D8FF87B5FC221C7F9B25>29 DI34 D<126012F012F812681208A31210A2122012401280050C7C9C0C>39 +D<1380EA0100120212065AA25AA25AA35AA412E0AC1260A47EA37EA27EA27E12027EEA00 +80092A7C9E10>I<7E12407E12307EA27EA27EA37EA41380AC1300A41206A35AA25AA25A +12205A5A092A7E9E10>I<126012F0A212701210A41220A212401280040C7C830C>44 +DI<126012F0A2126004047C830C>I<5A1207123F12C71207B3A5 +EAFFF80D1C7C9B15>49 D<130CA2131C133CA2135C13DC139CEA011C120312021204120C +1208121012301220124012C0B512C038001C00A73801FFC0121C7F9B15>52 +DI<13F0EA030CEA0404EA +0C0EEA181E1230130CEA7000A21260EAE3E0EAE430EAE818EAF00C130EEAE0061307A512 +60A2EA7006EA300E130CEA1818EA0C30EA03E0101D7E9B15>I56 +D<126012F0A212601200AA126012F0A212701210A41220A212401280041A7C910C>59 +D61 D<1306A3130FA3EB1780A2EB37C01323A2 +EB43E01341A2EB80F0A338010078A2EBFFF83802003CA3487FA2000C131F80001E5BB4EB +FFF01C1D7F9C1F>65 D<90381F8080EBE0613801801938070007000E13035A14015A0078 +1300A2127000F01400A8007014801278A212386CEB0100A26C13026C5B380180083800E0 +30EB1FC0191E7E9C1E>67 DIII73 +D80 D82 +D<3807E080EA1C19EA30051303EA600112E01300A36C13007E127CEA7FC0EA3FF8EA1FFE +EA07FFC61380130FEB07C0130313011280A300C01380A238E00300EAD002EACC0CEA83F8 +121E7E9C17>I<007FB512C038700F010060130000401440A200C014201280A300001400 +B1497E3803FFFC1B1C7F9B1E>I<39FFF07FC0390FC01E003807800CEBC00800035B6C6C +5A13F000005BEB7880137C013DC7FC133E7F7F80A2EB13C0EB23E01321EB40F0497E1478 +3801007C00027F141E0006131F001F148039FF807FF01C1C7F9B1F>88 +D<39FFF003FC390F8001E00007EB00C06D13800003EB01006D5A000113026C6C5A13F8EB +7808EB7C18EB3C10EB3E20131F6D5A14C06D5AABEB7FF81E1C809B1F>I92 +D<120C12121221EA4080EA80400A057B9B15>94 D<1208121012201240A21280A312B012 +F812781230050C7D9C0C>96 DI<12FC121CAA137CEA1D +87381E0180381C00C014E014601470A6146014E014C0381E018038190700EA10FC141D7F +9C17>III +I<13F8EA018CEA071E1206EA0E0C1300A6EAFFE0EA0E00B0EA7FE00F1D809C0D>II<12FC121CAA137C1387EA1D03001E1380121CAD38FF9FF0141D7F9C17>I<12 +18123CA21218C7FCA712FC121CB0EAFF80091D7F9C0C>I<12FC121CAAEB0FE0EB0780EB +06005B13105B5B13E0121DEA1E70EA1C781338133C131C7F130F148038FF9FE0131D7F9C +16>107 D<12FC121CB3A9EAFF80091D7F9C0C>I<39FC7E07E0391C838838391D01901800 +1EEBE01C001C13C0AD3AFF8FF8FF8021127F9124>IIII<3803E080EA0E19EA1805EA3807EA7003A212E0A61270A2EA38071218EA0E +1BEA03E3EA0003A7EB1FF0141A7F9116>III<1204A4120CA2121C123C +EAFFE0EA1C00A91310A5120CEA0E20EA03C00C1A7F9910>I<38FC1F80EA1C03AD130712 +0CEA0E1B3803E3F014127F9117>I<38FF07E0383C0380381C0100A2EA0E02A2EA0F06EA +0704A2EA0388A213C8EA01D0A2EA00E0A3134013127F9116>I<39FF3FC7E0393C0703C0 +001CEB01801500130B000E1382A21311000713C4A213203803A0E8A2EBC06800011370A2 +EB8030000013201B127F911E>I<38FF0FE0381E0700EA1C06EA0E046C5AEA039013B0EA +01E012007F12011338EA021C1204EA0C0E487E003C138038FE1FF014127F9116>I<38FF +07E0383C0380381C0100A2EA0E02A2EA0F06EA0704A2EA0388A213C8EA01D0A2EA00E0A3 +1340A25BA212F000F1C7FC12F312661238131A7F9116>I124 +D127 D E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Fe cmmi10 10 4 +/Fe 4 100 df<380FFFF85A5A386084001241EA81041201EA030CA212021206A2120E12 +0CEA1C0EA21238EA180615127E9118>25 D97 D<123F1207A2120EA45AA4 +EA39E0EA3A30EA3C1812381270131CA3EAE038A313301370136013C01261EA2300121E0E +1D7E9C12>II E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Ff cmex10 10 3 +/Ff 3 119 df116 +D<12C0B3A9021B64802C>I<387FFF80B5FC00C0C7FCB3A6111A64812C>I +E +%EndDVIPSBitmapFont +/Fg 152[208 103[{TeXBase1Encoding ReEncodeFont}1 415.11 +/Times-Italic rf /Fh 137[42 1[23 32 28 1[42 42 5[23 3[37 +1[37 10[60 1[60 1[51 46 2[46 6[28 2[46 51 60 2[60 6[23 +58[{TeXBase1Encoding ReEncodeFont}20 83.022 /Times-Roman +rf end +%%EndProlog +%%BeginSetup +%%Feature: *Resolution 300dpi +TeXDict begin +%%PaperSize: A4 + +%%EndSetup +%%Page: 1 1 +1 0 bop -225 -200 2331 25 v -225 3108 25 3309 v 325 -77 +a Fh(D)m(VIPS:)21 b(A)g(T)724 -58 y(E)764 -77 y(X)f(Dri)n(v)o(er)g(F)o +(or)f(PostScript)836 238 y Fg(g)-225 695 y @beginspecial +@setspecial + 0 36 translate .05 .099 .95 { 27.4 0 translate gsave 0 0 moveto dup +90 mul rotate -10 -10 rmoveto 20 0 rlineto 0 20 rlineto -20 0 rlineto +closepath gsave dup setgray fill grestore 1 exch sub setgray stroke +grestore 27.4 0 translate } for + +@endspecial 441 770 a Ff(v)441 794 y(u)441 +818 y(u)441 843 y(u)441 868 y(u)441 893 y(u)441 918 y(u)441 +943 y(u)441 968 y(t)p 485 770 954 2 v -180 x(v)485 811 +y(u)485 836 y(u)485 861 y(u)485 885 y(u)485 910 y(u)485 +935 y(u)485 960 y(t)p 529 788 910 2 v 865 828 a Fe(a)12 +b Fd(=)-7 b Fc(\))11 b Fe(b)g Fc(\000)-6 b(!)11 b Fe(c)p +534 846 900 2 v 534 880 a Fd(the)17 b(phase)f(of)f(the)i(mo)q(on)d(m)o +(ultiplied)f(b)o(y)j(the)h(n)o(um)o(b)q(er)534 930 y(of)10 +b(angels)h(that)g(can)g(dance)h(on)f(the)h(head)f(of)f(a)h(pin)f(while) +534 980 y(the)18 b(ric)o(h)f(man)e(threads)j(the)g(needle)g(divided)e +(b)o(y)h Fe(\031)h Fd(or)534 1030 y(some)13 b(other)h(transcenden)o +(tal)i(n)o(um)o(b)q(er)-158 2836 y @beginspecial 18 @llx +18 @lly 577 @urx 814 @ury 2796 @rwi @setspecial +%%BeginDocument: mtest.ps +%!PS-Adobe-2.0 +%%Creator: dvips(k) 5.86 Copyright 1999 Radical Eye Software +%%Title: dvipstst.xdv +%%Pages: 1 +%%PageOrder: Ascend +%%BoundingBox: 0 0 596 842 +%%DocumentFonts: Times-Roman Times-Italic Times-BoldItalic +%%EndComments +%DVIPSWebPage: (www.radicaleye.com) +%DVIPSCommandLine: dvips -D 300 dvipstst.xdv -o +%DVIPSParameters: dpi=300, compressed +%DVIPSSource: TeX output 2009.05.16:1919 +%%BeginProcSet: texc.pro +%! +/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S +N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72 +mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0 +0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{ +landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize +mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[ +matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round +exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{ +statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0] +N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin +/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array +/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2 +array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N +df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A +definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get +}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub} +B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr +1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3 +1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx +0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx +sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{ +rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp +gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B +/chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{ +/cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{ +A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy +get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse} +ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp +fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17 +{2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add +chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{ +1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop} +forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn +/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put +}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{ +bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A +mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{ +SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{ +userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X +1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4 +index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N +/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{ +/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT) +(LaserWriter 16/600)]{A length product length le{A length product exch 0 +exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse +end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask +grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot} +imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round +exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto +fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p +delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M} +B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{ +p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S +rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end + +%%EndProcSet +%%BeginProcSet: 8r.enc +% @@psencodingfile@{ +% author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry", +% version = "0.6", +% date = "1 July 1998", +% filename = "8r.enc", +% email = "tex-fonts@@tug.org", +% docstring = "Encoding for TrueType or Type 1 fonts +% to be used with TeX." +% @} +% +% Idea is to have all the characters normally included in Type 1 fonts +% available for typesetting. This is effectively the characters in Adobe +% Standard Encoding + ISO Latin 1 + extra characters from Lucida. +% +% Character code assignments were made as follows: +% +% (1) the Windows ANSI characters are almost all in their Windows ANSI +% positions, because some Windows users cannot easily reencode the +% fonts, and it makes no difference on other systems. The only Windows +% ANSI characters not available are those that make no sense for +% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen +% (173). quotesingle and grave are moved just because it's such an +% irritation not having them in TeX positions. +% +% (2) Remaining characters are assigned arbitrarily to the lower part +% of the range, avoiding 0, 10 and 13 in case we meet dumb software. +% +% (3) Y&Y Lucida Bright includes some extra text characters; in the +% hopes that other PostScript fonts, perhaps created for public +% consumption, will include them, they are included starting at 0x12. +% +% (4) Remaining positions left undefined are for use in (hopefully) +% upward-compatible revisions, if someday more characters are generally +% available. +% +% (5) hyphen appears twice for compatibility with both +% ASCII and Windows. +% +/TeXBase1Encoding [ +% 0x00 (encoded characters from Adobe Standard not in Windows 3.1) + /.notdef /dotaccent /fi /fl + /fraction /hungarumlaut /Lslash /lslash + /ogonek /ring /.notdef + /breve /minus /.notdef +% These are the only two remaining unencoded characters, so may as +% well include them. + /Zcaron /zcaron +% 0x10 + /caron /dotlessi +% (unusual TeX characters available in, e.g., Lucida Bright) + /dotlessj /ff /ffi /ffl + /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef + % very contentious; it's so painful not having quoteleft and quoteright + % at 96 and 145 that we move the things normally found there to here. + /grave /quotesingle +% 0x20 (ASCII begins) + /space /exclam /quotedbl /numbersign + /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +% 0x30 + /zero /one /two /three /four /five /six /seven + /eight /nine /colon /semicolon /less /equal /greater /question +% 0x40 + /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O +% 0x50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +% 0x60 + /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o +% 0x70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /asciitilde + /.notdef % rubout; ASCII ends +% 0x80 + /.notdef /.notdef /quotesinglbase /florin + /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft + /OE /.notdef /.notdef /.notdef +% 0x90 + /.notdef /.notdef /.notdef /quotedblleft + /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron /guilsinglright + /oe /.notdef /.notdef /Ydieresis +% 0xA0 + /.notdef % nobreakspace + /exclamdown /cent /sterling + /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft + /logicalnot + /hyphen % Y&Y (also at 45); Windows' softhyphen + /registered + /macron +% 0xD0 + /degree /plusminus /twosuperior /threesuperior + /acute /mu /paragraph /periodcentered + /cedilla /onesuperior /ordmasculine /guillemotright + /onequarter /onehalf /threequarters /questiondown +% 0xC0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis + /Igrave /Iacute /Icircumflex /Idieresis +% 0xD0 + /Eth /Ntilde /Ograve /Oacute + /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex + /Udieresis /Yacute /Thorn /germandbls +% 0xE0 + /agrave /aacute /acircumflex /atilde + /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis + /igrave /iacute /icircumflex /idieresis +% 0xF0 + /eth /ntilde /ograve /oacute + /ocircumflex /otilde /odieresis /divide + /oslash /ugrave /uacute /ucircumflex + /udieresis /yacute /thorn /ydieresis +] def + +%%EndProcSet +%%BeginProcSet: texps.pro +%! +TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2 +index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll +exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics +exch def dict begin Encoding{exch dup type/integertype ne{pop pop 1 sub +dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def} +ifelse}forall Metrics/Metrics currentdict end def[2 index currentdict +end definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{ +dup sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 +roll mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def +dup[exch{dup CharStrings exch known not{pop/.notdef/Encoding true def} +if}forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def} +def end + +%%EndProcSet +%%BeginProcSet: special.pro +%! +TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N +/vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N +/rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N +/@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{ +/hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho +X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B +/@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{ +/urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known +{userdict/md get type/dicttype eq{userdict begin md length 10 add md +maxlength ge{/md md dup length 20 add dict copy def}if end md begin +/letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S +atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{ +itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll +transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll +curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf +pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack} +if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 +-1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 +get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip +yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub +neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{ +noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop +90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get +neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr +1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr +2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 +-1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S +TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{ +Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale +}if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState +save N userdict maxlength dict begin/magscale true def normalscale +currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts +/psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x +psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx +psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub +TR/showpage{}N/erasepage{}N/copypage{}N/p 3 def @MacSetUp}N/doclip{ +psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2 +roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath +moveto}N/endTexFig{end psf$SavedState restore}N/@beginspecial{SDict +begin/SpecialSave save N gsave normalscale currentpoint TR +@SpecialDefaults count/ocount X/dcount countdictstack N}N/@setspecial{ +CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto +closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx +sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR +}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse +CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury +lineto closepath clip}if/showpage{}N/erasepage{}N/copypage{}N newpath}N +/@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{end} +repeat grestore SpecialSave restore end}N/@defspecial{SDict begin}N +/@fedspecial{end}B/li{lineto}B/rl{rlineto}B/rc{rcurveto}B/np{/SaveX +currentpoint/SaveY X N 1 setlinecap newpath}N/st{stroke SaveX SaveY +moveto}N/fil{fill SaveX SaveY moveto}N/ellipse{/endangle X/startangle X +/yrad X/xrad X/savematrix matrix currentmatrix N TR xrad yrad scale 0 0 +1 startangle endangle arc savematrix setmatrix}N end + +%%EndProcSet +TeXDict begin @defspecial + + userdict begin /bop-hook{gsave 200 30 translate 65 rotate /Times-Roman +findfont 260 scalefont setfont 0 0 moveto 0.8 setgray (DVIPS) show +grestore}def end + +@fedspecial end TeXDict begin +39158280 55380996 1000 300 300 (dvipstst.xdv) @start +/Fa 25[48 6[33 24[63 17[22 11[22 11[48 4[66 10[63 3[22 +16[44 29 37 18 26 26 1[33 33 37 52 18 2[18 37 1[22 29 +33 29 1[33 23[26 4[48 21[17 6[22 21[18 13[37 3[{ +TeXBase1Encoding ReEncodeFont}33 66.4176 /Times-BoldItalic +rf +%DVIPSBitmapFont: Fb cmtt10 10 10 +/Fb 10 118 df<12C07EA21270A27EA27EA27EA27EA26C7EA26C7EA26C7EA21370A27FA2 +7FA27FA27FA2EB0380A2130111207E9C16>92 D97 +D101 D<131E137F3801FF8013C7380383001380 +A2EA7FFFB5FCA2EA0380ACEA7FFC487E6C5A11197F9816>I108 D111 +D<387F0FC038FF3FE0EA7F7F3807F040EBC0005BA290C7FCA8EA7FFC12FF127F13127F91 +16>114 DI<12035AA4EA7FFFB5FCA20007 +C7FCA75BEB0380A3EB8700EA03FE6C5A6C5A11177F9616>II E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Fc cmsy10 10 3 +/Fc 3 42 df0 D<153081A381A281811680ED00C0B712F8A2C9 +12C0ED0380160015065DA25DA35D25167E942A>33 D<14036E7EA26E7E811560B612F015 +FCC8120EED0380ED01E0ED007816E0ED0380ED0700150CB612F85DC812605DA24A5AA24A +C7FC25187E952A>41 D E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Fd cmr10 10 65 +/Fd 65 128 df<137E3801C180EA0301380703C0120EEB018090C7FCA5B512C0EA0E01B0 +387F87F8151D809C17>12 DI<90383F07FC3901C0DC1C390381F03CEA0701000EEBE01C1300A6B612 +FC390E00E01CB03A7FC7FCFF80211D809C23>15 D<12FC121CB0EAFF8009127F910C>I< +120EA2121E1238127012E012800707779C15>19 D25 D<381FC07C3830718339783B0180131E0030EB00C0EA001CA248B5FCD8 +0F1CC7FC12381270126012E0011E1340A2D860331380393061C300381F807C1A127E911E +>I<3903E00F80390C18306039180C6030383006C0D8700713183860038012E0ECFFF8EC +8000A41260397007C008EA300639180C6010390C1838603903E00F801D127F9120>I<01 +3FB5FC903805F00F01041303010C7F1308168001101300A30120EB1000A2136013401530 +90B512F0903880F0301510EA01001640A20002EC0080A25AA21501000CEC0300001E140F +D8FF87B5FC221C7F9B25>29 DI34 D<126012F012F812681208A31210A2122012401280050C7C9C0C>39 +D<1380EA0100120212065AA25AA25AA35AA412E0AC1260A47EA37EA27EA27E12027EEA00 +80092A7C9E10>I<7E12407E12307EA27EA27EA37EA41380AC1300A41206A35AA25AA25A +12205A5A092A7E9E10>I<126012F0A212701210A41220A212401280040C7C830C>44 +DI<126012F0A2126004047C830C>I<5A1207123F12C71207B3A5 +EAFFF80D1C7C9B15>49 D<130CA2131C133CA2135C13DC139CEA011C120312021204120C +1208121012301220124012C0B512C038001C00A73801FFC0121C7F9B15>52 +DI<13F0EA030CEA0404EA +0C0EEA181E1230130CEA7000A21260EAE3E0EAE430EAE818EAF00C130EEAE0061307A512 +60A2EA7006EA300E130CEA1818EA0C30EA03E0101D7E9B15>I56 +D<126012F0A212601200AA126012F0A212701210A41220A212401280041A7C910C>59 +D61 D<1306A3130FA3EB1780A2EB37C01323A2 +EB43E01341A2EB80F0A338010078A2EBFFF83802003CA3487FA2000C131F80001E5BB4EB +FFF01C1D7F9C1F>65 D<90381F8080EBE0613801801938070007000E13035A14015A0078 +1300A2127000F01400A8007014801278A212386CEB0100A26C13026C5B380180083800E0 +30EB1FC0191E7E9C1E>67 DIII73 +D80 D82 +D<3807E080EA1C19EA30051303EA600112E01300A36C13007E127CEA7FC0EA3FF8EA1FFE +EA07FFC61380130FEB07C0130313011280A300C01380A238E00300EAD002EACC0CEA83F8 +121E7E9C17>I<007FB512C038700F010060130000401440A200C014201280A300001400 +B1497E3803FFFC1B1C7F9B1E>I<39FFF07FC0390FC01E003807800CEBC00800035B6C6C +5A13F000005BEB7880137C013DC7FC133E7F7F80A2EB13C0EB23E01321EB40F0497E1478 +3801007C00027F141E0006131F001F148039FF807FF01C1C7F9B1F>88 +D<39FFF003FC390F8001E00007EB00C06D13800003EB01006D5A000113026C6C5A13F8EB +7808EB7C18EB3C10EB3E20131F6D5A14C06D5AABEB7FF81E1C809B1F>I92 +D<120C12121221EA4080EA80400A057B9B15>94 D<1208121012201240A21280A312B012 +F812781230050C7D9C0C>96 DI<12FC121CAA137CEA1D +87381E0180381C00C014E014601470A6146014E014C0381E018038190700EA10FC141D7F +9C17>III +I<13F8EA018CEA071E1206EA0E0C1300A6EAFFE0EA0E00B0EA7FE00F1D809C0D>II<12FC121CAA137C1387EA1D03001E1380121CAD38FF9FF0141D7F9C17>I<12 +18123CA21218C7FCA712FC121CB0EAFF80091D7F9C0C>I<12FC121CAAEB0FE0EB0780EB +06005B13105B5B13E0121DEA1E70EA1C781338133C131C7F130F148038FF9FE0131D7F9C +16>107 D<12FC121CB3A9EAFF80091D7F9C0C>I<39FC7E07E0391C838838391D01901800 +1EEBE01C001C13C0AD3AFF8FF8FF8021127F9124>IIII<3803E080EA0E19EA1805EA3807EA7003A212E0A61270A2EA38071218EA0E +1BEA03E3EA0003A7EB1FF0141A7F9116>III<1204A4120CA2121C123C +EAFFE0EA1C00A91310A5120CEA0E20EA03C00C1A7F9910>I<38FC1F80EA1C03AD130712 +0CEA0E1B3803E3F014127F9117>I<38FF07E0383C0380381C0100A2EA0E02A2EA0F06EA +0704A2EA0388A213C8EA01D0A2EA00E0A3134013127F9116>I<39FF3FC7E0393C0703C0 +001CEB01801500130B000E1382A21311000713C4A213203803A0E8A2EBC06800011370A2 +EB8030000013201B127F911E>I<38FF0FE0381E0700EA1C06EA0E046C5AEA039013B0EA +01E012007F12011338EA021C1204EA0C0E487E003C138038FE1FF014127F9116>I<38FF +07E0383C0380381C0100A2EA0E02A2EA0F06EA0704A2EA0388A213C8EA01D0A2EA00E0A3 +1340A25BA212F000F1C7FC12F312661238131A7F9116>I124 +D127 D E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Fe cmmi10 10 4 +/Fe 4 100 df<380FFFF85A5A386084001241EA81041201EA030CA212021206A2120E12 +0CEA1C0EA21238EA180615127E9118>25 D97 D<123F1207A2120EA45AA4 +EA39E0EA3A30EA3C1812381270131CA3EAE038A313301370136013C01261EA2300121E0E +1D7E9C12>II E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Ff cmex10 10 3 +/Ff 3 119 df116 +D<12C0B3A9021B64802C>I<387FFF80B5FC00C0C7FCB3A6111A64812C>I +E +%EndDVIPSBitmapFont +/Fg 152[208 103[{TeXBase1Encoding ReEncodeFont}1 415.11 +/Times-Italic rf /Fh 137[42 1[23 32 28 1[42 42 5[23 3[37 +1[37 10[60 1[60 1[51 46 2[46 6[28 2[46 51 60 2[60 6[23 +58[{TeXBase1Encoding ReEncodeFont}20 83.022 /Times-Roman +rf end +%%EndProlog +%%BeginSetup +%%Feature: *Resolution 300dpi +TeXDict begin +%%PaperSize: A4 + +%%EndSetup +%%Page: 1 1 +1 0 bop -225 -200 2331 25 v -225 3108 25 3309 v 325 -77 +a Fh(D)m(VIPS:)21 b(A)g(T)724 -58 y(E)764 -77 y(X)f(Dri)n(v)o(er)g(F)o +(or)f(PostScript)836 238 y Fg(g)-225 695 y @beginspecial +@setspecial + 0 36 translate .05 .099 .95 { 27.4 0 translate gsave 0 0 moveto dup +90 mul rotate -10 -10 rmoveto 20 0 rlineto 0 20 rlineto -20 0 rlineto +closepath gsave dup setgray fill grestore 1 exch sub setgray stroke +grestore 27.4 0 translate } for + +@endspecial 441 770 a Ff(v)441 794 y(u)441 +818 y(u)441 843 y(u)441 868 y(u)441 893 y(u)441 918 y(u)441 +943 y(u)441 968 y(t)p 485 770 954 2 v -180 x(v)485 811 +y(u)485 836 y(u)485 861 y(u)485 885 y(u)485 910 y(u)485 +935 y(u)485 960 y(t)p 529 788 910 2 v 865 828 a Fe(a)12 +b Fd(=)-7 b Fc(\))11 b Fe(b)g Fc(\000)-6 b(!)11 b Fe(c)p +534 846 900 2 v 534 880 a Fd(the)17 b(phase)f(of)f(the)i(mo)q(on)d(m)o +(ultiplied)f(b)o(y)j(the)h(n)o(um)o(b)q(er)534 930 y(of)10 +b(angels)h(that)g(can)g(dance)h(on)f(the)h(head)f(of)f(a)h(pin)f(while) +534 980 y(the)18 b(ric)o(h)f(man)e(threads)j(the)g(needle)g(divided)e +(b)o(y)h Fe(\031)h Fd(or)534 1030 y(some)13 b(other)h(transcenden)o +(tal)i(n)o(um)o(b)q(er)-158 2836 y @beginspecial 18 @llx +18 @lly 577 @urx 814 @ury 2796 @rwi @setspecial @endspecial +1090 1185 a(T)m(o)i(run)g(this)h(test,)h(remo)o(v)o(e)d(a)h(\014le)h +(called)f(m)o(test.ps)f(if)h(it)1049 1235 y(exists.)36 +b(Then,)21 b(run)f(T)1429 1244 y(E)1452 1235 y(X)g(o)o(v)o(er)g +(test.tex,)i(run)e(dvips)g(o)o(v)o(er)1049 1285 y(test.dvi,)10 +b(sa)o(ving)g(the)h(output)f(in)g(a)g(\014le)g(test.ps.)18 +b(Cop)o(y)10 b(test.ps)1049 1335 y(to)17 b(m)o(test.ps.)28 +b(Run)17 b(dvips)g(o)o(v)o(er)g(test.dvi)h(again,)e(this)i(time)1049 +1385 y(prin)o(ting)9 b(or)h(sa)o(ving)f(the)h(output,)h(as)f(y)o(ou)f +(c)o(ho)q(ose.)18 b(\(Including)1049 1434 y(the)12 b(do)q(cumen)o(t)g +(to)q(o)g(man)o(y)e(times)h(inside)h(itself)g(will)f(o)o(v)o(er\015o)o +(w)1049 1484 y(the)j(virtual)f(memory)f(capacities)i(of)f(most)g(prin)o +(ters.\))1090 1565 y(Some)i(things)h(to)g(c)o(hec)o(k)i(on)e(this)g +(page.)25 b(First,)17 b(the)g(large)1049 1615 y(rules)c(surrounding)f +(the)h(page)g(should)f(b)q(e)h(exactly)f(one)h(quar-)1049 +1665 y(ter)i(inc)o(h)f(from)f(eac)o(h)i(b)q(order)h(\(assuming)d(a)h +(8.5)g(b)o(y)g(11)g(page;)1049 1715 y(for)c(an)g(a4)g(page,)h(c)o +(hange)g(the)g Fb(\\afourfalse)d Fd(to)j Fb(\\afourtrue)1049 +1765 y Fd(on)i(line)h(16.\))1090 1845 y(Y)m(ou)f(should)g(see)i(a)e +(title)g(at)g(the)h(top,)f(and)g(a)g(large)g(italic)f(g)1049 +1895 y(under)f(that.)17 b(Then,)11 b(there)g(should)g(b)q(e)g(a)f(cen)o +(tered)i(ro)o(w)e(of)g(ten)1049 1945 y(b)q(o)o(xes,)k(going)e(from)g +(dark)i(to)g(ligh)o(t)f(gra)o(y)m(,)f(rotating)h(slo)o(wly)m(.)1090 +2026 y(In)18 b(the)h(`equation')d(that)i(follo)o(ws,)f(c)o(hec)o(k)i +(the)g(upp)q(er)g(left)1049 2076 y(corner)g(of)e(the)i(radical)f(signs) +g(for)f(alignmen)o(t.)29 b(Also)18 b(c)o(hec)o(k)1049 +2126 y(the)c(righ)o(t)g(arro)o(ws.)1090 2207 y(In)e(the)h(recursiv)o +(ely)g(included)f(page)g(to)g(the)h(left,)f(note)g(ho)o(w)1049 +2256 y(bad)g(the)i(bitmapp)q(ed)d(fon)o(ts)i(lo)q(ok)f(\(they)i(are)f +(the)g(ones)h(under)1049 2306 y(the)g(radical,)f(and)g(indeed)i(this)f +(text)g(itself.\))k(The)c(thin)g(rules)1049 2356 y(ma)o(y)f(disapp)q +(ear)j(altogether.)23 b(This)16 b(p)q(oin)o(ts)f(out)g(the)h(resolu-) +1049 2406 y(tion)11 b(dep)q(endence)j(of)d(dvips)h(output;)g(this)g(is) +g(an)f(unfortunate)1049 2456 y(necessit)o(y)23 b(of)d(using)h(bitmapp)q +(ed)g(fon)o(ts.)40 b(The)22 b(P)o(ostScript)1049 2506 +y(fon)o(ts,)13 b(on)h(the)g(other)h(hand,)e(should)g(scale)i(\014ne.) +1090 2586 y(Finally)m(,)c(at)h(the)i(b)q(ottom)d(of)h(the)h(page,)g(y)o +(ou)f(will)f(see)j(some)1049 2636 y(tests)f(of)f(the)g(accen)o(ts)i(in) +e(the)h(P)o(ostScript)f(fon)o(ts.)18 b(P)o(a)o(y)11 b(careful)1049 +2686 y(atten)o(tion)18 b(to)g(the)h(w)o(ord)f(na)-5 b(\177)-16 +b(\020v)o(e;)20 b(there)g(should)e(b)q(e)h(an)f(um-)1049 +2736 y(laut)e(o)o(v)o(er)h(a)g(dotless)h(i.)27 b(The)17 +b(text)h(should)e(read)i(\\Ic)o(h)f(w)o(ei\031)1049 2786 +y(tats\177)-21 b(ac)o(hlic)o(h)15 b(nic)o(h)o(t)f(mehr)h(als)f(das.)22 +b(D\032monic)13 b(sou\017)o(\023)-20 b(es)16 b(ha)o(v)o(e)1049 +2836 y(no)d(r^)-21 b(ole)14 b(in)g(na)-5 b(\177)-16 b(\020v)o(e)13 +b(\033uvres.)19 b(|\035sop's)14 b(\036uvres.")100 2963 +y Fa(Ic)o(h)25 b(w)o(ei\337)i(tats)467 2962 y(\250)461 +2963 y(ac)o(hlich)g(nic)o(ht)g(mehr)d(als)i(das.)48 b(D\346monic)25 +b(souf)o(\003)1729 2962 y(\264)1725 2963 y(es)100 3027 +y(hav)o(e)18 b(no)e(r)363 3026 y(\210)357 3027 y(ole)i(in)f(na)595 +3026 y(\250)597 3027 y(\021v)o(e)h(\234uvres.)24 b(\227\306sop')-5 +b(s)17 b(\214uvres.)p 2080 3108 25 3309 v -225 3133 2331 +25 v eop +%%Trailer +end +userdict /end-hook known{end-hook}if +%%EOF + +%%EndDocument + @endspecial 1090 1185 a(T)m(o)i(run)g(this)h(test,)h(remo)o(v)o(e)d(a) +h(\014le)h(called)f(m)o(test.ps)f(if)h(it)1049 1235 y(exists.)36 +b(Then,)21 b(run)f(T)1429 1244 y(E)1452 1235 y(X)g(o)o(v)o(er)g +(test.tex,)i(run)e(dvips)g(o)o(v)o(er)1049 1285 y(test.dvi,)10 +b(sa)o(ving)g(the)h(output)f(in)g(a)g(\014le)g(test.ps.)18 +b(Cop)o(y)10 b(test.ps)1049 1335 y(to)17 b(m)o(test.ps.)28 +b(Run)17 b(dvips)g(o)o(v)o(er)g(test.dvi)h(again,)e(this)i(time)1049 +1385 y(prin)o(ting)9 b(or)h(sa)o(ving)f(the)h(output,)h(as)f(y)o(ou)f +(c)o(ho)q(ose.)18 b(\(Including)1049 1434 y(the)12 b(do)q(cumen)o(t)g +(to)q(o)g(man)o(y)e(times)h(inside)h(itself)g(will)f(o)o(v)o(er\015o)o +(w)1049 1484 y(the)j(virtual)f(memory)f(capacities)i(of)f(most)g(prin)o +(ters.\))1090 1565 y(Some)i(things)h(to)g(c)o(hec)o(k)i(on)e(this)g +(page.)25 b(First,)17 b(the)g(large)1049 1615 y(rules)c(surrounding)f +(the)h(page)g(should)f(b)q(e)h(exactly)f(one)h(quar-)1049 +1665 y(ter)i(inc)o(h)f(from)f(eac)o(h)i(b)q(order)h(\(assuming)d(a)h +(8.5)g(b)o(y)g(11)g(page;)1049 1715 y(for)c(an)g(a4)g(page,)h(c)o +(hange)g(the)g Fb(\\afourfalse)d Fd(to)j Fb(\\afourtrue)1049 +1765 y Fd(on)i(line)h(16.\))1090 1845 y(Y)m(ou)f(should)g(see)i(a)e +(title)g(at)g(the)h(top,)f(and)g(a)g(large)g(italic)f(g)1049 +1895 y(under)f(that.)17 b(Then,)11 b(there)g(should)g(b)q(e)g(a)f(cen)o +(tered)i(ro)o(w)e(of)g(ten)1049 1945 y(b)q(o)o(xes,)k(going)e(from)g +(dark)i(to)g(ligh)o(t)f(gra)o(y)m(,)f(rotating)h(slo)o(wly)m(.)1090 +2026 y(In)18 b(the)h(`equation')d(that)i(follo)o(ws,)f(c)o(hec)o(k)i +(the)g(upp)q(er)g(left)1049 2076 y(corner)g(of)e(the)i(radical)f(signs) +g(for)f(alignmen)o(t.)29 b(Also)18 b(c)o(hec)o(k)1049 +2126 y(the)c(righ)o(t)g(arro)o(ws.)1090 2207 y(In)e(the)h(recursiv)o +(ely)g(included)f(page)g(to)g(the)h(left,)f(note)g(ho)o(w)1049 +2256 y(bad)g(the)i(bitmapp)q(ed)d(fon)o(ts)i(lo)q(ok)f(\(they)i(are)f +(the)g(ones)h(under)1049 2306 y(the)g(radical,)f(and)g(indeed)i(this)f +(text)g(itself.\))k(The)c(thin)g(rules)1049 2356 y(ma)o(y)f(disapp)q +(ear)j(altogether.)23 b(This)16 b(p)q(oin)o(ts)f(out)g(the)h(resolu-) +1049 2406 y(tion)11 b(dep)q(endence)j(of)d(dvips)h(output;)g(this)g(is) +g(an)f(unfortunate)1049 2456 y(necessit)o(y)23 b(of)d(using)h(bitmapp)q +(ed)g(fon)o(ts.)40 b(The)22 b(P)o(ostScript)1049 2506 +y(fon)o(ts,)13 b(on)h(the)g(other)h(hand,)e(should)g(scale)i(\014ne.) +1090 2586 y(Finally)m(,)c(at)h(the)i(b)q(ottom)d(of)h(the)h(page,)g(y)o +(ou)f(will)f(see)j(some)1049 2636 y(tests)f(of)f(the)g(accen)o(ts)i(in) +e(the)h(P)o(ostScript)f(fon)o(ts.)18 b(P)o(a)o(y)11 b(careful)1049 +2686 y(atten)o(tion)18 b(to)g(the)h(w)o(ord)f(na)-5 b(\177)-16 +b(\020v)o(e;)20 b(there)g(should)e(b)q(e)h(an)f(um-)1049 +2736 y(laut)e(o)o(v)o(er)h(a)g(dotless)h(i.)27 b(The)17 +b(text)h(should)e(read)i(\\Ic)o(h)f(w)o(ei\031)1049 2786 +y(tats\177)-21 b(ac)o(hlic)o(h)15 b(nic)o(h)o(t)f(mehr)h(als)f(das.)22 +b(D\032monic)13 b(sou\017)o(\023)-20 b(es)16 b(ha)o(v)o(e)1049 +2836 y(no)d(r^)-21 b(ole)14 b(in)g(na)-5 b(\177)-16 b(\020v)o(e)13 +b(\033uvres.)19 b(|\035sop's)14 b(\036uvres.")100 2963 +y Fa(Ic)o(h)25 b(w)o(ei\337)i(tats)467 2962 y(\250)461 +2963 y(ac)o(hlich)g(nic)o(ht)g(mehr)d(als)i(das.)48 b(D\346monic)25 +b(souf)o(\003)1729 2962 y(\264)1725 2963 y(es)100 3027 +y(hav)o(e)18 b(no)e(r)363 3026 y(\210)357 3027 y(ole)i(in)f(na)595 +3026 y(\250)597 3027 y(\021v)o(e)h(\234uvres.)24 b(\227\306sop')-5 +b(s)17 b(\214uvres.)p 2080 3108 25 3309 v -225 3133 2331 +25 v eop +%%Trailer +end +userdict /end-hook known{end-hook}if +%%EOF diff --git a/Build/source/texk/lacheck/lacheck.test b/Build/source/texk/lacheck/lacheck.test index 2feff37c28f..1478bd22885 100755 --- a/Build/source/texk/lacheck/lacheck.test +++ b/Build/source/texk/lacheck/lacheck.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + ./lacheck $srcdir/test.tex | \ sed -e "s!$srcdir/test.tex!test.tex!g" >test.xout || exit 1 diff --git a/Build/source/texk/web2c/Makefile.am b/Build/source/texk/web2c/Makefile.am index 1faeb33326b..1b8169e1378 100644 --- a/Build/source/texk/web2c/Makefile.am +++ b/Build/source/texk/web2c/Makefile.am @@ -101,10 +101,10 @@ ctangle = $(buildenv) $(CTANGLE) ctangleboot = $(buildenv) $(CTANGLEBOOT) tie = WEBINPUTS=.:$(srcdir) $(buildenv) $(TIE) -## For trip and trap tests +## For trip, trap, and other tests DIFF = diff DIFFFLAGS = -TESTS_ENVIRONMENT = DIFF='$(DIFF)' DIFFFLAGS='$(DIFFFLAGS)' LN_S='$(LN_S)' +TESTS_ENVIRONMENT = DIFF='$(DIFF)' DIFFFLAGS='$(DIFFFLAGS)' LN_S='$(LN_S)' KPSEWHICH='$(KPSEWHICH)' ## The environment for making dumps. ## No need to specify TEXMF, as ../kpathsea/texmf.cnf should contain diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index ec4109f6088..07f17469c9c 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -865,6 +865,7 @@ KPATHSEA_DEPEND = @KPATHSEA_DEPEND@ KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@ KPATHSEA_LIBS = @KPATHSEA_LIBS@ KPATHSEA_PATHS_H = @KPATHSEA_PATHS_H@ +KPSEWHICH = @KPSEWHICH@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ @@ -1261,7 +1262,7 @@ ctangleboot = $(buildenv) $(CTANGLEBOOT) tie = WEBINPUTS=.:$(srcdir) $(buildenv) $(TIE) DIFF = diff DIFFFLAGS = -TESTS_ENVIRONMENT = DIFF='$(DIFF)' DIFFFLAGS='$(DIFFFLAGS)' LN_S='$(LN_S)' +TESTS_ENVIRONMENT = DIFF='$(DIFF)' DIFFFLAGS='$(DIFFFLAGS)' LN_S='$(LN_S)' KPSEWHICH='$(KPSEWHICH)' dumpenv = TEXMFCNF=../kpathsea nodist_tangle_SOURCES = tangle.c tangle.h nodist_tangleboot_SOURCES = tangleboot.c tangleboot.h diff --git a/Build/source/texk/web2c/bibtex.test b/Build/source/texk/web2c/bibtex.test index 26379019f64..828467b0fda 100755 --- a/Build/source/texk/web2c/bibtex.test +++ b/Build/source/texk/web2c/bibtex.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests cp $srcdir/tests/exampl.aux tests/xexampl.aux diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index bd55f38654b..e30e7424d58 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -899,6 +899,7 @@ MINGW32_FALSE MINGW32_TRUE WIN32_FALSE WIN32_TRUE +KPSEWHICH CXX_HACK_LIBS CXX_HACK_DEPS CXXLD @@ -4402,13 +4403,13 @@ if test "${lt_cv_nm_interface+set}" = set; then else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:4405: $ac_compile\"" >&5) + (eval echo "\"\$as_me:4406: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:4408: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:4409: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:4411: output\"" >&5) + (eval echo "\"\$as_me:4412: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -5614,7 +5615,7 @@ ia64-*-hpux*) ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 5617 "configure"' > conftest.$ac_ext + echo '#line 5618 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -7661,11 +7662,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7664: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7665: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7668: \$? = $ac_status" >&5 + echo "$as_me:7669: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8000,11 +8001,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8003: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8004: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8007: \$? = $ac_status" >&5 + echo "$as_me:8008: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8105,11 +8106,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8108: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8109: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8112: \$? = $ac_status" >&5 + echo "$as_me:8113: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -8160,11 +8161,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8163: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8164: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8167: \$? = $ac_status" >&5 + echo "$as_me:8168: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -10960,7 +10961,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10963 "configure" +#line 10964 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11056,7 +11057,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11059 "configure" +#line 11060 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -16072,11 +16073,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16075: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16076: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16079: \$? = $ac_status" >&5 + echo "$as_me:16080: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16171,11 +16172,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16174: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16175: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16178: \$? = $ac_status" >&5 + echo "$as_me:16179: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -16223,11 +16224,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16226: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16227: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16230: \$? = $ac_status" >&5 + echo "$as_me:16231: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17619,6 +17620,50 @@ if test "${enable_web_progs+set}" = set; then fi +for ac_prog in kpsewhich +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_KPSEWHICH+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$KPSEWHICH"; then + ac_cv_prog_KPSEWHICH="$KPSEWHICH" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_KPSEWHICH="$ac_prog" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +KPSEWHICH=$ac_cv_prog_KPSEWHICH +if test -n "$KPSEWHICH"; then + { $as_echo "$as_me:$LINENO: result: $KPSEWHICH" >&5 +$as_echo "$KPSEWHICH" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$KPSEWHICH" && break +done +test -n "$KPSEWHICH" || KPSEWHICH="false" + + { $as_echo "$as_me:$LINENO: checking whether gcc asm needs underscore" >&5 $as_echo_n "checking whether gcc asm needs underscore... " >&6; } if test "${pb_cv_asm_underscore+set}" = set; then diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac index 573ff4b30c5..e1e277f6f4d 100644 --- a/Build/source/texk/web2c/configure.ac +++ b/Build/source/texk/web2c/configure.ac @@ -44,6 +44,9 @@ dnl Include additional code for web2c. KPSE_WEB2C_PREPARE m4_include([ac/web2c.ac]) +dnl For tests +AC_CHECK_PROGS([KPSEWHICH], [kpsewhich], [false]) + KPSE_ASM_UNDERSCORE AS_CASE([$with_editor], diff --git a/Build/source/texk/web2c/ctiedir/ctie.test b/Build/source/texk/web2c/ctiedir/ctie.test index 21e3b856200..fe1f1d46200 100755 --- a/Build/source/texk/web2c/ctiedir/ctie.test +++ b/Build/source/texk/web2c/ctiedir/ctie.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + TEXMFCNF=$srcdir/../kpathsea \ CWEBINPUTS=$srcdir/ctiedir \ ./ctie -c ctie.outc ctie.tie ctie.cf1 ctie.cf2 ctie.cf3 || exit 1 diff --git a/Build/source/texk/web2c/cwebdir/cweave.test b/Build/source/texk/web2c/cwebdir/cweave.test index d8ca91bdd5f..c4d505174f0 100755 --- a/Build/source/texk/web2c/cwebdir/cweave.test +++ b/Build/source/texk/web2c/cwebdir/cweave.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + TEXMFCNF=$srcdir/../kpathsea \ CWEBINPUTS=$srcdir/cwebdir ./cweave common.w || exit 1 diff --git a/Build/source/texk/web2c/doc/Makefile.in b/Build/source/texk/web2c/doc/Makefile.in index 58f8ad7d375..b3f1ea140ab 100644 --- a/Build/source/texk/web2c/doc/Makefile.in +++ b/Build/source/texk/web2c/doc/Makefile.in @@ -142,6 +142,7 @@ KPATHSEA_DEPEND = @KPATHSEA_DEPEND@ KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@ KPATHSEA_LIBS = @KPATHSEA_LIBS@ KPATHSEA_PATHS_H = @KPATHSEA_PATHS_H@ +KPSEWHICH = @KPSEWHICH@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ diff --git a/Build/source/texk/web2c/dvicopy.test b/Build/source/texk/web2c/dvicopy.test index fee7675391f..67825f804ad 100755 --- a/Build/source/texk/web2c/dvicopy.test +++ b/Build/source/texk/web2c/dvicopy.test @@ -1,10 +1,17 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests -TEXMFCNF=$srcdir/../kpathsea \ - ./dvicopy $srcdir/tests/story tests/xstory.dvi ## || exit 1 -## failed with: TFM: font 1 = cmbx10(That was a fatal error, my friend.) +if tfmpath=`$KPSEWHICH cmbx10.tfm`; then + + TEXMFCNF=$srcdir/../kpathsea \ + TFMFONTS=`dirname $tfmpath` \ + ./dvicopy $srcdir/tests/story tests/xstory.dvi || exit 1 + +fi # Redirect stderr so the terminal output will end up in the log file. (TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/dvitomp.test b/Build/source/texk/web2c/dvitomp.test index ee783e16424..834c0f42c14 100755 --- a/Build/source/texk/web2c/dvitomp.test +++ b/Build/source/texk/web2c/dvitomp.test @@ -1,12 +1,21 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests -TEXMFCNF=$srcdir/../kpathsea \ - ./dvitomp $srcdir/tests/story.dvi tests/xstory.mpx ## || exit 1 -## fails with: ./dvitomp: fatal: tfm file `cmbx10' not found. +if tfmpath=`$KPSEWHICH cmbx10.tfm`; then + + TEXMFCNF=$srcdir/../kpathsea \ + TFMFONTS=`dirname $tfmpath` \ + ./dvitomp $srcdir/tests/story.dvi tests/xstory.mpx || exit 1 -TEXMFCNF=$srcdir/../kpathsea TFMFONTS=$srcdir/tests VFFONTS=$srcdir/tests: \ +fi + +TEXMFCNF=$srcdir/../kpathsea \ + TFMFONTS=$srcdir/tests \ + VFFONTS=$srcdir/tests: \ ./dvitomp $srcdir/tests/ptmr && \ mv ptmr.mpx tests/xptmr.mpx || exit 1 diff --git a/Build/source/texk/web2c/dvitype.test b/Build/source/texk/web2c/dvitype.test index 00fa51ca243..fb38b461044 100755 --- a/Build/source/texk/web2c/dvitype.test +++ b/Build/source/texk/web2c/dvitype.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/etexdir/etrip.test b/Build/source/texk/web2c/etexdir/etrip.test index d40fa9528bb..da2fe891c32 100755 --- a/Build/source/texk/web2c/etexdir/etrip.test +++ b/Build/source/texk/web2c/etexdir/etrip.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + testdir=$srcdir/triptrap etestdir=$srcdir/etexdir/etrip diff --git a/Build/source/texk/web2c/gftodvi.test b/Build/source/texk/web2c/gftodvi.test index 6364268c4a5..8d55b622fa4 100755 --- a/Build/source/texk/web2c/gftodvi.test +++ b/Build/source/texk/web2c/gftodvi.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/gftopk.test b/Build/source/texk/web2c/gftopk.test index a7eb42bd6e9..6713e55e7b0 100755 --- a/Build/source/texk/web2c/gftopk.test +++ b/Build/source/texk/web2c/gftopk.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/gftype.test b/Build/source/texk/web2c/gftype.test index 8f0615ecba7..941cb8f0c81 100755 --- a/Build/source/texk/web2c/gftype.test +++ b/Build/source/texk/web2c/gftype.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/lib/Makefile.in b/Build/source/texk/web2c/lib/Makefile.in index a6b6badfd56..d0925ce3fd3 100644 --- a/Build/source/texk/web2c/lib/Makefile.in +++ b/Build/source/texk/web2c/lib/Makefile.in @@ -147,6 +147,7 @@ KPATHSEA_DEPEND = @KPATHSEA_DEPEND@ KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@ KPATHSEA_LIBS = @KPATHSEA_LIBS@ KPATHSEA_PATHS_H = @KPATHSEA_PATHS_H@ +KPSEWHICH = @KPSEWHICH@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ diff --git a/Build/source/texk/web2c/libmd5/md5.test b/Build/source/texk/web2c/libmd5/md5.test index 8cdfb2d4650..4c226a95107 100755 --- a/Build/source/texk/web2c/libmd5/md5.test +++ b/Build/source/texk/web2c/libmd5/md5.test @@ -1,4 +1,7 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + ./md5main --test || exit 1 diff --git a/Build/source/texk/web2c/luatexdir/luatangle.test b/Build/source/texk/web2c/luatexdir/luatangle.test index fdc546679a2..99f6d090f20 100755 --- a/Build/source/texk/web2c/luatexdir/luatangle.test +++ b/Build/source/texk/web2c/luatexdir/luatangle.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + TEXMFCNF=$srcdir/../kpathsea WEBINPUTS=$srcdir/cftests \ ./luatangle cftest cftest || exit 1 diff --git a/Build/source/texk/web2c/man/Makefile.in b/Build/source/texk/web2c/man/Makefile.in index 4a2535a5d9c..f7034095024 100644 --- a/Build/source/texk/web2c/man/Makefile.in +++ b/Build/source/texk/web2c/man/Makefile.in @@ -137,6 +137,7 @@ KPATHSEA_DEPEND = @KPATHSEA_DEPEND@ KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@ KPATHSEA_LIBS = @KPATHSEA_LIBS@ KPATHSEA_PATHS_H = @KPATHSEA_PATHS_H@ +KPSEWHICH = @KPSEWHICH@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ diff --git a/Build/source/texk/web2c/mft.test b/Build/source/texk/web2c/mft.test index ba86719d90f..6262f8d526d 100755 --- a/Build/source/texk/web2c/mft.test +++ b/Build/source/texk/web2c/mft.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/mpware/Makefile.in b/Build/source/texk/web2c/mpware/Makefile.in index 30a7926c894..b6872892133 100644 --- a/Build/source/texk/web2c/mpware/Makefile.in +++ b/Build/source/texk/web2c/mpware/Makefile.in @@ -157,6 +157,7 @@ KPATHSEA_DEPEND = @KPATHSEA_DEPEND@ KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@ KPATHSEA_LIBS = @KPATHSEA_LIBS@ KPATHSEA_PATHS_H = @KPATHSEA_PATHS_H@ +KPSEWHICH = @KPSEWHICH@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in index 654e8ce472d..f5b64c2aa03 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.in +++ b/Build/source/texk/web2c/omegafonts/Makefile.in @@ -163,6 +163,7 @@ KPATHSEA_DEPEND = @KPATHSEA_DEPEND@ KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@ KPATHSEA_LIBS = @KPATHSEA_LIBS@ KPATHSEA_PATHS_H = @KPATHSEA_PATHS_H@ +KPSEWHICH = @KPSEWHICH@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ diff --git a/Build/source/texk/web2c/omegaware/otangle.test b/Build/source/texk/web2c/omegaware/otangle.test index e045d106582..edc0fcf3759 100755 --- a/Build/source/texk/web2c/omegaware/otangle.test +++ b/Build/source/texk/web2c/omegaware/otangle.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + TEXMFCNF=$srcdir/../kpathsea WEBINPUTS=$srcdir/cftests \ ./otangle cftest cftest || exit 1 diff --git a/Build/source/texk/web2c/otps/Makefile.in b/Build/source/texk/web2c/otps/Makefile.in index 13efcbd2c6d..d6458c64b1d 100644 --- a/Build/source/texk/web2c/otps/Makefile.in +++ b/Build/source/texk/web2c/otps/Makefile.in @@ -165,6 +165,7 @@ KPATHSEA_DEPEND = @KPATHSEA_DEPEND@ KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@ KPATHSEA_LIBS = @KPATHSEA_LIBS@ KPATHSEA_PATHS_H = @KPATHSEA_PATHS_H@ +KPSEWHICH = @KPSEWHICH@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ diff --git a/Build/source/texk/web2c/patgen.test b/Build/source/texk/web2c/patgen.test index ce4fe582ac7..c365740c206 100755 --- a/Build/source/texk/web2c/patgen.test +++ b/Build/source/texk/web2c/patgen.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests ./patgen $srcdir/tests/dict $srcdir/tests/patterns tests/xpatout \ diff --git a/Build/source/texk/web2c/pktogf.test b/Build/source/texk/web2c/pktogf.test index bd9fcd72045..064e2f1d38b 100755 --- a/Build/source/texk/web2c/pktogf.test +++ b/Build/source/texk/web2c/pktogf.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/pktype.test b/Build/source/texk/web2c/pktype.test index 85bbfc52dca..ac29bd62d93 100755 --- a/Build/source/texk/web2c/pktype.test +++ b/Build/source/texk/web2c/pktype.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/pltotf.test b/Build/source/texk/web2c/pltotf.test index 38946d211db..eb3a0f67cd2 100755 --- a/Build/source/texk/web2c/pltotf.test +++ b/Build/source/texk/web2c/pltotf.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests ./pltotf -verbose $srcdir/tests/cmr10 tests/xcmr10 || exit 1 diff --git a/Build/source/texk/web2c/pooltype.test b/Build/source/texk/web2c/pooltype.test index f223c205783..e49959d6b82 100755 --- a/Build/source/texk/web2c/pooltype.test +++ b/Build/source/texk/web2c/pooltype.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests ./pooltype tex.pool >tests/xtexpool.typ || exit 1 diff --git a/Build/source/texk/web2c/tangle.test b/Build/source/texk/web2c/tangle.test index 12fff9d3c6f..74d24fb7dd9 100755 --- a/Build/source/texk/web2c/tangle.test +++ b/Build/source/texk/web2c/tangle.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + TEXMFCNF=$srcdir/../kpathsea WEBINPUTS=$srcdir/cftests \ ./tangle cftest cftest || exit 1 diff --git a/Build/source/texk/web2c/tftopl.test b/Build/source/texk/web2c/tftopl.test index 7dfa5a35928..ee217b73f9b 100755 --- a/Build/source/texk/web2c/tftopl.test +++ b/Build/source/texk/web2c/tftopl.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/tiedir/tie.test b/Build/source/texk/web2c/tiedir/tie.test index e2aff6abe5a..bf04e1612e2 100755 --- a/Build/source/texk/web2c/tiedir/tie.test +++ b/Build/source/texk/web2c/tiedir/tie.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + TEXMFCNF=$srcdir/../kpathsea \ WEBINPUTS=$srcdir/tiedir \ ./tie -c tie.outc tie.tie tie.cf1 tie.cf2 tie.cf3 || exit 1 diff --git a/Build/source/texk/web2c/trap.test b/Build/source/texk/web2c/trap.test index 2c496189a26..53024b35a85 100755 --- a/Build/source/texk/web2c/trap.test +++ b/Build/source/texk/web2c/trap.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + testdir=$srcdir/triptrap TEXMFCNF=$testdir; export TEXMFCNF diff --git a/Build/source/texk/web2c/trip.test b/Build/source/texk/web2c/trip.test index dd79d9f4813..b8317191623 100755 --- a/Build/source/texk/web2c/trip.test +++ b/Build/source/texk/web2c/trip.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + testdir=$srcdir/triptrap TEXMFCNF=$testdir; export TEXMFCNF diff --git a/Build/source/texk/web2c/vftovp.test b/Build/source/texk/web2c/vftovp.test index 123385d2dbe..433b7fdc971 100755 --- a/Build/source/texk/web2c/vftovp.test +++ b/Build/source/texk/web2c/vftovp.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/vptovf.test b/Build/source/texk/web2c/vptovf.test index a419756af35..7bf466ac764 100755 --- a/Build/source/texk/web2c/vptovf.test +++ b/Build/source/texk/web2c/vptovf.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ diff --git a/Build/source/texk/web2c/weave.test b/Build/source/texk/web2c/weave.test index ec5b638b5ed..e9b7e0bcde4 100755 --- a/Build/source/texk/web2c/weave.test +++ b/Build/source/texk/web2c/weave.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea WEBINPUTS=$srcdir \ diff --git a/Build/source/texk/web2c/window/Makefile.in b/Build/source/texk/web2c/window/Makefile.in index 33450bdd1cf..6c8c8a9bbb3 100644 --- a/Build/source/texk/web2c/window/Makefile.in +++ b/Build/source/texk/web2c/window/Makefile.in @@ -152,6 +152,7 @@ KPATHSEA_DEPEND = @KPATHSEA_DEPEND@ KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@ KPATHSEA_LIBS = @KPATHSEA_LIBS@ KPATHSEA_PATHS_H = @KPATHSEA_PATHS_H@ +KPSEWHICH = @KPSEWHICH@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ diff --git a/Build/source/utils/tpic2pdftex/tpic2pdftex.test b/Build/source/utils/tpic2pdftex/tpic2pdftex.test index e0a05e27ff5..0cb1cfe43b4 100755 --- a/Build/source/utils/tpic2pdftex/tpic2pdftex.test +++ b/Build/source/utils/tpic2pdftex/tpic2pdftex.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. + for f in beamerexample example; do pic -z -t $srcdir/$f.pic >$f.tpic || exit 77 $srcdir/tpic2pdftex $f.tpic >$f.tex || exit 1 -- cgit v1.2.3