From 37778869d20a42439b123bb0c553953f716886b1 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 6 Oct 2019 03:01:15 +0000 Subject: CTAN sync 201910060301 --- systems/msdos/djgpp-contrib/pdftex-djgpp/README.md | 39 ++++++++++++++++++++++ .../msdos/djgpp-contrib/pdftex-djgpp/pdftex.ini | 17 ++++++++++ .../msdos/djgpp-contrib/pdftex-djgpp/pdftex.kfg | 29 ++++++++++++++++ systems/msdos/djgpp-contrib/pdftex/README.md | 39 ---------------------- systems/msdos/djgpp-contrib/pdftex/pdftex.ini | 17 ---------- systems/msdos/djgpp-contrib/pdftex/pdftex.kfg | 29 ---------------- 6 files changed, 85 insertions(+), 85 deletions(-) create mode 100644 systems/msdos/djgpp-contrib/pdftex-djgpp/README.md create mode 100644 systems/msdos/djgpp-contrib/pdftex-djgpp/pdftex.ini create mode 100644 systems/msdos/djgpp-contrib/pdftex-djgpp/pdftex.kfg delete mode 100644 systems/msdos/djgpp-contrib/pdftex/README.md delete mode 100644 systems/msdos/djgpp-contrib/pdftex/pdftex.ini delete mode 100644 systems/msdos/djgpp-contrib/pdftex/pdftex.kfg (limited to 'systems/msdos') diff --git a/systems/msdos/djgpp-contrib/pdftex-djgpp/README.md b/systems/msdos/djgpp-contrib/pdftex-djgpp/README.md new file mode 100644 index 0000000000..c2baf9afc5 --- /dev/null +++ b/systems/msdos/djgpp-contrib/pdftex-djgpp/README.md @@ -0,0 +1,39 @@ +PDFTeX-djgpp v2019-10-02 +======================== + +This package complements the current distribution of msdos-djgpp TeX by +providing a working, updated binary for pdftex. Simply put it along the other +binaries in the distribution and update the formats accordingly. Please check +details of operation of djgpp-TeX at the main distribution. + +This binary is based on the 2018 sources for TeXLive, as published by the +TeXLive team, and cross-compiled on CygWin64 on a Win10 machine. Sources and +compilation instructions may be found at + +https://github.com/TeX-Live/texlive-source + +For general discussions and bug reports for pdfTeX itself, use the mailing +lists provided at + +http://www.tug.org/applications/pdftex/ + +For inquiries for the djgpp-DOS port provided here, please refer to the +discussions at + +http://tex.stackexchange.com/ + +As a port of pdfTeX, this binary is distributed according to the GNU Public +License, version 2, or above. To read the full license please visit + +https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html + +Along with the binaries, we have here two configuration files to produce the +pdftex format. Names have been adapted to fit the 8.3 restriction for DOS +filenames and avoid clashes with other or older systems. + +Good luck and happy PDFTeXing. + +Luis Rivera +jlrn77 at gmail com + +October 2, 2019. diff --git a/systems/msdos/djgpp-contrib/pdftex-djgpp/pdftex.ini b/systems/msdos/djgpp-contrib/pdftex-djgpp/pdftex.ini new file mode 100644 index 0000000000..8331984cf8 --- /dev/null +++ b/systems/msdos/djgpp-contrib/pdftex-djgpp/pdftex.ini @@ -0,0 +1,17 @@ +% tex-ini-files 2016-05-10: pdflatex.ini + +% Thomas Esser, 1998. public domain. +\input pdftex.kfg +\scrollmode + +\begingroup + \catcode`\{=1 % + \catcode`\}=2 % + \expandafter\gdef\csname c_sys_backend_tl\endcsname{pdfmode} +\endgroup + +\input etex.src + +\dump + +\endinput diff --git a/systems/msdos/djgpp-contrib/pdftex-djgpp/pdftex.kfg b/systems/msdos/djgpp-contrib/pdftex-djgpp/pdftex.kfg new file mode 100644 index 0000000000..636f02b4ae --- /dev/null +++ b/systems/msdos/djgpp-contrib/pdftex-djgpp/pdftex.kfg @@ -0,0 +1,29 @@ +% tex-ini-files 2016-04-15: pdftexconfig.tex + +% Load shared (PDF) settings in pdfTeX + +% Enable PDF output +\pdfoutput = 1 + +% Paper size: dimensions given in absolute terms +\pdfpageheight = 11 true in +\pdfpagewidth = 8.5 true in + +% Enable PDF 1.5 output and thus more compression +\pdfminorversion = 5 +\pdfobjcompresslevel = 2 + +% Low-level settings unlikely ever to need to change +\pdfcompresslevel = 9 +\pdfdecimaldigits = 3 +\pdfpkresolution = 600 +\pdfhorigin = 1 true in +\pdfvorigin = 1 true in + +\begingroup + \catcode`\{=1 % + \catcode`\}=2 % + \global\everyjob\expandafter{\the\everyjob\pdfmapfile{+cmfonts.map}} +\endgroup + +\endinput diff --git a/systems/msdos/djgpp-contrib/pdftex/README.md b/systems/msdos/djgpp-contrib/pdftex/README.md deleted file mode 100644 index c2baf9afc5..0000000000 --- a/systems/msdos/djgpp-contrib/pdftex/README.md +++ /dev/null @@ -1,39 +0,0 @@ -PDFTeX-djgpp v2019-10-02 -======================== - -This package complements the current distribution of msdos-djgpp TeX by -providing a working, updated binary for pdftex. Simply put it along the other -binaries in the distribution and update the formats accordingly. Please check -details of operation of djgpp-TeX at the main distribution. - -This binary is based on the 2018 sources for TeXLive, as published by the -TeXLive team, and cross-compiled on CygWin64 on a Win10 machine. Sources and -compilation instructions may be found at - -https://github.com/TeX-Live/texlive-source - -For general discussions and bug reports for pdfTeX itself, use the mailing -lists provided at - -http://www.tug.org/applications/pdftex/ - -For inquiries for the djgpp-DOS port provided here, please refer to the -discussions at - -http://tex.stackexchange.com/ - -As a port of pdfTeX, this binary is distributed according to the GNU Public -License, version 2, or above. To read the full license please visit - -https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html - -Along with the binaries, we have here two configuration files to produce the -pdftex format. Names have been adapted to fit the 8.3 restriction for DOS -filenames and avoid clashes with other or older systems. - -Good luck and happy PDFTeXing. - -Luis Rivera -jlrn77 at gmail com - -October 2, 2019. diff --git a/systems/msdos/djgpp-contrib/pdftex/pdftex.ini b/systems/msdos/djgpp-contrib/pdftex/pdftex.ini deleted file mode 100644 index 8331984cf8..0000000000 --- a/systems/msdos/djgpp-contrib/pdftex/pdftex.ini +++ /dev/null @@ -1,17 +0,0 @@ -% tex-ini-files 2016-05-10: pdflatex.ini - -% Thomas Esser, 1998. public domain. -\input pdftex.kfg -\scrollmode - -\begingroup - \catcode`\{=1 % - \catcode`\}=2 % - \expandafter\gdef\csname c_sys_backend_tl\endcsname{pdfmode} -\endgroup - -\input etex.src - -\dump - -\endinput diff --git a/systems/msdos/djgpp-contrib/pdftex/pdftex.kfg b/systems/msdos/djgpp-contrib/pdftex/pdftex.kfg deleted file mode 100644 index 636f02b4ae..0000000000 --- a/systems/msdos/djgpp-contrib/pdftex/pdftex.kfg +++ /dev/null @@ -1,29 +0,0 @@ -% tex-ini-files 2016-04-15: pdftexconfig.tex - -% Load shared (PDF) settings in pdfTeX - -% Enable PDF output -\pdfoutput = 1 - -% Paper size: dimensions given in absolute terms -\pdfpageheight = 11 true in -\pdfpagewidth = 8.5 true in - -% Enable PDF 1.5 output and thus more compression -\pdfminorversion = 5 -\pdfobjcompresslevel = 2 - -% Low-level settings unlikely ever to need to change -\pdfcompresslevel = 9 -\pdfdecimaldigits = 3 -\pdfpkresolution = 600 -\pdfhorigin = 1 true in -\pdfvorigin = 1 true in - -\begingroup - \catcode`\{=1 % - \catcode`\}=2 % - \global\everyjob\expandafter{\the\everyjob\pdfmapfile{+cmfonts.map}} -\endgroup - -\endinput -- cgit v1.2.3