pdftex[776] branches/stable/tests: test more \pdfmapline syntaxes

commits+karl at tug.org commits+karl at tug.org
Wed Apr 12 20:22:56 CEST 2017


Revision: 776
          http://tug.org/svn/pdftex?view=revision&revision=776
Author:   karl
Date:     2017-04-12 20:22:56 +0200 (Wed, 12 Apr 2017)
Log Message:
-----------
test more \pdfmapline syntaxes

Modified Paths:
--------------
    branches/stable/tests/06-pkenc/test-pkenc.tex
    branches/stable/tests/Common.mak

Added Paths:
-----------
    branches/stable/tests/06-pkenc/cmr10.72pk

Added: branches/stable/tests/06-pkenc/cmr10.72pk
===================================================================
(Binary files differ)

Index: branches/stable/tests/06-pkenc/cmr10.72pk
===================================================================
--- branches/stable/tests/06-pkenc/cmr10.72pk	2017-03-18 15:54:07 UTC (rev 775)
+++ branches/stable/tests/06-pkenc/cmr10.72pk	2017-04-12 18:22:56 UTC (rev 776)

Property changes on: branches/stable/tests/06-pkenc/cmr10.72pk
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: branches/stable/tests/06-pkenc/test-pkenc.tex
===================================================================
--- branches/stable/tests/06-pkenc/test-pkenc.tex	2017-03-18 15:54:07 UTC (rev 775)
+++ branches/stable/tests/06-pkenc/test-pkenc.tex	2017-04-12 18:22:56 UTC (rev 776)
@@ -11,15 +11,25 @@
 % 
 % The default PK resolution is 72, so we made cmb10.72pk in this directory.
 % (mf-nowin '\mode:=mactrue; input cmb10' && gftopk cmb10.72gf)
+% (mf-nowin '\mode:=mactrue; input cmr10' && gftopk cmr10.72gf)
 %
-\pdfoutput=1 \catcode`\{=1 \catcode`\}=2 \hsize=4pc
+\pdfoutput=1 \catcode`\{=1 \catcode`\}=2 \hsize=4pc \parfillskip=0pt plus1fil
+\pdfcompresslevel=0 \pdfobjcompresslevel=0
 
 \pdfglyphtounicode{ffi}{0066 0066 0069} %no need for all: \input glyphtounicode
 \pdfgentounicode=1
 
-\pdfmapline{cmb10 <7t.enc}
-\font\cmb=cmb10
+\pdfmapline{cmr10}% type3 map without encoding
+\font\cmr=cmr10 \noindent \cmr ffi
 
-\noindent \cmb ffi
-\hbadness=10000 % line is underfull for some reason
+\pdfmapline{cmb10 <7t.enc}% type3 map with encoding
+\font\cmb=cmb10 \noindent \cmb ffi
+
+% other assorted syntaxes, all but first should cause warnings.
+\pdfmapline{}
+\pdfmapline{<}
+\pdfmapline{cmb10x1<}
+\pdfmapline{cmb10x2 <}
+\pdfmapline{cmb10x3 < }
+
 \end

Modified: branches/stable/tests/Common.mak
===================================================================
--- branches/stable/tests/Common.mak	2017-03-18 15:54:07 UTC (rev 775)
+++ branches/stable/tests/Common.mak	2017-04-12 18:22:56 UTC (rev 776)
@@ -4,7 +4,7 @@
 # Common Makefile definitions to run pdftex from test hierarchy,
 # but use support files from an installation.
 
-tl = /usr/local/texmf
+tl = /usr/local/texlive-rel
 tl_dist = $(tl)/texmf-dist
 #
 plain = $(tl_dist)/tex/plain/base



More information about the pdftex-commits mailing list