commit cb8dbc603049223a3a9dab269fcc5a5d762f286c
parent 7d254873a82f9530586f61d2130d4b109314a200
Author: robert <robertrussell.72001@gmail.com>
Date: Fri, 17 Dec 2021 21:45:13 -0800
Remove broken/unsupported pdf parameters
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/param.tex b/param.tex
@@ -166,7 +166,7 @@
\pdfinclusioncopyfonts=0 % positive if embedding fonts from PDF images
\pdfinclusionerrorlevel=0 % behaviour upon including PDF file newer than \pdfminorversion
\pdfgentounicode=1 % 1 if /ToUnicode resource included in the output
-\pdfomitcharset=0 % 1 if /CharSet entry in fonts is omitted in output
+% \pdfomitcharset=0 % 1 if /CharSet entry in fonts is omitted in output (XXX doesn't work in my luaTeX)
\pdfpagebox=0 % default PDF page box to use when including PDF images
\pdfminorversion=5 % minor version number of PDF standard
\pdfuniqueresname=0 % positive if PDF resource names made reasonably unique
@@ -198,7 +198,7 @@
\draftmode=0 % 1 if not writing the output file and reading images (e.g., for generating aux file)
\pxdimen=1bp % value of the px unit <1bp>
\tracingfonts=0 % 1 if showing TFM name and font size
-\pdfrecompress=0 % 1 if compressed objects are recompressed according to \pdfcompresslevel
+% \pdfrecompress=0 % 1 if compressed objects are recompressed according to \pdfcompresslevel (XXX doesn't work in my luaTeX)
\pdfimageaddfilename=0 % 1 if image filenames written to PDF output
\pdfignoreunknownimages=0 % 1 if unknown image types are allowed
\pdfomitcidset=0 % 1 if /CIDSet entry in fonts is omitted in output
diff --git a/primitive.tex b/primitive.tex
@@ -90,7 +90,7 @@
%%% PDF variables
\protected\edef\pdfcompresslevel {\pdfvariable compresslevel }
\protected\edef\pdfobjcompresslevel {\pdfvariable objcompresslevel }
-\protected\edef\pdfrecompress {\pdfvariable recompress } % XXX added by LuaTeX?
+% \protected\edef\pdfrecompress {\pdfvariable recompress } % XXX added by LuaTeX? doesn't work in my luaTeX
\protected\edef\pdfdecimaldigits {\pdfvariable decimaldigits }
\protected\edef\pdfgamma {\pdfvariable gamma }
\protected\edef\pdfimageresolution {\pdfvariable imageresolution }
@@ -105,7 +105,7 @@
\protected\edef\pdfignoreunknownimages {\pdfvariable ignoreunknownimages } % XXX added by LuaTeX?
\protected\edef\pdfgentounicode {\pdfvariable gentounicode }
\protected\edef\pdfomitcidset {\pdfvariable omitcidset } % XXX added by LuaTeX?
-\protected\edef\pdfomitcharset {\pdfvariable omitcharset }
+% \protected\edef\pdfomitcharset {\pdfvariable omitcharset } % XXX doesn't work in my luaTeX
\protected\edef\pdfpagebox {\pdfvariable pagebox }
\protected\edef\pdfminorversion {\pdfvariable minorversion }
\protected\edef\pdfuniqueresname {\pdfvariable uniqueresname }